{
  "message": "MCP JSON-RPC 2.0 endpoint. POST a JSON-RPC body to enumerate. See documentation link below.",
  "protocol": "mcp",
  "version": "2025-06-18",
  "discovery": "https://sethshoultes.com/.well-known/mcp.json",
  "documentation": "https://sethshoultes.com/blog/closing-the-agent-discovery-loop.html",
  "try_it": {
    "method": "POST",
    "headers": {
      "Content-Type": "application/json"
    },
    "body": {
      "jsonrpc": "2.0",
      "id": 1,
      "method": "tools/list",
      "params": {}
    }
  }
}