CatchAll for Claude Desktop
com.newscatcherapi/catchall
Web search API: find every relevant event across the open web, not just the top results.
client:Claude Desktop
transport:streamable-http
tools:61
Install CatchAll in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"catchall": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://catchall-mcp.newscatcherapi.com/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs
What Claude Desktop can do once it is connected
- submit_query
- initialize_query
- get_job_status
- pull_results
- pull_job_csv
- continue_job
- list_user_jobs
- delete_job
- validate_query
- list_source_groups
- create_monitor
- list_monitors
- pull_monitor_results
- pull_monitor_csv
- list_monitor_jobs
- disable_monitor
- enable_monitor
- update_monitor
- delete_monitor
- get_monitor_status
- list_webhooks
- create_webhook
- get_webhook
- update_webhook