> ## Documentation Index
> Fetch the complete documentation index at: https://docs.metabind.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Pricing

> Simple, transparent pricing for teams of any size

Metabind bills on four simple axes — **developer seats**, **tool invocations**, **bandwidth**, and **asset storage**. LLM tokens are always bring-your-own-key, billed by your provider with no Metabind markup, on every tier. The Assistant SDK is included everywhere.

## Plans

<CardGroup cols={2}>
  <Card title="Free" icon="rocket">
    **\$0/month**

    Ship your first MCP App.

    * 1 developer seat
    * 1 MCP App
    * 10K tool invocations
    * 10 GB bandwidth
    * 5 GB storage
    * BYOK LLM tokens
  </Card>

  <Card title="Developer" icon="bolt">
    **\$49/month**

    *or \$529/year — save 10%*

    For developers shipping MCP Apps.

    * 1 developer seat (+\$99 each)
    * 5 MCP Apps
    * 100K tool invocations
    * 100 GB bandwidth
    * 50 GB storage
    * Tool-call analytics + email support
  </Card>

  <Card title="Team" icon="crown">
    **\$499/month**

    *or \$5,389/year — save 10%*

    For teams scaling across projects.

    * 5 developer seats (+\$99 each)
    * 25 MCP Apps
    * 1M tool invocations
    * 1 TB bandwidth
    * 250 GB storage
    * RBAC, audit logs, priority support
  </Card>

  <Card title="Enterprise" icon="building">
    **Custom pricing**

    For organizations with custom requirements.

    * Custom seats & usage
    * Unlimited MCP Apps
    * SSO/SAML
    * Audit logs (1-year retention)
    * Custom SLA
    * Dedicated success manager & priority support
  </Card>
</CardGroup>

## What counts as a seat?

Seats are **authoring access** to MCP App Studio — the people who build components, define tools, and publish.

| Who                                                                                          | Counts as a seat?                   |
| -------------------------------------------------------------------------------------------- | ----------------------------------- |
| **Developers & authors** building in MCP App Studio                                          | Yes — \$99/seat/month on paid tiers |
| **End-users** of your MCP App (in Claude, ChatGPT, every MCP host, or via the Assistant SDK) | No — never metered                  |

Ship to unlimited end-users with no per-user fees. You pay only for authoring seats and usage.

## What's included in every plan

* **MCP App Studio** — visual component builder, code editor, and live device previews
* **BindJS** — declarative authoring layer, Apache 2.0 (60+ components, 40+ modifiers)
* **Schema-validated Interactive Tools** — governed UI, validated on every render
* **V8-sandboxed Data Tools** — wrap any REST or GraphQL API; secrets injected at runtime
* **One-button publish** — live across Claude, ChatGPT, VS Code, and every MCP host
* **Assistant SDK** — embed your MCP App as a governed agent inside your own iOS, Android, or web app
* **Native rendering** — SwiftUI, Jetpack Compose, and React from a single definition
* **Package versioning + instant rollback**
* **BYOK LLM tokens** — bring your own Anthropic (or other provider) key, with no markup

## Usage & overages

Both tool types — **Interactive Tools** and **Data Tools** — count as **tool invocations** through the same metered compute path. Data Tool executions that run longer than 30 seconds count as 5 invocations.

If you exceed your plan limits, usage is billed at these rates:

| Resource                  | Rate                |
| ------------------------- | ------------------- |
| Tool invocations          | \$0.50 per 1,000    |
| Bandwidth                 | \$0.30 per GB       |
| Asset storage             | \$0.50 per GB-month |
| Additional developer seat | \$99/month          |

Save 10% on any paid plan with annual billing.

## Feature comparison

### Platform

| Feature                               |  Free | Developer |  Team  | Enterprise |
| ------------------------------------- | :---: | :-------: | :----: | :--------: |
| MCP Apps                              |   1   |     5     |   25   |  Unlimited |
| Developer seats                       |   1   |     1     |    5   |   Custom   |
| Tool invocations / mo                 |  10K  |    100K   |   1M   |   Custom   |
| Bandwidth                             | 10 GB |   100 GB  |  1 TB  |   Custom   |
| Asset storage                         |  5 GB |   50 GB   | 250 GB |   Custom   |
| MCP App Studio                        |   ✓   |     ✓     |    ✓   |      ✓     |
| BindJS authoring (Apache 2.0)         |   ✓   |     ✓     |    ✓   |      ✓     |
| Interactive + Data Tools              |   ✓   |     ✓     |    ✓   |      ✓     |
| One-button publish (every MCP host)   |   ✓   |     ✓     |    ✓   |      ✓     |
| Assistant SDK (embed in your own app) |   ✓   |     ✓     |    ✓   |      ✓     |
| Native iOS / Android / Web rendering  |   ✓   |     ✓     |    ✓   |      ✓     |
| Package versioning + instant rollback |   ✓   |     ✓     |    ✓   |      ✓     |
| BYOK LLM tokens                       |   ✓   |     ✓     |    ✓   |      ✓     |

### Custom domains

| Feature            | Free | Developer | Team | Enterprise |
| ------------------ | :--: | :-------: | :--: | :--------: |
| Custom domain      |      |           |   ✓  |      ✓     |
| Custom CDN domains |      |           |      |      ✓     |

### Governance & security

| Feature                   | Free | Developer |  Team  | Enterprise |
| ------------------------- | :--: | :-------: | :----: | :--------: |
| Role-based access control |      |           |    ✓   |      ✓     |
| Audit logs                |      |           | 30-day |   1 year   |
| SSO/SAML                  |      |           |        |      ✓     |

### Analytics & support

| Feature                   | Free | Developer | Team | Enterprise |
| ------------------------- | :--: | :-------: | :--: | :--------: |
| Tool-call analytics       |      |     ✓     |   ✓  |      ✓     |
| Community Discord         |   ✓  |     ✓     |   ✓  |      ✓     |
| Email support             |      |     ✓     |   ✓  |      ✓     |
| Priority support          |      |           |   ✓  |      ✓     |
| Dedicated success manager |      |           |      |      ✓     |
| Custom SLA                |      |           |      |      ✓     |

## Get started

<CardGroup cols={2}>
  <Card title="Create Free Account" icon="user-plus" href="https://metabind.ai/signup">
    Start building for free
  </Card>

  <Card title="Contact Sales" icon="envelope" href="mailto:support@metabind.ai">
    Discuss enterprise requirements
  </Card>
</CardGroup>
