INDIVIDUAL MCP TOOL
submit_direct_crawl_payment
Submit an x402 v2 PAYMENT-SIGNATURE for the exact users/mode used by get_direct_crawl_payment.
LIVE ENDPOINT
https://xcatcher.top/mcp
Connect to this endpoint to inspect the live schema for submit_direct_crawl_payment and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests a financial action.
Parent server
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.
Related tools
get_service_info— Read Xcatcher's live capabilities, prices, limits, endpoints, and recommended agent workflow.preflight_crawl— Normalize and deduplicate X handles, validate the mode, and preview the current modeled points/USDC cost.get_sample_result— Return a stable synthetic example of Xcatcher's paginated result and coverage metadata.get_account_balance— Return the account attached to the current Bearer API key and its points balance.list_crawl_tasks— List recent tasks owned by the current Bearer API key, newest first.get_x402_quote— Create a short-lived USDC quote for a requested number of Xcatcher points.get_direct_crawl_payment— Create a request-bound x402 v2 payment requirement for an accountless crawl.get_direct_task_status— Read an accountless paid crawl using its task_id and task-scoped token.