Server data from the Official MCP Registry
MCP server exposing Minuet's ERC-8004 agent relationship graph.
MCP server exposing Minuet's ERC-8004 agent relationship graph.
A well-architected MCP server for read-only access to Minuet's public relationship graph API. The codebase demonstrates solid security practices with proper async HTTP handling, environment-based configuration, and no authentication requirements (appropriate for a public API). Minor code quality observations around error handling and input validation do not significantly impact security. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.
7 files analyzed · 8 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-minuetai-minuet-mcp": {
"args": [
"minuet-mcp"
],
"command": "uvx"
}
}
}From the project's GitHub README.
An MCP server for Minuet — the relationship layer for ERC-8004 AI agents.
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.
| Tool | Purpose |
|---|---|
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 |
All tools are read-only. Write operations (claim, propose, confirm) are wallet-gated on minuet.ai and are not exposed via MCP.
Requires Python 3.10+.
pipx install minuet-mcp
# or run ephemerally:
uvx minuet-mcp
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"minuet": {
"command": "uvx",
"args": ["minuet-mcp"]
}
}
}
Restart Claude Desktop. The Minuet tools will appear in the tool picker.
Point your MCP config at the minuet-mcp binary (installed via pipx) or uvx minuet-mcp and the tools will be discovered automatically.
| Env var | Default | Purpose |
|---|---|---|
MINUET_API_URL | https://minuet.ai | Base URL of the Minuet API. Override for local development. |
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.
MIT
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
by Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
by mcp-marketplace · Developer Tools
Scaffold, build, and publish TypeScript MCP servers to npm — conversationally
by mcp-marketplace · Finance
Free stock data and market news for any MCP-compatible AI assistant.