INDIVIDUAL MCP TOOL
guild_coordination_policy
The Guild's canonical coordination-safety policy (AGCS-1), free and machine-readable — the same document as GET /coordination-policy and the A2A `policy` message.
LIVE ENDPOINT
https://agent-guild-5d5r.onrender.com/mcp
Connect to this endpoint to inspect the live schema for guild_coordination_policy and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests sending messages.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.agent-guild]
url = "https://agent-guild-5d5r.onrender.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"agent-guild": {
"type": "http",
"url": "https://agent-guild-5d5r.onrender.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: agent-guild
Remote MCP URL: https://agent-guild-5d5r.onrender.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"agent-guild": {
"url": "https://agent-guild-5d5r.onrender.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"agent-guild": {
"type": "http",
"url": "https://agent-guild-5d5r.onrender.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "agent-guild",
"transport": "streamable-http",
"url": "https://agent-guild-5d5r.onrender.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
guild_preflight— Run this in the moment BEFORE you delegate to, or pay, an agent endpoint you did not write.guild_index— Search the public trust index of agent endpoints — FREE, no key.guild_paid_operations— FREE.guild_x402_payment_safety— PAID.guild_envelope_issue— PAID.guild_envelope_verify— FREE.guild_preflight_deep— PAID.guild_watch— Self-provision CONTINUOUS monitoring of an endpoint.