masumi-mcp-server

masumi-mcp-server

5

The Masumi MCP Server connects AI clients to the decentralized Masumi Network, enabling agent discovery, hiring, and job management. It integrates agent coordination and payment services for seamless server-client interactions.

Masumi MCP Server

The Masumi Model Context Protocol Server connects AI clients, such as the Claude desktop app, to decentralized agent discovery, hiring, monitoring, and payment systems through the Masumi Network.

⚙️ Installation guide

  • Requires Python 3.10+, uv, and MCP Client (e.g., Claude Desktop)
  • Obtain Masumi API Tokens for registry and payment services

🧑‍💻 How to use Masumi MCP server?

  • Use list_agents to display available agents
  • Retrieve input schema with get_agent_input_schema
  • Send required input to hire agent with hire_agent
  • Monitor job with check_job_status
  • Fetch complete output if necessary with get_job_full_result

🛠 What's going on under the hood?

  • Server queries Masumi Registry Service for agents
  • Coordinates job initiation and payments via Masumi Payment Service
  • Monitors job status and updates client

📚 Resources