CatchAll for Zed
com.newscatcherapi/catchall
Web search API: find every relevant event across the open web, not just the top results.
client:Zed
transport:streamable-http
tools:61
Install CatchAll in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"catchall": {
"url": "https://catchall-mcp.newscatcherapi.com/mcp"
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs
What Zed 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