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.
{
"name": "search",
"arguments": { "query": "crypto", "limit": 10 }
}- Any remote servers accepted!
- Create
/.well-known/mcp.jsonon your domain (any content allowed, 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 \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search","arguments":{"query":"weather"}}}'Turn any CLI into MCP with suckless-mcp:
curl -fsSL https://raw.githubusercontent.com/roverbird/suckless-mcp/main/install.sh | shJust endpoints for all