# MCP Tools

Your Foundation app exposes MCP tools that any compatible client can use. This is how AI agents interact with your app.

## Available Tools

The tools available on your MCP server depend on what you've configured:

- **Entity tools** — CRUD operations on your data models
- **Action tools** — invoke your AI prompts and chains
- **Integration tools** — call methods on your connected services
- **Management tools** — configure and manage your app (if authorized)

## Connecting

Add your app's MCP endpoint to any MCP client:

1. Get your MCP connection URL from your account
2. Add it to your MCP client's configuration
3. Authenticate with your token
4. Start using tools

## Scoped Access

MCP connections are scoped. The tools available depend on the token's permissions. A public token might only expose read-only entity access. An admin token exposes everything.
