drio
Open app

Story IP Creator Agent

Source

A demo agent using our MCP server

Catalog onlyCatalog onlySTDIO

Overview

The Story IP Creator Agent is a LangGraph-based tool designed for creating, minting, and registering intellectual property (IP) assets on the Story blockchain. It utilizes AI to generate images and facilitates the entire process of IP asset creation.

To use the agent, run the provided Python script after setting up the necessary environment and dependencies. Follow the interactive prompts to create and mint your IP asset.

  • AI-generated image creation using DALL-E 3 - Uploading images to IPFS for decentralized storage - Minting and registering IP assets on the Story blockchain - Customizable licensing terms for IP assets
  1. Creating unique digital art as IP assets
  2. Minting and licensing images for commercial use
  3. Facilitating the registration of digital assets on a blockchain

Add to your AI client

Use these steps to connect Story IP Creator Agent in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

{
  "mcpServers": {
    "langgraph-mcp-agent-sarick-story": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-langgraph-mcp-agent-sarick-story"
      ]
    }
  }
}

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

{
  "mcpServers": {
    "langgraph-mcp-agent-sarick-story": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-langgraph-mcp-agent-sarick-story"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "langgraph-mcp-agent-sarick-story": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-langgraph-mcp-agent-sarick-story"
      ]
    }
  }
}

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "langgraph-mcp-agent-sarick-story": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-langgraph-mcp-agent-sarick-story"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "langgraph-mcp-agent-sarick-story": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-langgraph-mcp-agent-sarick-story"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "langgraph-mcp-agent-sarick-story": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-langgraph-mcp-agent-sarick-story"
      ]
    }
  }
}

FAQ

Can I create any type of image?

Yes! You can create images based on your descriptions, such as characters, landscapes, or abstract art.

Is there a cost associated with minting IP assets?

The costs may vary based on blockchain fees and licensing terms you set.

What if I don't like the generated image?

You can request a new image or provide feedback to refine the generation process.