Data Collection
xcatcher.top
Provides tools for crawling X (Twitter) data, including capabilities, cost previews, sample results, and task management.
ENDPOINT 1
https://xcatcher.top/mcp
MCP server metadata
- Name
- Xcatcher Remote MCP
- Version
- 1.26.0
Known tools 17
get_service_infoRead Xcatcher's live capabilities, prices, limits, endpoints, and recommended agent workflow.
Inferred read-onlypreflight_crawlNormalize and deduplicate X handles, validate the mode, and preview the current modeled points/USDC cost.
Inferred read-onlyget_sample_resultReturn a stable synthetic example of Xcatcher's paginated result and coverage metadata.
Inferred read-onlyget_account_balanceReturn the account attached to the current Bearer API key and its points balance.
Inferred read-onlylist_crawl_tasksList recent tasks owned by the current Bearer API key, newest first.
Inferred read-onlyget_x402_quoteCreate a short-lived USDC quote for a requested number of Xcatcher points.
Potential side effectsget_direct_crawl_paymentCreate a request-bound x402 v2 payment requirement for an accountless crawl.
Potential side effectssubmit_direct_crawl_paymentSubmit an x402 v2 PAYMENT-SIGNATURE for the exact users/mode used by get_direct_crawl_payment.
Potential side effectsget_direct_task_statusRead an accountless paid crawl using its task_id and task-scoped token.
Inferred read-onlyget_direct_result_previewReturn structured JSON rows for a completed accountless paid crawl.
Inferred read-onlyget_task_statusGet API-key account task status by task_id (read-only); accountless x402 tasks use get_direct_task_status instead.
Inferred read-onlywait_for_taskPoll a crawl task server-side until it has a result, reaches a terminal failure/cancelled state, or the bounded timeout expires.
Potential side effectsget_result_previewReturn up to 100 result rows from an API-key account task as native structured JSON for direct agent analysis; accountless x402 tasks use get_direct_result_preview instead.
Inferred read-onlyget_result_download_urlGet an absolute download URL for a task result (read-only).
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.xcatcher-remote-mcp]
url = "https://xcatcher.top/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"xcatcher-remote-mcp": {
"type": "http",
"url": "https://xcatcher.top/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: xcatcher-remote-mcp
Remote MCP URL: https://xcatcher.top/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"xcatcher-remote-mcp": {
"url": "https://xcatcher.top/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"xcatcher-remote-mcp": {
"type": "http",
"url": "https://xcatcher.top/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "xcatcher-remote-mcp",
"transport": "streamable-http",
"url": "https://xcatcher.top/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.