{
  "service": "Polyform",
  "tagline": "Machine-payable answers. Pay per call with USDC on Base via x402.",
  "payment": {
    "protocol": "x402",
    "network": "base",
    "currency": "USDC"
  },
  "connect": {
    "http": "https://polyform.polyform-org.workers.dev/v1/...",
    "mcp": "https://polyform.polyform-org.workers.dev/mcp",
    "openapi": "https://polyform.polyform-org.workers.dev/openapi.json"
  },
  "endpoints": [
    {
      "method": "GET",
      "url": "https://polyform.polyform-org.workers.dev/v1/vehicle/vin/:vin",
      "price": "$0.005",
      "name": "VIN decode + open recalls (NHTSA)",
      "description": "Decode any US-market VIN to full vehicle specs and list open safety recalls. Source: US NHTSA (federal, authoritative). JSON."
    },
    {
      "method": "GET",
      "url": "https://polyform.polyform-org.workers.dev/v1/vehicle/deal-check",
      "price": "$0.25",
      "name": "Used-car deal check verdict",
      "description": "Given vin, asking price and miles: decoded specs, open recall count, fuel-cost estimate, and a buy/caution/walk verdict with reasoning. All public federal data."
    },
    {
      "method": "GET",
      "url": "https://polyform.polyform-org.workers.dev/v1/vehicle/fuel-economy",
      "price": "$0.003",
      "name": "Fuel economy lookup (EPA)",
      "description": "EPA MPG figures and estimated annual fuel cost for a year/make/model. Source: fueleconomy.gov. JSON."
    },
    {
      "method": "GET",
      "url": "https://polyform.polyform-org.workers.dev/v1/domain/:domain",
      "price": "$0.005",
      "name": "Domain intelligence (RDAP)",
      "description": "Registration intelligence for any domain: creation/expiry dates, age in days, registrar, statuses, nameservers. Source: registry RDAP. JSON."
    },
    {
      "method": "GET",
      "url": "https://polyform.polyform-org.workers.dev/v1/email/domain-check",
      "price": "$0.003",
      "name": "Email domain deliverability check",
      "description": "Can this domain receive mail, and is it configured seriously? MX, SPF and DMARC via DNS-over-HTTPS with a deliverability summary. JSON."
    },
    {
      "method": "GET",
      "url": "https://polyform.polyform-org.workers.dev/v1/sec/company/:id",
      "price": "$0.01",
      "name": "SEC company facts (EDGAR)",
      "description": "Latest key financial facts for a US public company by ticker or CIK: revenue, net income, assets, EPS from XBRL filings. Source: SEC EDGAR. JSON."
    },
    {
      "method": "GET",
      "url": "https://polyform.polyform-org.workers.dev/v1/fda/recalls",
      "price": "$0.005",
      "name": "FDA recall search (openFDA)",
      "description": "Search US FDA enforcement recalls for drugs, food, or devices by free-text query. Source: openFDA. JSON."
    },
    {
      "method": "POST",
      "url": "https://polyform.polyform-org.workers.dev/v1/ai/chat",
      "price": "$0.01",
      "name": "Inference gateway (Llama on Workers AI)",
      "description": "Pay-per-call LLM completion. POST {messages:[{role,content},...]} (OpenAI-style), returns {reply}. No account, no API key — one x402 payment per call."
    },
    {
      "method": "GET",
      "url": "https://polyform.polyform-org.workers.dev/v1/weather/forecast",
      "price": "$0.003",
      "name": "US weather forecast (NWS)",
      "description": "7-day forecast for any US coordinate: periods with temperature, wind, precipitation chance, narrative. Source: National Weather Service. JSON."
    },
    {
      "method": "GET",
      "url": "https://polyform.polyform-org.workers.dev/v1/weather/alerts",
      "price": "$0.003",
      "name": "Active US weather alerts (NWS)",
      "description": "Active watches/warnings/advisories for a US state or coordinate: event type, severity, headline, timing. Source: National Weather Service. JSON."
    },
    {
      "method": "GET",
      "url": "https://polyform.polyform-org.workers.dev/v1/weather/hourly",
      "price": "$0.003",
      "name": "US hourly forecast (NWS)",
      "description": "Hour-by-hour forecast for any US coordinate: temperature, precipitation chance, wind, conditions for the next 48 hours. Source: National Weather Service. JSON."
    },
    {
      "method": "GET",
      "url": "https://polyform.polyform-org.workers.dev/v1/weather/current",
      "price": "$0.003",
      "name": "US current conditions (NWS)",
      "description": "Latest observed conditions near a US coordinate: temperature, wind, humidity, visibility, pressure from the nearest weather station. Source: National Weather Service. JSON."
    },
    {
      "method": "GET",
      "url": "https://polyform.polyform-org.workers.dev/v1/weather/metar",
      "price": "$0.003",
      "name": "Aviation weather METAR/TAF (NOAA)",
      "description": "Raw and decoded METAR (and optional TAF) for any airport ICAO code. Source: NOAA Aviation Weather Center. JSON."
    },
    {
      "method": "GET",
      "url": "https://polyform.polyform-org.workers.dev/v1/weather/travel-risk",
      "price": "$0.015",
      "name": "US weather travel-risk verdict",
      "description": "Judgment call for a US coordinate and date (within 7 days): LOW/MODERATE/HIGH/SEVERE weather risk with reasons, built from NWS forecast plus active alerts. JSON."
    },
    {
      "method": "GET",
      "url": "https://polyform.polyform-org.workers.dev/v1/geo/geocode",
      "price": "$0.002",
      "name": "US address geocoding (Census)",
      "description": "US street address to coordinates plus matched/normalized address. Source: US Census Bureau geocoder. JSON."
    },
    {
      "method": "GET",
      "url": "https://polyform.polyform-org.workers.dev/v1/geo/reverse",
      "price": "$0.002",
      "name": "US reverse geocoding (Census)",
      "description": "Coordinates to US state, county, tract and block geography. Source: US Census Bureau. JSON."
    },
    {
      "method": "GET",
      "url": "https://polyform.polyform-org.workers.dev/v1/sec/filings/search",
      "price": "$0.01",
      "name": "SEC filings full-text search (EDGAR)",
      "description": "Full-text search across SEC filings; filter by form type. Returns filing metadata and links. Source: SEC EDGAR full-text search. JSON."
    },
    {
      "method": "GET",
      "url": "https://polyform.polyform-org.workers.dev/v1/fda/drug-label",
      "price": "$0.005",
      "name": "FDA drug label lookup (openFDA)",
      "description": "Official FDA label data for a drug by brand or generic name: indications, warnings, dosage. Source: openFDA. JSON."
    },
    {
      "method": "GET",
      "url": "https://polyform.polyform-org.workers.dev/v1/ip/:ip",
      "price": "$0.003",
      "name": "IP network intelligence (RDAP)",
      "description": "Who operates an IP: registry, network range, organization, country. Source: RIR RDAP. JSON."
    },
    {
      "method": "GET",
      "url": "https://polyform.polyform-org.workers.dev/v1/threat/ip",
      "price": "$0.002",
      "name": "IP threat / abuse reputation",
      "description": "Is this IP hostile? Reputation verdict for an IPv4 from public abuse feeds (blocklist.de, Spamhaus DROP) plus Polyform's own observed scanner traffic. Returns malicious flag, 0-100 score, and which sources flagged it. For bot filtering, fraud and firewall automation. JSON."
    },
    {
      "method": "GET",
      "url": "https://polyform.polyform-org.workers.dev/v1/threat/scanners",
      "price": "$0.01",
      "name": "Polyform observed-scanner feed",
      "description": "Recent IPs caught probing Polyform's honeypot paths (credential/vuln scanners) — Polyform's own first-party telemetry, not a repackaged public list. Returns up to 500 most-recent scanner IPs with first-seen. For blocklists and threat research. JSON."
    },
    {
      "method": "GET",
      "url": "https://polyform.polyform-org.workers.dev/v1/econ/worldbank",
      "price": "$0.005",
      "name": "World Bank indicator lookup",
      "description": "Latest value of any World Bank indicator for a country (GDP, inflation, population...). Source: World Bank API. JSON."
    },
    {
      "method": "GET",
      "url": "https://polyform.polyform-org.workers.dev/v1/time/business-days",
      "price": "$0.001",
      "name": "US business-days calculator",
      "description": "Business days between two dates (exclusive of end), skipping weekends and US federal holidays; also returns the holiday list in range. Pure computation. JSON."
    },
    {
      "method": "GET",
      "url": "https://polyform.polyform-org.workers.dev/v1/vehicle/report",
      "price": "$0.25",
      "name": "Vehicle full report (bundle)",
      "description": "One call: decoded VIN specs + all open safety recalls + EPA fuel economy & annual cost + a buy/caution/walk verdict with reasoning. Fuses multiple NHTSA & EPA sources. JSON."
    },
    {
      "method": "GET",
      "url": "https://polyform.polyform-org.workers.dev/v1/domain/due-diligence",
      "price": "$0.02",
      "name": "Domain due-diligence (bundle)",
      "description": "One call to vet a domain: registration/RDAP intel (age, registrar, status) + email deliverability (MX/SPF/DMARC) + threat reputation of the domain's hosting IP. For counterparties, sellers, links. JSON."
    },
    {
      "method": "GET",
      "url": "https://polyform.polyform-org.workers.dev/v1/geo/location-brief",
      "price": "$0.02",
      "name": "Location brief (bundle)",
      "description": "One call for a US place — pass an address OR lat+lon: normalized address + county/state + current conditions + active weather alerts. JSON."
    },
    {
      "method": "GET",
      "url": "https://polyform.polyform-org.workers.dev/v1/sec/company-snapshot",
      "price": "$0.03",
      "name": "Company snapshot (bundle)",
      "description": "One call: SEC company facts (revenue, net income, assets, EPS) + the company's most recent filings. Ticker or CIK. JSON."
    },
    {
      "method": "GET",
      "url": "https://polyform.polyform-org.workers.dev/v1/finance/health-scan",
      "price": "$0.05",
      "name": "Company financial-health scan (bundle)",
      "description": "One call: a public company's revenue & margin trend, current ratio, profitability and recent material filings (8-K/10-K/10-Q) fused into a healthy/watch/distress verdict. Ticker or CIK. SEC EDGAR. JSON."
    },
    {
      "method": "GET",
      "url": "https://polyform.polyform-org.workers.dev/v1/realestate/site-risk",
      "price": "$0.05",
      "name": "Property site-risk brief (bundle)",
      "description": "One call for a US property — pass an address OR lat+lon: FEMA flood-zone determination (SFHA yes/no), county/state, current conditions and active weather alerts, fused into a site-risk verdict. For lending, insurance, diligence. JSON."
    },
    {
      "method": "GET",
      "url": "https://polyform.polyform-org.workers.dev/v1/logistics/route-brief",
      "price": "$0.05",
      "name": "Route & shipment brief (bundle)",
      "description": "One call: driving distance and time between two US points (addresses or lat,lon), an estimated fuel cost, and weather + active alerts at both ends, fused into a go/caution verdict. JSON."
    },
    {
      "method": "GET",
      "url": "https://polyform.polyform-org.workers.dev/v1/crypto/token-report",
      "price": "$0.10",
      "name": "Token due-diligence (bundle)",
      "description": "One call to vet an ERC-20 token on Base or Ethereum: live USD price, holder count, and security signals (honeypot, mintable, open-source, buy/sell tax, owner & holder concentration) fused into a risk verdict. JSON."
    },
    {
      "method": "GET",
      "url": "https://polyform.polyform-org.workers.dev/v1/health/drug-brief",
      "price": "$0.05",
      "name": "Drug safety brief (bundle)",
      "description": "One call for a medication: RxNorm identity, FDA label safety text (boxed warning, warnings, interactions, contraindications) and the most-reported real-world adverse reactions (FDA FAERS). Reference data, not medical advice. JSON."
    },
    {
      "method": "GET",
      "url": "https://polyform.polyform-org.workers.dev/v1/legal/sanctions-screen",
      "price": "$0.10",
      "name": "Sanctions & watchlist screen (bundle)",
      "description": "One call to screen a person or company name against the US Consolidated Screening List — OFAC SDN + Consolidated, BIS Entity/Denied/Unverified, State Dept debarred — with aliases: match/no-match, which list, programs, and a clear/review/hit verdict. For KYC and onboarding. JSON."
    },
    {
      "method": "GET",
      "url": "https://polyform.polyform-org.workers.dev/v1/finance/insider-activity",
      "price": "$0.05",
      "name": "Insider trading activity (bundle)",
      "description": "One call: recent SEC Form 4 insider transactions for a public company — who bought/sold, share counts and dollar value over the last ~120 days, netted into a bullish/bearish/neutral insider signal. Ticker or CIK. SEC EDGAR. JSON."
    },
    {
      "method": "GET",
      "url": "https://polyform.polyform-org.workers.dev/v1/crypto/protocol",
      "price": "$0.03",
      "name": "DeFi protocol brief (bundle)",
      "description": "One call for a DeFi protocol by slug: total value locked (USD), category, chains it runs on with per-chain TVL, audit status and a one-line description. From DefiLlama. JSON."
    },
    {
      "method": "GET",
      "url": "https://polyform.polyform-org.workers.dev/v1/legal/reg-watch",
      "price": "$0.03",
      "name": "Regulatory watch (bundle)",
      "description": "One call: the most recent US Federal Register documents (rules, proposed rules, notices) matching a topic — with agency, type, date, and abstract. Optional agency filter. For compliance monitoring. JSON."
    },
    {
      "method": "GET",
      "url": "https://polyform.polyform-org.workers.dev/v1/dns/lookup",
      "price": "$0.002",
      "name": "DNS record lookup",
      "description": "Resolve any DNS record type (A, AAAA, MX, TXT, NS, CNAME, SOA, CAA) for a hostname via DNS-over-HTTPS. JSON."
    },
    {
      "method": "GET",
      "url": "https://polyform.polyform-org.workers.dev/v1/crypto/gas",
      "price": "$0.002",
      "name": "EVM gas price",
      "description": "Current gas price for Base or Ethereum mainnet, in gwei and wei. Source: public RPC. JSON."
    },
    {
      "method": "GET",
      "url": "https://polyform.polyform-org.workers.dev/v1/crypto/balance",
      "price": "$0.003",
      "name": "Wallet balance (Base)",
      "description": "Native ETH + USDC balance for any address on Base mainnet. Source: public RPC. JSON."
    },
    {
      "method": "GET",
      "url": "https://polyform.polyform-org.workers.dev/v1/wiki/summary",
      "price": "$0.003",
      "name": "Wikipedia summary",
      "description": "Concise summary/extract for any Wikipedia topic, with the canonical URL. Source: Wikimedia REST API. JSON."
    },
    {
      "method": "GET",
      "url": "https://polyform.polyform-org.workers.dev/v1/url/check",
      "price": "$0.003",
      "name": "URL status & redirect check",
      "description": "HTTP status, final URL after redirects, content-type and key response headers for a URL — without downloading the body. For link vetting and uptime checks. JSON."
    },
    {
      "method": "POST",
      "url": "https://polyform.polyform-org.workers.dev/v1/text/summarize",
      "price": "$0.008",
      "name": "Text summarizer (Workers AI)",
      "description": "Summarize arbitrary text into a concise summary. POST {text, sentences?}. Runs Llama on Workers AI. JSON."
    }
  ]
}