Skip to content

roverbird/mcpub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📡 mcpub

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.


For agents

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).


For humans

Add your MCP server to the list

  1. Create /.well-known/mcp.json on your domain (any content, even empty)
  2. 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"}}}'

Search endpoints

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}}}'

Search only live endpoints

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}}}'

Look up a specific endpoint

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"}}}'

Host your own MCP server for free

Turn any CLI into MCP with suckless-mcp:

curl -fsSL https://raw.githubusercontent.com/roverbird/suckless-mcp/main/install.sh | sh

Keep the directory clean

mcp-spider periodically scans all endpoints and maintains the search_live cache with verified alive servers.


Contact


Just endpoints for all

About

Open MCP endpoint directory: list any remote MCP server. No gatekeepers, no GitHub repo, no human review. If your modelcontextprotocol endpoint responds, it's listed!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages