Tally MCP
Create and manage Tally forms, read submissions, and organise your workspace via the official Tally MCP server
The official Tally MCP server (api.tally.so/mcp) gives your Agent nodes full access to your Tally workspace through the Model Context Protocol. Agents can create forms from natural language descriptions, edit existing forms, browse workspaces, and retrieve submission data for analysis — all auto-discovered at connection time via tools/list. Authentication uses your Tally API key passed as a Bearer token. No OAuth setup is required.
Official documentationSetup
Get your Tally API key
Get your Tally API key
Go to your Tally workspace settings and navigate to the API section. Generate or copy your API key — it starts with tly-.
Tally MCP docsAdd the integration in CipherSense Agents
Add the integration in CipherSense Agents
Go to Project > Integrations > Add Integration > Tally MCP. Paste your API key into the form and click Save & Test. The endpoint is pre-filled and locked to the official Tally MCP server.
Use in a workflow
Use in a workflow
Add a Tally MCP node to your workflow canvas. Select a tool from the auto-discovered list (e.g. create_form, get_submissions, list_forms) and map parameters from upstream nodes.
Connection Fields
Fields required when adding this integration in your Project › Integrations.
| Field | Required | Description |
|---|---|---|
| MCP Endpoint | Required | Pre-filled and locked to the official Tally MCP server. Not editable. |
| API Key | Required | Your Tally API key, sent as a Bearer token on every MCP request. Found in your workspace settings under API. |
Common Use Cases
Common Errors
Known errors and how to resolve them.
401 UnauthorizedTest ConnectionWhy this happens
The API key is invalid or has been revoked.
How to fix
Regenerate your API key in Tally workspace settings under API and update the integration.
tools/list returned empty arrayWorkflow ExecutionWhy this happens
The MCP server responded but returned no tools, which may indicate an account or plan restriction.
How to fix
Verify your Tally account has API access enabled and that the API key has the correct permissions.
Ready to connect Tally MCP?
Add this integration from your project dashboard and wire it into a workflow.