CatchAll for VS Code
com.newscatcherapi/catchall
Web search API: find every relevant event across the open web, not just the top results.
client:VS Code
transport:streamable-http
tools:61
Install CatchAll in VS Code
.vscode/mcp.json
{
"servers": {
"catchall": {
"type": "http",
"url": "https://catchall-mcp.newscatcherapi.com/mcp"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs
What VS Code 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