mcpbeat Sign in

Xcatcher — Recent X Posts MCP Server

by lvpiggyqq Your server? Claim it
answering

Xcatcher — Recent X Posts is answering right now. Last checked 15 min ago. It exposes 17 tools. Last commit 11 Aug 2026.

Fetch recent public X/Twitter posts by named handle for monitoring, comparison, OSINT, and research.

Uptime history 48 days of history · worst day 84%
48 days agonow
100.0%
Uptime 24h
91 of 91 checks
17
Tools
read from the server
874 ms
Response time
average over 24h
9
Stars
last commit 11 Aug 2026

What changed 3

Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 10 August 2026. No other catalogue keeps this.

10 Aug 2 tools changed the parameters they ask for get_direct_crawl_payment, preflight_crawl
10 Aug a tool description was rewritten get_direct_crawl_payment

Xcatcher — Recent X Posts missed 2 checks this week

Everything else answered, so this is steady rather than shaky. We check every 15 minutes, which is how a one-off gets told apart from the start of a pattern, and how you hear about the next one within the hour instead of from your users.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 15 min ago.

run in your terminal
claude mcp add xcatcher --transport http https://xcatcher.top/mcp/
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "xcatcher": {
      "url": "https://xcatcher.top/mcp/"
    }
  }
}
~/.codex/config.toml
[mcp_servers.xcatcher]
url = "https://xcatcher.top/mcp/"
.cursor/mcp.json
{
  "mcpServers": {
    "xcatcher": {
      "url": "https://xcatcher.top/mcp/"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "xcatcher": {
      "url": "https://xcatcher.top/mcp/"
    }
  }
}

Available tools 17

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

direct
get_direct_crawl_payment
Create a request-bound x402 v2 payment requirement for an accountless crawl. Use this only for the accountless x402 path after preflight_crawl; API-key accounts use create_crawl_task instead. Normal requests use progressive batch pricing, so quote the complete deduplicated handle list together. This does not move funds. Return payment_required_b64 unchanged to an x402-compatible wallet/client; the live amount, asset, network, destination, and quoteId are authoritative.
get_direct_result_preview
Return structured JSON rows for a completed accountless paid crawl. Use this instead of get_result_preview for an accountless x402 task; API-key accounts use get_result_preview. Use offset for pagination; the task token is required and should be treated as a secret.
get_direct_task_status
Read an accountless paid crawl using its task_id and task-scoped token. Use this instead of get_task_status for an accountless x402 task. Poll every 5-10 seconds until task.has_result is true or it reaches failed/cancelled.
crawl
create_crawl_task
Create a crawl task for one or more X (Twitter) usernames. Side effects: creates a new task AND consumes points. If points are insufficient, upstream returns HTTP 402 with PAYMENT-REQUIRED (quote). This tool surfaces it as error.code=PAYMENT_REQUIRED with payment_required payload so agents can request spending approval, top up, then retry safely. Modes: - normal: Fast latest-post snapshot at scale (fresh-feed monitoring). Optimized for high-throughput batch retrieval. - deep: Deeper per-user collection/enrichment (typically slower; higher resource usage). Use when you need more than a quick latest-post snapshot. Performance note: Normal mode is optimized for a small latest-post snapshot per handle. Actual completeness and latency depend on X availability, upstream limits, and network conditions. Batching: For very large sets, split users into batches. Suggested upper bound per task: 500 users (configurable via MAX_USERS_PER_TASK). Reliability: - Use idempotency_key to make retries safe (avoid duplicate charges). - After creation, poll get_task_status every 5–10s until has_result=true. - Then call get_result_download_url (download still requires the same Bearer token).
list_crawl_tasks
List recent tasks owned by the current Bearer API key, newest first. Use next_before_id for cursor pagination. Read-only and does not consume points.
result
get_result_download_url
Get an absolute download URL for a task result (read-only). If the task is not finished, returns ok=false with code=RESULT_NOT_READY (HTTP 409). Downloading the URL requires the same Authorization: Bearer token.
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. Use offset/next_offset for pagination; this does not download or parse XLSX. Use after has_result=true; use get_result_download_url when the complete XLSX is required. Read-only.
x402
get_x402_quote
Create a short-lived USDC quote for a requested number of Xcatcher points. Returns the exact live amount and supported Base/Solana payment requirements; it does not move funds. Ask the user before signing or sending any payment.
x402_topup
Top up points for the CURRENT Bearer key using x402 proof. Inputs: - quote_id: returned by PAYMENT-REQUIRED (or /api/v1/x402/quote) - payment_signature_b64: base64(JSON) that will be passed as HTTP header PAYMENT-SIGNATURE Side effects: credits points to the same Bearer key (no key rotation). On success returns credited_points and balance_after (shape depends on upstream).
account
get_account_balance
Return the account attached to the current Bearer API key and its points balance. Use before creating a task to estimate whether an x402 top-up will be needed. Read-only.
cancel
cancel_task
Cancel a queued task by task_id. Side effects: changes task state. Xcatcher refunds cost_points when a queued task is successfully cancelled.
preflight
preflight_crawl
Normalize and deduplicate X handles, validate the mode, and preview the current modeled points/USDC cost. This free read-only check requires no account, creates no quote or task, and moves no funds. Use it before requesting a live x402 payment challenge.
sample
get_sample_result
Return a stable synthetic example of Xcatcher's paginated result and coverage metadata. No live X data is fetched, no account is needed, no task or quote is created, and no funds move.
service
get_service_info
Read Xcatcher's live capabilities, prices, limits, endpoints, and recommended agent workflow. Call this first when planning a crawl or when cached documentation may be stale. No points are consumed.
submit
submit_direct_crawl_payment
Submit an x402 v2 PAYMENT-SIGNATURE for the exact users/mode used by get_direct_crawl_payment. This may settle USDC and create a crawl task. Call only after explicit spending approval. On success, securely save task_token: it grants task-scoped result access for seven days.
task
get_task_status
Get API-key account task status by task_id (read-only); accountless x402 tasks use get_direct_task_status instead. Recommended polling interval: every 5–10 seconds until has_result=true. Returns safe structured state, result metadata, and authenticated result URLs; server filesystem paths are never exposed.
wait
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. Read-only and cheaper for agent context than repeated manual polling.

Endpoints

URLTransportStateLatencyChecked
https://xcatcher.top/mcp/ streamable-http answering 806 ms 15 min ago

Alternatives to Xcatcher — Recent X Posts

same job, measured the same way
twitr.sh
by twitr

X/Twitter reads, search, monitors and posting. Pay-per-call in USDC — no signup, no API keys.

14 tools answering
Filter Solutions Ltd Public Technical Content
by co-filtersolutions

Read-only MCP access to Filter Solutions Ltd public filtration and oil monitoring content.

3 tools answering
Autonoma Agent Services
by powerliftingdeveloper

Paid agent trust checks, receipt verification, research, data work, and monitoring.

6 tools answering
Agentic News
by agentic-news

AI-powered news intelligence — 21 tools for personalized monitoring, briefings, and semantic search

answering
Web
by rog0x

Web scraping, search, monitoring, and HTML-to-markdown for AI agents

32 installs/wk local only
RSS Keyword Monitor
by telemarkdigital-publisher

Search bounded RSS, Atom, and RDF feed matches by keyword or regex.

1 tools answering
TedScout
by sdmcc

Search EU public tenders across TED and 8 national portals. Monitor, match, and analyse procurement.

answering
FCC License Search
by krimskrams

Search FCC radio licenses by company, call sign, or FRN; monitor status changes and snapshots.

7 tools answering

Xcatcher — Recent X Posts — questions

Answers built from our own checks of this server.

What can Xcatcher — Recent X Posts do?
It exposes 17 tools, read directly from the server on our last check. Among them: cancel_task, create_crawl_task, get_account_balance, get_direct_crawl_payment, get_direct_result_preview, get_direct_task_status and 11 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
What is Xcatcher — Recent X Posts mostly used for?
Its tools cluster around direct, crawl and result. That is what this server is built to work with — the grouping comes from the actual tool names, not from a category we assigned.
Is Xcatcher — Recent X Posts working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 874 ms. The bar chart above shows every period we have measured.
How do I connect Xcatcher — Recent X Posts?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Xcatcher — Recent X Posts need an API key?
No. Xcatcher — Recent X Posts completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 17 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Xcatcher — Recent X Posts?
It answers our handshake in 874 ms on average, which is faster than 11% of all working MCP servers we measure. That is on the slow side — worth knowing if the tool sits inside an interactive loop. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Xcatcher — Recent X Posts open source?
Yes — it is published under the MIT licence, written in Python and 9 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.