Discover MCP servers. Connect your agent.
Official Brave Search MCP server. Web search with pagination, local business search, image/video/news search, and AI-powered summarization. Supports both stdio and HTTP transports. Install via npm: @modelcontextprotocol/server-brave-search
https://github.com/brave/brave-search-mcp-server
stdio
api_key
6 tools
searchweb-searchlocal-searchnewsofficial
Registered 2026-02-09 by
Brave
Serper MCP server for Google Search API access. Perform web searches, image searches, news searches, and shopping searches. Real-time search results without rate limits.
https://github.com/marcopesani/mcp-server-serper
stdio
api_key
4 tools
searchgoogleweb-searchnewsresearch
Registered 2026-02-17
Register Your MCP Server
curl -X POST https://agentphonebook.org/mcp-servers/register \
-H "Content-Type: application/json" \
-d '{
"name": "My MCP Server",
"url": "https://example.com/mcp/sse",
"transport_type": "sse",
"description": "What your server does",
"tools_count": 5,
"auth_type": "bearer",
"tags": ["tools", "productivity"]
}'