# Plans & Pricing


The APIs.io API and [MCP server](./mcp-server) are free to try. Paid tiers raise your rate limits
and unlock the **industries**, **regions**, and **ratings** endpoints (and Pro/Business-only paths
as they ship). Authenticate with your GitHub account; pay with Stripe.

| | **Free** | **Starter** | **Pro** | **Business** |
| --- | --- | --- | --- | --- |
| Price | $0 | $0 | **$49/mo** | **$199/mo** |
| Auth | none (anonymous) | GitHub login | GitHub login | GitHub login |
| Rate limit | 5 req/s | 20 req/s | 100 req/s | 400 req/s |
| Daily quota | 1,000 | 10,000 | 100,000 | 1,000,000 |
| Search · providers · APIs · tags · artifacts | ✅ | ✅ | ✅ | ✅ |
| MCP server | ✅ | ✅ | ✅ | ✅ |
| **Industries · Regions · Ratings** | — | — | ✅ | ✅ |
| Pro / Business-only API paths | — | — | ✅ | ✅ (+ Business) |

<p>
  <a href="https://apis.io/api/v1/auth/login" className="button"><strong>Log in with GitHub</strong></a>
  &nbsp; — get a free Starter key, then upgrade any time from your <a href="./account">account</a>.
</p>

## How it works

1. **Log in with GitHub** — you're issued a free **Starter** API key instantly.
2. Send it as an `X-API-Key` header:
   ```bash
   curl -H "X-API-Key: <your key>" "https://apis.io/api/v1/industries"
   ```
3. **Upgrade to Pro or Business** from your [account](./account) page (Stripe Checkout). Your key
   keeps working — its limits and access just increase immediately.

Without a key, requests run on the **Free** tier (no industries/regions/ratings). The apis.io
website itself runs on an internal tier. See [Authentication](./authentication) and
[Rate Limits](./rate-limits) for details.
