Minuet
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MINUET_API_URL | No | Base URL of the Minuet API. Override for local development. | https://minuet.ai |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_agentsA | Search indexed ERC-8004 agents. Args: query: Optional substring to match against agent name. limit: Maximum number of agents to return (default 25). |
| get_agentA | Fetch full details for a specific agent, including its Minuet relationships. Args:
agent_id: Canonical identifier in the form |
| get_agent_relationshipsA | List relationships for a specific agent. Args:
agent_id: Canonical |
| get_hub_agentsA | Return the most-connected agents in the Minuet relationship graph. Useful for discovering which agents other agents actually work with. Args: limit: Maximum number of hubs to return (default 10). |
| get_owner_ecosystemsA | Return owners who operate multiple connected agents. An "ecosystem" is a single wallet address with 2+ named agents that have at least one relationship. Useful for finding multi-agent teams. Args: limit: Maximum number of ecosystems to return (default 10). |
| get_relationship_graphB | Return the full set of relationships as a graph. Args: min_connections: Filter out agents with fewer than this many relationships from the returned edge list (default 0 = no filter). |
| get_network_statsA | Return aggregate statistics about the Minuet relationship graph. Returns totals for relationships, agents, named agents, verified vs inferred status, and the top relationship types. |
| get_recent_relationshipsC | Return the most recently created relationships. Args: limit: Maximum number of relationships to return (default 20). |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/minuetai/minuet-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server