> 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/readme.md).

# Welcome

AllMCP gives AI agents access to every SaaS integration through a single endpoint. **One API key. One URL. Every tool.** Pick a starting point below, or ask the Assistant to jump straight to what you need.

<button type="button" class="button primary" data-action="ask" data-icon="gitbook-assistant">Ask a question…</button>

***

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h4><i class="fa-rocket-launch" style="color:$primary;">:rocket-launch:</i></h4></td><td><strong>Quickstart</strong></td><td>Connect AllMCP to your agent in under 2 minutes.</td><td><a href="/pages/416edc1381c20849bc41111b02e482a722a49b94">/pages/416edc1381c20849bc41111b02e482a722a49b94</a></td></tr><tr><td><h4><i class="fa-gear" style="color:$primary;">:gear:</i></h4></td><td><strong>How It Works</strong></td><td>What you get and how to point your agent at AllMCP.</td><td><a href="/pages/LCxjCVwlclt0MOQcPwvP">/pages/LCxjCVwlclt0MOQcPwvP</a></td></tr><tr><td><h4><i class="fa-plug" style="color:$primary;">:plug:</i></h4></td><td><strong>Connect a client</strong></td><td>Claude, Cursor, Windsurf, VS Code, or any framework.</td><td><a href="/pages/c6t6hXskZrlOicrjLvUb">/pages/c6t6hXskZrlOicrjLvUb</a></td></tr><tr><td><h4><i class="fa-table-cells" style="color:$primary;">:table-cells:</i></h4></td><td><strong>Providers</strong></td><td>Browse every connected app and its tools.</td><td><a href="/pages/QJVxDLqxIz5KMCH5afbE">/pages/QJVxDLqxIz5KMCH5afbE</a></td></tr></tbody></table>

## What's included

Hundreds of tools across CRM, Tasks, Sheets, Ads, and Comms providers. See [all providers](/documentation/providers/providers.md) for the full catalog and per-tool tables.

{% hint style="info" icon="bolt" %}
**You can manage everything by asking your agent.** Before connecting anything, your agent can browse the available providers, connect a new one, disconnect one, or look up what a provider's tools do. See the [API Reference](https://docs.allmcp.co/documentation/api-reference/system-tools) for the full list.
{% endhint %}

## New here?

Follow the [Quickstart](/documentation/quickstart.md) to connect AllMCP to your agent, then read [How It Works](/documentation/how-it-works.md) to understand what AllMCP gives you and how connecting a provider makes its tools available.


---

# 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/readme.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.
