← Registry

Data Collection

xcatcher.top

Provides tools for crawling X (Twitter) data, including capabilities, cost previews, sample results, and task management.

x402 supported1 endpoint17 known toolsFirst detected August 8, 2026Last detected August 8, 2026

ENDPOINT 1

https://xcatcher.top/mcp

No auth detected

MCP server metadata

Name
Xcatcher Remote MCP
Version
1.26.0
Capabilities
experimentalpromptsresourcestools

Known tools 17

get_service_info

Read Xcatcher's live capabilities, prices, limits, endpoints, and recommended agent workflow.

Inferred read-only
preflight_crawl

Normalize and deduplicate X handles, validate the mode, and preview the current modeled points/USDC cost.

Inferred read-only
get_sample_result

Return a stable synthetic example of Xcatcher's paginated result and coverage metadata.

Inferred read-only
get_account_balance

Return the account attached to the current Bearer API key and its points balance.

Inferred read-only
list_crawl_tasks

List recent tasks owned by the current Bearer API key, newest first.

Inferred read-only
get_x402_quote

Create a short-lived USDC quote for a requested number of Xcatcher points.

Potential side effects
get_direct_crawl_payment

Create a request-bound x402 v2 payment requirement for an accountless crawl.

Potential side effects
submit_direct_crawl_payment

Submit an x402 v2 PAYMENT-SIGNATURE for the exact users/mode used by get_direct_crawl_payment.

Potential side effects
get_direct_task_status

Read an accountless paid crawl using its task_id and task-scoped token.

Inferred read-only
get_direct_result_preview

Return structured JSON rows for a completed accountless paid crawl.

Inferred read-only
create_crawl_task

Create a crawl task for one or more X (Twitter) usernames.

Potential side effects
x402_topup

Top up points for the CURRENT Bearer key using x402 proof.

Inferred read-only
get_task_status

Get API-key account task status by task_id (read-only); accountless x402 tasks use get_direct_task_status instead.

Inferred read-only
wait_for_task

Poll a crawl task server-side until it has a result, reaches a terminal failure/cancelled state, or the bounded timeout expires.

Potential side effects
get_result_preview

Return 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-only
get_result_download_url

Get an absolute download URL for a task result (read-only).

Inferred read-only
cancel_task

Cancel a queued task by task_id.

Inferred read-only

CONNECT 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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.