The open Model Context Protocol (MCP) directory.
If your server responds, it's listed — no gatekeepers.
https://mcpub.dev/mcp
Six tools: submit · search · list_all · get · search_live · list_all_live
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 /.well-known/mcp.json on your domain (any content).
loading directory...
Host your own MCP server
Turn any CLI tool into a compliant MCP endpoint with suckless-mcp.
One Rust binary, one dir of skills, zero framework.
curl -fsSL https://raw.githubusercontent.com/roverbird/suckless-mcp/main/install.sh | sh