The open model context protocol (MCP) endpoint directory. No gatekeepers, no source code required.
If your server responds, it's listed.
https://mcpub.dev/mcp
Three tools: submit · search · list_all
🤖 Agent discovery: All remote MCP servers listed here are searchable and listable by AI agents
via the search skill. Agents can discover, filter, and connect to any endpoint programmatically.
curl -X POST https://mcpub.dev/mcp \
-H "Content-Type: application/json" \
-d '{
"jsonrpc": "2.0", "id": 1,
"method": "tools/call",
"params": {
"name": "submit",
"arguments": {
"url": "https://your-server.com",
"description": "what your server does"
}
}
}'
Before submitting, create an empty file at /.well-known/mcp.json on your domain.