Skip to content

roverbird/mcpub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

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

{
  "name": "search",
  "arguments": { "query": "crypto", "limit": 10 }
}

For humans

Add your MCP server

  1. Any remote servers accepted!
  2. Create /.well-known/mcp.json on your domain (any content allowed, even empty)
  3. 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 \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search","arguments":{"query":"weather"}}}'

Host your own MCP server

Turn any CLI into MCP with suckless-mcp:

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

Contacts


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