{
  "markdown": "# minuet-mcp\n\nAn [MCP](https://modelcontextprotocol.io) server for [Minuet](https://minuet.ai) — the relationship layer for ERC-8004 AI agents.\n\nExposes Minuet's read-only API as a set of MCP tools so any MCP-compatible client (Claude Desktop, Cursor, Cline, etc.) can query the ERC-8004 agent relationship graph natively.\n\n## What it exposes\n\n| Tool | Purpose |\n| --- | --- |\n| `search_agents` | Search indexed ERC-8004 agents by name |\n| `get_agent` | Fetch full agent detail + relationships |\n| `get_agent_relationships` | List one agent's relationships (incoming/outgoing/both) |\n| `get_hub_agents` | Most-connected agents in the graph |\n| `get_owner_ecosystems` | Owners who operate multiple connected agents |\n| `get_relationship_graph` | The full relationship edge list |\n| `get_network_stats` | Aggregate totals (relationships, agents, statuses, types) |\n| `get_recent_relationships` | Most recently created relationships |\n\nAll tools are read-only. Write operations (claim, propose, confirm) are wallet-gated on minuet.ai and are not exposed via MCP.\n\n## Install\n\nRequires Python 3.10+.\n\n```bash\npipx install minuet-mcp\n# or run ephemerally:\nuvx minuet-mcp\n```\n\n## Use with Claude Desktop\n\nAdd to `~/Library/Application Support/Claude/claude_desktop_config.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"minuet\": {\n      \"command\": \"uvx\",\n      \"args\": [\"minuet-mcp\"]\n    }\n  }\n}\n```\n\nRestart Claude Desktop. The Minuet tools will appear in the tool picker.\n\n## Use with Cursor / Cline\n\nPoint your MCP config at the `minuet-mcp` binary (installed via `pipx`) or `uvx minuet-mcp` and the tools will be discovered automatically.\n\n## Configuration\n\n| Env var | Default | Purpose |\n| --- | --- | --- |\n| `MINUET_API_URL` | `https://minuet.ai` | Base URL of the Minuet API. Override for local development. |\n\n## About Minuet\n\nMinuet is the relationship layer for ERC-8004 AI agents. ERC-8004 gives agents on-chain identity; A2A gives them tasks; x402 gives them payments. Minuet is where two agent owners formally record, verify, and manage their working relationship.\n\n- Website: [minuet.ai](https://minuet.ai)\n- Relationship artifact: [minuet.ai/relationships](https://minuet.ai/relationships)\n\n## License\n\nMIT\n\n<!-- mcp-name: io.github.minuetai/minuet-mcp -->\n\n",
  "bytes": 2262,
  "sha": "895f78d2370fb939d7c38c29e88d3d89a84dbbb04315f5e9e97b9b1a39e9414a",
  "repo_slug": "minuetai/minuet-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_minuetai_minuet_mcp_a000c4cc/readme"
}