# PayAPI Market > The marketplace for x402 APIs. AI agents discover and pay for paid APIs per request in USDC, no API keys, no subscriptions. Providers list once and keep 97% of revenue. Last updated: 2026-04-11 PayAPI Market is a curated marketplace of paid APIs designed for AI agents. Every listed API is exposed via the Model Context Protocol (MCP) and accepts payment via the x402 protocol — a per-request stablecoin payment scheme that revives HTTP 402. ```json { "name": "PayAPI Market", "url": "https://payapi.market", "category": "API Marketplace", "founder": "Chet Parker", "founded": "2026-04", "payment_protocol": "x402", "discovery_protocol": "MCP", "settlement_currency": "USDC", "settlement_chain": "Base", "platform_fee_free_tier": "3%", "platform_fee_featured_tier": "2.5%", "featured_tier_price": "$49/month", "launch_api_count": 10, "launch_endpoint_count": 65 } ``` ## What it is - A marketplace for APIs, where the buyers are autonomous AI agents - Discovery via MCP (a single SSE endpoint exposes every listed API) - Payment via x402 (USDC settlement on Base, ~400ms finality) - Free listing, 3% platform fee on the free tier, 97% revenue kept by providers - Featured tier: $49/mo, 2.5% fee, 97.5% kept ## Who it's for - API providers monetising for the agent economy - AI agents (Claude Desktop, Cursor, custom agents) that need real-time data - Developers turning expertise into passive USDC revenue - Enterprises distributing data products to agent ecosystems ## Key URLs - Marketplace: https://payapi.market/ - About: https://payapi.market/about - Pricing: https://payapi.market/pricing - Revenue calculator: https://payapi.market/calculator - Blog: https://payapi.market/blog - For API providers: https://payapi.market/providers - For AI agents: https://payapi.market/agents - For developers: https://payapi.market/developers - For enterprises: https://payapi.market/enterprises - llms-full.txt (full marketing copy inline): https://payapi.market/llms-full.txt - MCP SSE endpoint: https://web-production-18a32.up.railway.app/mcp/sse ## Currently listed APIs (launch catalogue — 10 APIs, 65 endpoints) Domains covered: property, weather, companies, vehicles, finance. ### UK Data API - Endpoints: 24 - Price range: $0.001 – $0.002 per request - Coverage: Land Registry sold prices, EPC ratings, Companies House, DVLA, Bank of England rates, Met Office weather, crime, flood risk, planning, council tax, BoE base rate, FX rates, MOT history ### Email Verification API - Endpoints: 4 - Price range: $0.001 per request - Coverage: SMTP check, disposable-domain filter, catch-all detection, role-account heuristics ### Company Enrichment API - Endpoints: 6 - Price range: $0.003 – $0.005 per request - Coverage: Companies House lookup, directors, filings, SIC codes, financial summaries, beneficial owners ### Postcode & Address Lookup - Endpoints: 5 - Price range: $0.001 per request - Coverage: UK postcode to address, address validation, autocomplete, geocoding, reverse geocoding ### Currency & Crypto API - Endpoints: 5 - Price range: $0.001 per request - Coverage: FX rates, crypto spot prices, historical series, conversion, base currency rates ### Screenshot & PDF Capture - Endpoints: 4 - Price range: $0.002 per request - Coverage: Headless browser page rendering, full-page screenshots, PDF export, viewport options ### DNS & Domain Intelligence - Endpoints: 5 - Price range: $0.002 per request - Coverage: WHOIS, DNS A/AAAA/MX/TXT records, SPF/DKIM/DMARC, nameserver history ### Web Scraper & Content Extractor - Endpoints: 4 - Price range: $0.002 per request - Coverage: HTML to structured data, readability extraction, metadata parsing, text cleaning ### IP Geolocation API - Endpoints: 4 - Price range: $0.001 per request - Coverage: IP to country, city, ASN, ISP, timezone ### QR Code API - Endpoints: 4 - Price range: $0.001 per request - Coverage: QR generation, decoding, styling, batch operations ## FAQ **Q: What is x402?** A: x402 is a payment protocol that revives HTTP status code 402 (Payment Required). Instead of API keys or subscriptions, the server responds with payment requirements, the client pays in USDC, and the request goes through. Settlement is on-chain (Base), takes ~400ms, and requires no account creation. PayAPI Market routes all transactions through x402. **Q: How much does it cost to list an API?** A: Listing is free. PayAPI Market takes a 3% platform fee on successful payments routed through the marketplace. Providers keep 97%. There is no monthly fee on the free tier. **Q: What's the difference between Free and Featured?** A: Free is $0/month with a 3% platform fee. Featured is $49/month with a reduced 2.5% platform fee, plus priority placement, a gold badge on the listing card, always-first ordering in search results, and inclusion in the agent-facing MCP tool manifest. **Q: Do AI agents need an API key?** A: No. The whole point of x402 is that agents don't need keys, signups, or accounts. They make a request, the server responds with payment requirements, the agent pays in USDC, and the response is delivered. Authentication is the wallet signature; authorisation is the on-chain payment. **Q: What chain does payment settle on?** A: USDC on Base. ~400ms block finality. Off-ramp via Coinbase or any USDC-supporting exchange. **Q: Can I set different prices for different endpoints?** A: Yes. x402 supports per-endpoint pricing. A cheap lookup might be $0.001 and an expensive inference call might be $0.10 — both on the same API. **Q: How is PayAPI Market different from RapidAPI?** A: RapidAPI uses API keys, monthly subscriptions, and credit-card billing. PayAPI Market uses x402 (no keys, per-request USDC), MCP (auto-discovered by agents), and on-chain settlement (no chargebacks, instant payouts). RapidAPI optimises for human developers; PayAPI Market optimises for autonomous agents. **Q: Who is the founder?** A: Chet Parker. Built and launched PayAPI Market in April 2026. Background in UK property data. Built all 10 launch APIs himself using AI tools. ## Founder Built by Chet Parker. Launched 2026-04. ## How AI agents connect Add this to a Claude Desktop or compatible MCP client config: ```json { "mcpServers": { "payapi": { "url": "https://web-production-18a32.up.railway.app/mcp/sse" } } } ``` After connecting, agents auto-discover every listed tool and can call any of them with x402 payments — no API keys, no signup.