Manage Tally forms and their submissions: list forms, get a form's fields, and read responses via the Tally API.
70+ deploysclaude mcp add tally --url https://datafaucet.dev/api/mcp/t/tally
Run this command in your terminal · most users connect in under 60s
tally_list_forms
List forms in the workspace. Returns items[] with id, name, status, and numberOfSubmissions.
https://api.tally.so/forms
tally_get_form
Get a form by id, including its blocks/fields. Returns id, name, status, and the form's questions.
https://api.tally.so/forms/{form_id}
tally_list_responses
List submissions for a form. Returns responses[] each with submissionId, submittedAt, and the answered fields.
https://api.tally.so/forms/{form_id}/responses
tally_list_questions
List the questions/fields of a form. Returns each question's id, title, and type.
https://api.tally.so/forms/{form_id}/questions
tally_list_workspaces
List the workspaces the user can access. Returns items[] with id and name.
https://api.tally.so/workspaces
Run this in your terminal:
claude mcp add tally https://datafaucet.dev/api/mcp/t/tally
Connect Tally to your AI agent in under 60 seconds. No account required.
{notion_token}) with your real credentialsNeed API keys? Try our free sandbox templates first to see MCP in action with zero setup.
Replace these placeholders with your real values before deploying:
{form_id}Resource identifier{tally_token}API settings pagePreview:
GET https://api.tally.so/forms Authorization: Bearer {tally_token}
claude mcp add tally --url https://datafaucet.dev/api/mcp/t/tallyWhat your AI agent sees
I have access to 5 tools from Tally: tally_list_forms, tally_get_form, tally_list_responses, and 2 more.
“List forms in the workspace. Returns items[] with id, name, status, and numberOfSubmissions.”
Calling tally_list_forms... Done. Here are the results.
Try these prompts
“List my forms and how many submissions each has”
Copy“Show the latest responses to my contact form”
Copy“What questions are on form X?”
CopyClick any prompt to copy, then paste into your AI client.