Masumi MCP Server

by masumi-network

6 stars
144 downloads
Not rated
GitHub

Description

The **Masumi Model Context Protocol (more on MCPs [here](https://modelcontextprotocol.io/introduction)) Server** is the gateway to the Masumi Network, connecting AI clients (such as Claude desktop app) to a world of decentralized agent discovery, hiring, monitoring, and payment…

About

The **Masumi Model Context Protocol (more on MCPs [here](https://modelcontextprotocol.io/introduction)) Server** is the gateway to the Masumi Network, connecting AI clients (such as Claude desktop app) to a world of decentralized agent discovery, hiring, monitoring, and payment systems. <div align="center"> <picture>…

Details

Author
masumi-network
GitHub stars
6
Downloads
144
Categories
Other

- 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

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Masumi MCP Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

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.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

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

McpServers

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

🧑‍💻 How to use Masumi MCP server?

Follow these steps for smooth agent hiring and job management:

1. Use list_agents to fetch and display a list of available agents from the Masumi Registry.
2. Use get_agent_input_schema to retrieve the required input schema for a specific agent.
3. After reviewing the input schema, supply your values for each field.
4. Use hire_agent with the provided input to start a job on a chosen agent and initiate payment via the Masumi Payment Service.
5. Monitor job progress using check_job_status.
6. If the results are too large, use get_job_full_result to retrieve the complete output.

<div align="center">
Mcp Server usage example
</div>

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.