AgentAnycast MCP Server
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AGENTANYCAST_HOME | No | Data directory for daemon state. Default: ~/.agentanycast | |
| AGENTANYCAST_RELAY | No | Relay server multiaddr for cross-network P2P. Default: None (LAN only) |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| 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 |
|---|---|
| get_node_infoA | Get this node's PeerID, DID, and connection status on the P2P network. |
| list_connected_peersA | List all peers currently connected to this node over the P2P network. |
| discover_agentsA | Find AI agents on the P2P network that offer a specific skill. Use this to search for agents before sending them tasks. For example, discover_agents("translate") finds agents that can translate text. Args: skill: The skill to search for (e.g. "translate", "summarize", "code-review"). |
| send_taskA | Send an encrypted task to a remote AI agent and wait for the result. The target determines how the agent is reached:
Args: target: PeerID, skill name, or HTTP URL of the target agent. message: The message or instruction to send to the agent. timeout: Maximum seconds to wait for a response (default: 30). |
| get_task_statusA | Get the current status and result of a previously sent task. Args: task_id: The task ID returned by send_task. |
| get_agent_cardA | Get the capability card (A2A Agent Card) for a peer or this node. Returns the agent's name, description, skills, PeerID, and DID. Args: peer_id: PeerID of the agent to query. Leave empty or "self" to get this node's card. |
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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/AgentAnycast/agentanycast-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server