{
  "schema_version": "2025-11-25",
  "server": {
    "name": "mcpvot",
    "version": "2.0.0",
    "title": "MCPVOT",
    "description": "x402 Facilitator Machine — paid data APIs for AI agents. Per-call USDC on Base. No API keys.",
    "homepage": "https://mcpvot.xyz",
    "protocolVersion": "2025-11-25",
    "capabilities": {
      "tools": {
        "listChanged": false
      },
      "resources": {
        "subscribe": false,
        "listChanged": false
      }
    }
  },
  "transport": {
    "type": "streamable-http",
    "endpoint": "https://mcpvot.xyz/api/mcp",
    "headers": {
      "Content-Type": "application/json",
      "Accept": "application/json, text/event-stream"
    }
  },
  "tools": [
    {
      "name": "get_weather_forecast",
      "title": "Weather Forecast",
      "description": "7-day weather forecast + real-time air quality for any location",
      "price": "$0.005 USDC",
      "endpoint": "/api/x402/weather",
      "upstream": "Open-Meteo"
    },
    {
      "name": "search_news",
      "title": "Search News",
      "description": "Search real-time news from 500K+ global sources, sentiment scored",
      "price": "$0.005 USDC",
      "endpoint": "/api/x402/news",
      "upstream": "GDELT + Guardian"
    },
    {
      "name": "lookup_drug_info",
      "title": "Drug Information Lookup",
      "description": "FDA drug approvals, recalls, adverse events, interactions",
      "price": "$0.01 USDC",
      "endpoint": "/api/x402/drug",
      "upstream": "OpenFDA + RxNorm"
    },
    {
      "name": "get_sports_scores",
      "title": "Sports Scores",
      "description": "Live scores, schedules, standings for NBA, NFL, MLB, NHL, soccer + more",
      "price": "$0.005 USDC",
      "endpoint": "/api/x402/scores",
      "upstream": "ESPN + TheSportsDB"
    },
    {
      "name": "search_academic_papers",
      "title": "Academic Paper Search",
      "description": "Search 250M+ academic papers, deduplicated, sorted by relevance/citations/date",
      "price": "$0.005 USDC",
      "endpoint": "/api/x402/papers",
      "upstream": "OpenAlex + arXiv"
    },
    {
      "name": "get_ecosystem_status",
      "title": "Ecosystem Status",
      "description": "Server health, available x402 services, MCP endpoint info",
      "price": "FREE",
      "endpoint": "/api/mcp",
      "upstream": "mcpvot.xyz"
    }
  ],
  "resources": [
    {
      "uri": "mcpvot://x402/guide",
      "name": "x402 Payment Guide",
      "description": "How to pay for MCPVOT tools using x402 (USDC on Base)",
      "mimeType": "text/markdown"
    }
  ],
  "payments": {
    "protocol": "x402",
    "version": 1,
    "facilitator": "https://api.cdp.coinbase.com/platform/v2/x402",
    "asset": "USDC",
    "network": "base",
    "chainId": 8453,
    "payTo": "0x662741340B7c58f3fd30FD4908c6A8c0f9297d25",
    "usdcContract": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "donations": {
      "eth_base": "0x662741340B7c58f3fd30FD4908c6A8c0f9297d25",
      "btc": "bc1qsdkcummkf35ygj0syq0lz9yrnkng7ah8qqwrrk",
      "sol": "58EDJmtnLDoGTxMJ46MP5S933sDbiDUBVXqXV3nsmnV7"
    }
  },
  "discovery": {
    "llmsTxt": "https://mcpvot.xyz/llms.txt",
    "openapiJson": "https://mcpvot.xyz/openapi.json",
    "x402Discovery": "https://mcpvot.xyz/api/x402"
  }
}