Three hosted MCP tools — web search, weather, and news — accessible via one URL. No API keys to manage. No servers to run. Paste one line into your config and you're done.
Sign in required · Cancel anytime · Key sent to your email instantly
What's included
Search the web for current information, documentation, or any topic. Powered by Brave Search.
Try: "Search for the latest MCP server examples"
Get live weather conditions for any city in the world. Temperature, humidity, wind speed.
Try: "What's the weather in Tokyo right now?"
Search recent news articles on any topic. Titles, sources, publish dates, and URLs.
Try: "Find news about AI agent security this week"
Setup
Claude Code — add to .claude/mcp.json
{
"mcpServers": {
"curatedmcp-tools": {
"type": "http",
"url": "https://curatedmcp.com/api/mcp/YOUR_KEY"
}
}
}Claude Desktop — add to claude_desktop_config.json
{
"mcpServers": {
"curatedmcp-tools": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://curatedmcp.com/api/mcp/YOUR_KEY"]
}
}
}Replace YOUR_KEY with the key emailed to you after purchase.
Already a customer? View your key and usage →