# MCP

Coming soon — the Product MCP lets AI agents connect to a customer's Instasent project over OAuth, with a limited, agent-safe tool set (not the full API).

**Language:** en
**Audience:** developer
**Search keywords:** mcp, model context protocol, product mcp, agent, add instasent to my agent, connector, oauth, install mcp
**Related pages:** /platform/en/ai-agents, /developers/product-api/connected-apps-and-oauth, /developers/further-reading/use-with-ai

> **Note**: **Coming soon.** The Product MCP server isn't operative yet. This is a short
> developer note; the product-side overview lives in
> [AI agents & MCP](/platform/en/ai-agents).

The **Product MCP server** lets AI agents work with a customer's Instasent
project through a single endpoint (`https://mcp.instasent.com/product`). It
handles the **OAuth login and the permissions** each user grants.

## Who this is for

This is mainly relevant if you **build or operate an AI agent** and want to
offer **Instasent as a connectable app** inside it — so your users can install
the Instasent MCP and connect their own project. Each user authorizes with
OAuth and chooses what to grant; you never handle their credentials.

> **Warning**: The MCP exposes a **limited, agent-safe tool set** — it does **not** grant the
> full Product API. For example, it can't ingest contacts. For full programmatic
> access use [API tokens](/developers/product-api/authentication) or a
> [connected app (OAuth)](/developers/product-api/connected-apps-and-oauth).

In the meantime, you can already feed an agent the docs as plain text:
[Use with AI](/developers/further-reading/use-with-ai).
