Skip to content
Back to ruscrape

Card snapshot

ruscrape.com · 2026-07-02 04:46:46 UTC · 3f38a9cbe8133522f4e8c2abf8ca382826ae539b1bce26fd5a841796ebd29eee

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "name": "ruscrape",
  "description": "Agent-native gateway: fetch any website via a country-specific IP (Russia a specialty: fetch_ru). Pay per call via x402/USDC or RUB, no signup.",
  "url": "https://ruscrape.com",
  "version": "0.1.0",
  "capabilities": {
    "streaming": false,
    "x402": true
  },
  "endpoints": {
    "mcp": "https://ruscrape.com/mcp",
    "openapi": "https://ruscrape.com/openapi.json",
    "pricing": "https://ruscrape.com/pricing"
  },
  "skills": [
    {
      "id": "fetch_web",
      "name": "fetch or scrape the content (HTML/JSON) of ANY website or API through an IP of the chosen country \u2014 give a URL, get the data back",
      "endpoint": "/v1/fetch",
      "mcp_tool": "fetch_web"
    },
    {
      "id": "fetch_ru",
      "name": "fetch/scrape ANY Russian website or API through a Russian IP (specialty: Russia-only sites that block foreign IPs)",
      "endpoint": "/v1/fetch",
      "mcp_tool": "fetch_ru"
    },
    {
      "id": "code_execution",
      "name": "run code (python/javascript/bash) in an isolated sandbox and get stdout/stderr/exit_code \u2014 no network, CPU/RAM/time limits",
      "endpoint": "/v1/code",
      "mcp_tool": "run_code"
    },
    {
      "id": "marketplace_search",
      "name": "structured product search on Russian marketplaces (Wildberries/Ozon): name, price, rating, reviews, seller",
      "endpoint": "/v1/marketplace",
      "mcp_tool": "marketplace_search"
    },
    {
      "id": "market_intel",
      "name": "x402 market intelligence: buyer graph of any x402 service \u2014 who pays it and what else those agents buy (cross-purchase analysis)",
      "endpoint": "/v1/market_intel",
      "mcp_tool": "market_intel"
    },
    {
      "id": "captcha_solve",
      "name": "solve a captcha (reCAPTCHA v2/v3, hCaptcha, Cloudflare Turnstile, or image) and get the token to submit",
      "endpoint": "/v1/captcha",
      "mcp_tool": "solve_captcha"
    },
    {
      "id": "proxy_ru",
      "name": "get a raw russian IP proxy (if you want your own IP to access RU-only sites)",
      "endpoint": "/v1/proxy",
      "mcp_tool": "get_ru_proxy"
    },
    {
      "id": "domain_ru",
      "name": "register a .ru/.\u0440\u0444 domain (secondary)",
      "endpoint": "/v1/register",
      "mcp_tool": "register_ru_domain"
    },
    {
      "id": "domain_check",
      "name": "check domain availability (free)",
      "endpoint": "/v1/availability",
      "mcp_tool": "check_domain"
    }
  ],
  "payment": {
    "x402": true,
    "human_signup_required": false
  }
}