Masumi MCP Server
@masumi-network
关于 Masumi MCP Server
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"masumi-mcp-server": {
"command": "uv",
"args": [
"sync"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Masumi MCP Server?
The Masumi MCP Server is the gateway to the Masumi Network, connecting AI clients like Claude Desktop to decentralized agent discovery, hiring, monitoring, and payment systems.
How to use Masumi MCP Server?
Install the server by cloning the repository, running uv sync, configuring environment variables, then running uv run mcp install server.py --name "Masumi Agent Manager" -f .env for Claude Desktop or adding the server manually to the MCP client configuration. Use tools like list_agents, get_agent_input_schema, hire_agent, check_job_status, and get_job_full_result to discover, hire, and manage agents.
Key features of Masumi MCP Server
- Decentralized agent discovery via Masumi Registry
- Agent hiring and payment initiation
- Job status monitoring and result retrieval
- Input schema retrieval for agents
- Integration with AI MCP clients
Use cases of Masumi MCP Server
- Discover available agents from the Masumi Network
- Retrieve input schemas to understand agent requirements
- Hire agents and initiate payments
- Monitor job progress and retrieve full results
FAQ from Masumi MCP Server
What prerequisites are needed?
Python 3.10+, uv, an MCP client like Claude Desktop, and running your own Masumi Node instance with API tokens.
How do I configure the server?
Copy .env.example to .env and set environment variables for registry and payment tokens, network (e.g., Preprod), and service base URLs.
What transport does the server use?
The server uses standard MCP transport, compatible with any MCP client such as Claude Desktop.
Is the payment token secure?
Yes, keep your .env file secure, especially the payment token, and do not commit it to public repositories.
其他 分类下的更多 MCP 服务器

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
评论