DocsIntegrationsTally MCP
mcp-tally
MCP Server

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 documentation

Setup

1

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 docs
2

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.

3

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.

FieldRequiredDescription
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

Generate forms from AI-written descriptions in automated pipelinesRetrieve and analyse form submission data in workflowsCreate intake forms dynamically based on user inputSync Tally submission data to CRMs or databasesAudit and organise forms across a workspace

Common Errors

Known errors and how to resolve them.

401 UnauthorizedTest Connection

Why 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 Execution

Why 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.