{
  "generated_at": "2026-05-11T00:56:48.476130+00:00",
  "slug": "mcpvot-xyz-api-x402-facilitator",
  "title": "Mcpvot \u00b7 X402 Facilitator",
  "url": "https://mcpvot.xyz/api/x402/facilitator",
  "category": "data",
  "summary": "Mcpvot \u00b7 X402 Facilitator \u2014 x402-protected data API. Pay $1.00 per call on base. Indexed by x402all.",
  "seo": {
    "title": "Mcpvot \u00b7 X402 Facilitator \u2014 x402 data API \u00b7 $1.00 per call",
    "description": "Mcpvot \u00b7 X402 Facilitator \u2014 x402-protected data API. Pay $1.00 per call on base. Indexed by x402all."
  },
  "use_cases": [],
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "expensive_outlier",
    "ratio": 50.0,
    "median_category_atomic": 20000
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "indexed_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0x824ea259c1e92f0c5dc1d85dcbb80290b90be7fa",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "max_amount_required_atomic": "1000000",
      "max_timeout_seconds": 300,
      "mime_type": "application/json",
      "description": "Purchase VOT tokens - MCPVOT x402 Facilitator",
      "verified": false,
      "hints": {
        "input": {
          "type": "http",
          "method": "POST",
          "bodyType": "json",
          "bodyFields": {
            "token": {
              "type": "string"
            },
            "usdcAmount": {
              "type": "string"
            },
            "walletAddress": {
              "type": "string"
            }
          }
        },
        "output": {
          "txHash": {
            "type": "string",
            "description": "Transaction hash"
          },
          "success": {
            "type": "boolean",
            "description": "Transaction success"
          },
          "tokensSent": {
            "type": "string",
            "description": "Tokens sent"
          }
        }
      }
    }
  ],
  "origin": {
    "slug": "mcpvot-xyz",
    "host": "mcpvot.xyz",
    "url": "https://mcpvot.xyz",
    "favicon": "https://mcpvot.xyz/branding/icon.png"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/mcpvot-xyz-api-x402-facilitator",
    "url": "https://x402all.com/resource/mcpvot-xyz-api-x402-facilitator",
    "name": "Mcpvot \u00b7 X402 Facilitator",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/mcpvot-xyz-api-x402-facilitator",
      "@type": "Offer",
      "price": "1",
      "availability": "https://schema.org/InStock",
      "priceCurrency": "USDC",
      "additionalProperty": [
        {
          "name": "paymentNetwork",
          "@type": "PropertyValue",
          "value": "base"
        },
        {
          "name": "paymentAsset",
          "@type": "PropertyValue",
          "value": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
        }
      ],
      "priceSpecification": {
        "@type": "UnitPriceSpecification",
        "price": "1.000000",
        "unitText": "call",
        "priceCurrency": "USDC"
      },
      "eligibleCustomerType": "Agent"
    },
    "sameAs": "https://mcpvot.xyz/api/x402/facilitator",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/mcpvot-xyz",
      "url": "https://mcpvot.xyz",
      "name": "mcpvot.xyz",
      "@type": "Organization"
    },
    "identifier": "mcpvot-xyz-api-x402-facilitator",
    "description": "Mcpvot \u00b7 X402 Facilitator \u2014 x402-protected data API. Pay $1.00 per call on base. Indexed by x402all.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=mcpvot-xyz-api-x402-facilitator",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "data"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=mcpvot-xyz-api-x402-facilitator",
  "callability": {
    "status": "call_ready",
    "schema_callability": 0.722,
    "source": "provider_openapi",
    "source_confidence": 0.9,
    "match_confidence": 0.95,
    "schema_confidence": 1.0,
    "validated_at": "2026-05-10T22:44:43.028175+00:00",
    "warnings": []
  },
  "contract": {
    "method": "POST",
    "route_template": "/api/x402/facilitator",
    "content_type": "application/json",
    "request_body_schema": {
      "type": "object",
      "required": [
        "walletAddress",
        "usdAmount"
      ],
      "properties": {
        "token": {
          "enum": [
            "VOT",
            "MAXX"
          ],
          "type": "string",
          "default": "VOT",
          "description": "Token to purchase (VOT or MAXX)"
        },
        "source": {
          "type": "string",
          "default": "api",
          "description": "Source of the order (api, web, agent)"
        },
        "usdAmount": {
          "type": "number",
          "maximum": 1000,
          "minimum": 1,
          "description": "USD amount to spend ($1 min, $1000 max)"
        },
        "farcasterFid": {
          "type": "integer",
          "description": "Optional Farcaster FID for attribution"
        },
        "walletAddress": {
          "type": "string",
          "pattern": "^0x[a-fA-F0-9]{40}$",
          "description": "Recipient wallet address (0x...)"
        }
      }
    },
    "response_schema": {
      "type": "object",
      "properties": {
        "token": {
          "enum": [
            "VOT",
            "MAXX"
          ],
          "type": "string"
        },
        "txHash": {
          "type": "string",
          "description": "Transaction hash on Base"
        },
        "success": {
          "type": "boolean"
        },
        "recipient": {
          "type": "string"
        },
        "tokensSent": {
          "type": "string",
          "description": "Amount of tokens sent"
        },
        "pricePerToken": {
          "type": "number",
          "description": "Price per token in USD"
        }
      }
    },
    "examples": [],
    "schema_presence": {
      "path_schema": "unknown",
      "query_schema": "unknown",
      "header_schema": "unknown",
      "request_body_schema": "declared",
      "response_schema": "declared"
    },
    "contract_hash": "3cbd717a6f481303c24c2f9935589c8ce009e516d2a2498ca92fad03dc29c175"
  }
}