Appearance
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:
- Get your MCP connection URL from your account
- Add it to your MCP client's configuration
- Authenticate with your token
- 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.