MCP.so
登录

Story IP Creator Agent

@sarick-story

关于 Story IP Creator Agent

A demo agent using our MCP server

基本信息

分类

AI 与智能体

运行时

python

传输方式

stdio

发布者

sarick-story

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "langgraph-mcp-agent": {
      "command": "uv",
      "args": [
        "sync"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Story IP Creator Agent?

The Story IP Creator Agent is a LangGraph-based tool that generates AI images using DALL-E 3, uploads them to IPFS, and registers them as IP assets on the Story blockchain. It guides users through an interactive workflow for minting and licensing IP assets.

How to use Story IP Creator Agent?

Install dependencies with uv sync, set environment variables in .env, and clone the story-sdk-mcp repository into the same parent folder. Run the agent with uv run agent.py and follow the interactive prompts to describe an image, approve it, set licensing terms, and complete minting on Story.

Key features of Story IP Creator Agent

  • Generates images using OpenAI DALL-E 3
  • Uploads approved images to IPFS for storage
  • Creates IP metadata for the asset
  • Negotiates commercial revenue share and derivative works licensing
  • Mints and registers IP assets on Story blockchain
  • Mints license tokens for registered IP

Use cases of Story IP Creator Agent

  • Create and mint AI-generated art as blockchain-registered IP
  • Set custom licensing terms for commercial use of digital assets
  • Automate the end-to-end workflow from image generation to IP registration

FAQ from Story IP Creator Agent

What are the system requirements?

Python 3.9+, LangGraph, LangChain, an OpenAI API key (for DALL‑E and GPT), and the Story SDK.

Does the directory structure matter?

Yes. The agent expects langgraph-mcp-agent and story-mcp-hub (containing story-sdk-mcp) to be siblings inside the same root folder.

Does the story‑sdk‑mcp server need to be running?

No. The agent only requires the MCP server files to be present in the expected location; you do not need to run it.

What licensing terms can I set?

You can set a commercial revenue share percentage (0‑100%) and decide whether to allow derivative works.

What happens after I approve an image?

The agent uploads the image to IPFS, generates IP metadata, negotiates licensing terms with you, then mints and registers the IP on Story and mints license tokens.

评论

AI 与智能体 分类下的更多 MCP 服务器