MCP server exposing Minuet's ERC-8004 agent relationship graph.
Connect Minuet to Claude, Cursor or any other MCP client and it stops being a tab you switch to. MCP server exposing Minuet's ERC-8004 agent relationship graph. The minuet mcp server is what makes that connection.
Exposes 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.
Minuet 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.
The server ships on PyPI as minuet-mcp, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
Website — minuet.aisearch_agents — Search indexed ERC-8004 agents by nameget_agent — Fetch full agent detail + relationshipsget_agent_relationships — List one agent's relationships (incoming/outgoing/both)get_hub_agents — Most-connected agents in the graphget_owner_ecosystems — Owners who operate multiple connected agentsget_relationship_graph — The full relationship edge listget_network_stats — Aggregate totals (relationships, agents, statuses, types)get_recent_relationships — Most recently created relationshipsMINUET_API_URL — https://minuet.aiConfiguration is passed through the environment: MINUET_API_URL. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Minuet's toolset — Website, search_agents, get_agent and 7 more — is a fair guide to whether it matches your workflow. It is maintained by minuetai; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| Website | [minuet.ai](https://minuet.ai) |
| search_agents | Search indexed ERC-8004 agents by name |
| get_agent | Fetch full agent detail + relationships |
| get_agent_relationships | List one agent's relationships (incoming/outgoing/both) |
| get_hub_agents | Most-connected agents in the graph |
| get_owner_ecosystems | Owners who operate multiple connected agents |
| get_relationship_graph | The full relationship edge list |
| get_network_stats | Aggregate totals (relationships, agents, statuses, types) |
| get_recent_relationships | Most recently created relationships |
| MINUET_API_URL | https://minuet.ai |
{
"mcpServers": {
"minuet": {
"command": "uvx",
"args": ["minuet-mcp"],
"env": {
"MINUET_API_URL": "your-value"
}
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
| Variable | Description | Required |
|---|---|---|
| MINUET_API_URL | Endpoint or connection string the server talks to. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.