1. Conduid
  2. Commerce
  3. Minuet
MCP server · Commerce

Minuet

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

Unclaimed commerce
37Low

Scored 4 months ago · breakdown

About Minuet

Minuet is an MCP server in the Commerce category: mCP server exposing Minuet's ERC-8004 agent relationship graph. It has been installed 0 times through Conduid.

Install

uvx
uvx minuet-mcp
pip
pip install minuet-mcp

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Minuet

Powered by Claude · Grounded in docs

I know everything about Minuet. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • ·Scoped permissionsNot checked yet.

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

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.

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 var Default Purpose
MINUET_API_URL https://minuet.ai Base 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

README mirrored from the source repository 4 months ago. The original is authoritative.

Questions

About Minuet

How do I install Minuet?

Run uvx minuet-mcp, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Minuet safe to use with an AI agent?

Its trust score is 37 out of 100 (low). Conduid hasn't run static security checks on this repository yet, so review the source yourself before granting it credentials. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Minuet still maintained?

Conduid hasn't recorded a commit date for this repository yet. Check the repository directly for recent activity.