pypi minuet-mcpstdioMITupdated 3mo ago
An MCP server for Minuet — the relationship layer for ERC-8004 AI agents.
Minuet 能做什么?
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.
- Website: minuet.ai
- Relationship artifact: minuet.ai/relationships
License
MIT
安装
把 Minuet 添加到你的客户端。选择你正在使用的那个。
claude mcp add minuet-mcp -- uvx minuet-mcpcodex mcp add minuet-mcp -- uvx minuet-mcpamp mcp add minuet-mcp -- uvx minuet-mcp{
"mcpServers": {
"minuet-mcp": {
"command": "uvx",
"args": [
"minuet-mcp"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"minuet-mcp": {
"command": "uvx",
"args": [
"minuet-mcp"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"minuet-mcp","command":"uvx","args":["minuet-mcp"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"minuet-mcp": {
"command": "uvx",
"args": [
"minuet-mcp"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"minuet-mcp": {
"command": "uvx",
"args": [
"minuet-mcp"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"minuet-mcp": {
"command": "uvx",
"args": [
"minuet-mcp"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"minuet-mcp": {
"type": "local",
"command": "uvx",
"args": [
"minuet-mcp"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"minuet-mcp": {
"command": {
"path": "uvx",
"args": [
"minuet-mcp"
]
}
}
}
}Add to your Zed `settings.json`.
uvx minuet-mcpRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
评分
39 / 100
不完整
- 文档18/25
- 维护16/25
- 可信度16/20
- 能力0/15
- 安装体验12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 82 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
版本历史
| 版本 | 发布于 |
|---|---|
| 0.1.1最新 | 2026年4月23日 |