Story IP Creator Agent
@sarick-story
About Story IP Creator Agent
A demo agent using our MCP server
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"langgraph-mcp-agent": {
"command": "uv",
"args": [
"sync"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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.
More AI & Agents MCP servers
Mcp Agent
lastmile-aiBuild effective agents using Model Context Protocol and simple workflow patterns
LinkedIn MCP Server
stickerdanielOpen-source MCP server for LinkedIn. Give Claude and any MCP-compatible AI agent access to profiles, companies, jobs, and messages.
Perplexity Ask MCP Server
ppl-aiThe official MCP server implementation for the Perplexity API Platform
Unreal Engine Generative AI Support Plugin
prajwalshettydevUnreal Engine plugin for LLM/GenAI models & MCP UE5 server. OpenAI GPT-5, Deepseek R1, Claude Opus/Sonnet, Gemini 3, Grok 4, Alibaba Qwen, Kimi, ElevenLabs TTS, Inworld, OpenRouter, Groq, GLM, Ollama, Local, Meshy, Tripo, Hunyuan3D, Rodin, fal, Dashscope, Seedream. NPC AI, agenti
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)
Comments