Story IP Creator Agent
@sarick-story
Story IP Creator Agent について
A demo agent using our MCP server
基本情報
設定
以下の設定を使って、このサーバーを 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 とエージェント」の他のコンテンツ
Just Prompt - A lightweight MCP server for LLM providers
dislerjust-prompt is an MCP server that provides a unified interface to top LLM providers (OpenAI, Anthropic, Google Gemini, Groq, DeepSeek, and Ollama)
MCP Claude Code
SDGLBLMCP implementation of Claude Code capabilities and more
🔎 GPT Researcher
assafelovicAn autonomous agent that conducts deep research on any data using any LLM providers
Perplexity MCP Server
DaInfernalCoderA Model Context Protocol (MCP) server for research and documentation assistance using Perplexity AI. Won 1st @ Cline Hackathon
MCP-NixOS - Because Your AI Assistant Shouldn't Hallucinate About Packages
utensilsMCP-NixOS - Model Context Protocol Server for NixOS resources
コメント