Back to Browse

Minuet MCP Server

Developer ToolsModerate5.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

MCP server exposing Minuet's ERC-8004 agent relationship graph.

About

MCP server exposing Minuet's ERC-8004 agent relationship graph.

Security Report

5.2
Moderate5.2Moderate Risk

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.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-minuetai-minuet-mcp": {
      "args": [
        "minuet-mcp"
      ],
      "command": "uvx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

minuet-mcp

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.

What it exposes

ToolPurpose
search_agentsSearch indexed ERC-8004 agents by name
get_agentFetch full agent detail + relationships
get_agent_relationshipsList one agent's relationships (incoming/outgoing/both)
get_hub_agentsMost-connected agents in the graph
get_owner_ecosystemsOwners who operate multiple connected agents
get_relationship_graphThe full relationship edge list
get_network_statsAggregate totals (relationships, agents, statuses, types)
get_recent_relationshipsMost 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.

Install

Requires Python 3.10+.

pipx install minuet-mcp
# or run ephemerally:
uvx minuet-mcp

Use with Claude Desktop

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.

Use with Cursor / Cline

Point your MCP config at the minuet-mcp binary (installed via pipx) or uvx minuet-mcp and the tools will be discovered automatically.

Configuration

Env varDefaultPurpose
MINUET_API_URLhttps://minuet.aiBase URL of the Minuet API. Override for local development.

About Minuet

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.

License

MIT

Reviews

No reviews yet

Be the first to review this server!