Back to Keppo
Model Context Protocol
Connect your agent to Keppo.
One MCP endpoint, two tools, and answers backed by scoped graph evidence. Configure once and your agent can ask Keppo from inside its tool loop.
MCP endpoint
https://mcp.keppo.aiPOST JSON-RPC to this URL. streamable-http transport.
Step 1
Add Keppo to your client
Pick the agent you use. The config snippet below registers Keppo as an MCP server.
Step 2
Two tools, ready to call
Once registered, your agent gets these tools in its loop.
Step 3
Try it from the terminal
Quick smoke check that your endpoint speaks JSON-RPC.
curl -sS https://mcp.keppo.ai \
-H "content-type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}' | jqBackground
Why MCP?
Model Context Protocol is the open standard agents use to discover and call tools — like USB-C for LLMs.