Minuet Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Minuet Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
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-mcpAdd 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
<!-- mcp-name: io.github.minuetai/minuet-mcp -->
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.