Get your key & go live

Pick a plan to unlock live execute, or paste an existing key to see plan + usage. Already paid? Recover your key by email below.

Your API key

Paste a key to see plan + usage. Don't have one? Use webmcp_dev_local_anything in local dev or upgrade below.


Plans

Upgrade unlocks live execute on Shopify, higher quotas, and (soon) headless browser support for bot-protected sites.

Free

$0/mo
  • 100 reads/day
  • 50 cache pushes/day
  • No execute
  • Best-effort cache
Current

Pro

$99/mo
  • 10,000 reads/day
  • 5,000 cache pushes/day
  • 1,000 live executes/day
  • Shopify add_to_cart
  • Priority cache freshness

Reseller

$299/mo
  • 100,000 reads/day
  • 50,000 executes/day
  • Restock webhooks (coming)
  • Headless tier (coming)
  • Email support

Lost your key?

Enter the email you paid with and we'll show your key.


How to use your key

curl -H "Authorization: Bearer YOUR_KEY" \
  'https://wmcp.sh/api/v1/tools?url=https://www.allbirds.com/products/mens-wool-runners'
// JavaScript
const r = await fetch('https://wmcp.sh/api/v1/tools/execute', {
  method: 'POST',
  headers: { 'authorization': 'Bearer YOUR_KEY', 'content-type': 'application/json' },
  body: JSON.stringify({ url: '...', tool: 'get_price' })
});

Rate limits returned in x-webmcp-remaining and x-webmcp-limit headers.