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.
「その他」の他のコンテンツ
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
コメント