MCP.so
ログイン

Masumi MCP Server

@masumi-network

Masumi MCP Server について

概要はまだありません

基本情報

カテゴリ

その他

ランタイム

python

トランスポート

stdio

公開者

masumi-network

設定

以下の設定を使って、このサーバーを 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.

コメント

「その他」の他のコンテンツ