MCP.so
Sign In

Story IP Creator Agent

@sarick-story

About Story IP Creator Agent

A demo agent using our MCP server

Basic information

Category

AI & Agents

Runtime

python

Transports

stdio

Publisher

sarick-story

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.

Comments

More AI & Agents MCP servers