Story Protocol SDK MCP is a server that provides Model Context Protocol (MCP) tools for interacting with Story's Python SDK. It enables AI agents to manage and utilize various services within the Story Protocol ecosystem.
Story Protocol SDK MCP is a server that provides Model Context Protocol (MCP) tools for interacting with Story's Python SDK. It enables AI agents to manage and utilize various services within the Story Protocol ecosystem.
uv run mcp dev server.pyAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"story-protocol-sdk-mcp": {
"command": "npx",
"args": [
"-y",
"uv run mcp dev server.py"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from Story Protocol SDK MCP?"
No configuration required. This server works out of the box.
"What resources are available in Story Protocol SDK MCP?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in Story Protocol SDK MCP"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in Story Protocol SDK MCP with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.