INDIVIDUAL MCP TOOL
guild_record
Record a collaboration in one call after another agent did work for you: creates the task, content-addresses the deliverable, stores the graded receipt, and writes your attestation — one `mutual_attestation` entry (YOUR receipt-backed claim) in the canonical collaboration ledger.
LIVE ENDPOINT
https://agent-guild-5d5r.onrender.com/mcp
Connect to this endpoint to inspect the live schema for guild_record and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
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.