Skip to content
Back to x402 GCC Data APIs

Card snapshot

x402-apis-eta.vercel.app · 2026-08-20 00:37:25 UTC · 6a15db5e3d9c9c7dbeac1027b52488f9051cf7af7ab06e481c1f6be5389d14ea

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": "x402 GCC Data APIs",
  "description": "Pay-per-request data APIs optimized for GCC/Middle East. Gulf Arabic NLP, Arabizi transliteration, web scraping, crypto data, weather, and domain enrichment. All endpoints use x402 micropayments (USDC on Base).",
  "url": "https://x402-apis-jvqlhvor5-deriveit33z-5176s-projects.vercel.app",
  "version": "1.0.0",
  "protocol": "x402",
  "payment": {
    "network": "eip155:84532",
    "currency": "USDC",
    "facilitator": "https://api.cdp.coinbase.com/platform/v2/x402"
  },
  "capabilities": [
    {
      "name": "arabic_sentiment",
      "method": "POST",
      "path": "/api/arabic/sentiment",
      "price": "$0.01",
      "description": "Gulf Arabic sentiment analysis. Supports Khaleeji, Egyptian, Levantine, MSA dialects. Returns sentiment, score, dialect detection, and keyword extraction.",
      "input": {
        "text": "string (Arabic text, max 10,000 chars)"
      }
    },
    {
      "name": "arabizi_transliterate",
      "method": "POST",
      "path": "/api/arabic/arabizi",
      "price": "$0.005",
      "description": "Converts Arabizi (Latin-script Arabic) to Arabic script. Gulf dialect optimized. Handles number-letter mappings (3=\u0639, 7=\u062d, etc.).",
      "input": {
        "text": "string (Arabizi text, max 5,000 chars)"
      }
    },
    {
      "name": "web_scrape",
      "method": "GET",
      "path": "/api/scrape",
      "price": "$0.02",
      "description": "Extract text, links, and metadata from any URL.",
      "input": {
        "url": "string (URL to scrape)"
      }
    },
    {
      "name": "text_summarize",
      "method": "POST",
      "path": "/api/summarize",
      "price": "$0.01",
      "description": "Extractive text summarization with keyword extraction.",
      "input": {
        "text": "string (max 50,000 chars)",
        "max_sentences": "number (default 5)"
      }
    },
    {
      "name": "crypto_data",
      "method": "GET",
      "path": "/api/data/crypto",
      "price": "$0.005",
      "description": "Real-time crypto price, volume, market cap, and 24h change.",
      "input": {
        "coin": "string (CoinGecko ID)",
        "currency": "string (default: usd)"
      }
    },
    {
      "name": "weather_data",
      "method": "GET",
      "path": "/api/data/weather",
      "price": "$0.005",
      "description": "Current weather conditions for any location worldwide.",
      "input": {
        "city": "string",
        "lat": "number (optional)",
        "lon": "number (optional)"
      }
    },
    {
      "name": "domain_enrich",
      "method": "GET",
      "path": "/api/enrich",
      "price": "$0.03",
      "description": "Domain enrichment: tech stack, social links, emails, and company info.",
      "input": {
        "domain": "string (e.g., example.com)"
      }
    }
  ]
}