Searchable open directory of remote MCP servers. No gatekeepers, no GitHub, no review required. Free open access!
🌐 mcpub.dev | 🤖 https://mcpub.dev/mcp
Model context protocol endpoint on every website.
Connect to https://mcpub.dev/mcp. Tools: submit, search, list_all, get, search_live, list_all_live.
{ "name": "search", "arguments": { "query": "crypto", "limit": 10, "offset": 0 } }All list/search responses return { total, offset, limit, results } — use offset to paginate.
Live tools (search_live, list_all_live) return only verified alive endpoints (automatically updated via mcp-spider).
- Create
/.well-known/mcp.jsonon your domain (any content, even empty) - Submit:
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.domain","description":"what it does"}}}'curl -X POST https://mcpub.dev/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search","arguments":{"query":"weather","limit":10,"offset":0}}}'curl -X POST https://mcpub.dev/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search_live","arguments":{"query":"satellite","limit":10}}}'curl -X POST https://mcpub.dev/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get","arguments":{"url":"https://your.domain"}}}'Turn any CLI into MCP with suckless-mcp:
curl -fsSL https://raw.githubusercontent.com/roverbird/suckless-mcp/main/install.sh | shmcp-spider periodically scans all endpoints and maintains the search_live cache with verified alive servers.
Just endpoints for all