> For the complete documentation index, see [llms.txt](https://docs.allmcp.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.allmcp.co/documentation/pricing.md).

# Pricing

**AllMCP is free up to 20,000 provider tool calls every month.** Create an API key and start building — no card required.

<a href="https://allmcp.co/login" class="button primary">Sign up</a><a href="https://allmcp.co/login" class="button secondary">Log in</a>

***

## What counts as a tool call

Only **provider tool calls** count toward your monthly free tier — the calls where your agent actually does something in a connected app.

{% hint style="success" icon="circle-check" %}
**✅ Counts — one provider action, one call:** `google_ads_get_campaign(...)`, `bitrix24_create_contact(...)`, `google_sheets_values_update(...)`.
{% endhint %}

{% hint style="info" icon="sparkles" %}
**🚫 Free — never counts:** The calls your agent makes to *find and connect* integrations — listing what's available, connecting a provider, inspecting a category. Figuring out **which** tool to call is free; only the **actual** call to a provider tool is metered.
{% endhint %}

### Counting example

Each invocation of a provider tool is exactly one call:

| Your agent does      | Tool call                         | Running total |
| -------------------- | --------------------------------- | ------------- |
| Look up a campaign   | `google_ads_get_campaign(...)`    | **1**         |
| Delete that campaign | `google_ads_delete_campaign(...)` | **2**         |
| Update a contact     | `bitrix24_update_contact(...)`    | **3**         |

Three provider actions = **3 tool calls.** All the discovery and connection steps in between cost nothing.

***

## What 20,000 calls a month looks like

Rough, illustrative math — your numbers depend on how busy your agent is:

| If your agent makes…                    | Per month | Against the free tier                   |
| --------------------------------------- | --------- | --------------------------------------- |
| \~30 calls/day — a personal agent       | \~900     | **way under — effectively always free** |
| \~150/day — an active solo build        | \~4,500   | **comfortably free**                    |
| \~650/day — a small-team automation     | \~20,000  | **right at the free ceiling**           |
| \~2,000/day — a busy multi-user product | \~60,000  | beyond free — time for a paid plan      |

A typical multi-step task — *"find the deal, add a note, move it a stage, log the call"* — is about **4 provider calls**. At that rate, 20,000 calls a month is roughly **5,000 real tasks** handled for you, free, every month.

***

## Need more than 20,000 a month?

Paid plans pick up where the free tier ends. Reach out and we'll size a plan to your volume.

<a href="https://allmcp.co/login" class="button primary" data-icon="rocket-launch">Get your API key</a>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.allmcp.co/documentation/pricing.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
