Connect an external client with MCP
Find Tale’s MCP endpoint and understand how external clients use it to work with Tale.
2 min read
Tale exposes an MCP endpoint that lets an external coding assistant or other MCP client work with your organization. Use it to discover capabilities, author automations, and inspect runs through the client’s tools. Access follows the organization API key and its holder’s permissions.
Find your endpoint
Open Settings > API > MCP. The page shows the deployment’s endpoint URL, the organization slug, available tool groups, and a request you can copy to check connectivity. Create a suitable key under Settings > API if you do not already have one.
Follow MCP endpoint for client configuration, authentication, and permission requirements. Store the key in the client’s credential settings; do not put it in a prompt or a shared document.
Choose the direction of the connection
Tale’s MCP endpoint accepts connections from external clients. Tale does not provide a settings form for registering an external MCP server as equipment for its own project agents.
For an agent inside Tale that needs another service, check the connector catalog. When there is no suitable connector, a project agent can use an appropriately scoped secret to call a service from its sandbox. That grants the running agent access to the secret, so choose the scope for the specific job.
Verify access before authoring
Start with the connectivity request on the MCP page and confirm that the client can list the tools. Then read the tool’s required permission before trying a write. Saving an automation and deploying it are separate operations; connecting a client does not bypass the deploy gate or approval rules.
Use API keys for key rotation and revocation, and Automation concepts for the save, test, and deploy lifecycle.