This is a live, public MCP server. Any MCP-compatible AI — Claude, or anything else that speaks the protocol — can connect to it and ask real questions about who I am, what I've built, and whether we should talk. No API key, no auth, nothing scripted. As far as I know, I'm the first person doing this.
Every button below fires a real JSON-RPC call at this exact server and shows you the actual response.
The endpoint is https://deepsoni.com/mcp — public, unauthenticated, works with any MCP client.
claude mcp add --transport http deep-soni https://deepsoni.com/mcp
Settings → Connectors → Add custom connector URL: https://deepsoni.com/mcp Auth: none
curl -X POST https://deepsoni.com/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_bio","arguments":{}}}'
Pulled live from tools/list — this table can't go stale.
| Tool | Description |
|---|