MCP.so
Sign In

Masumi MCP Server

@masumi-network

About Masumi MCP Server

No overview available yet

Basic information

Category

Other

Runtime

python

Transports

stdio

Publisher

masumi-network

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "masumi-mcp-server": {
      "command": "uv",
      "args": [
        "sync"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

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.

Comments

More Other MCP servers