Connect your account, then chat with AI to run tools.
Send Typeform form_response webhooks to MCPBundles and read answers in chat.
Typeform Webhook is used here only to identify this integration; MCPBundles is not affiliated with or endorsed by Typeform Webhook or its owner.
Live probe refreshed Sep 18, 2026 · Endpoint host mcp.mcpbundles.com
Built for
Marketing Teams, Operations, Product Teams
Latest response
Interprets stored Typeform answer objects from the newest delivery.
From the latest export.json, walk form_response.answers against definition.fields and list each question title with the respondent answer value.
Connect Typeform Webhook to any MCP client in minutes
You’ll sign in to MCPBundles when your client connects.
https://mcp.mcpbundles.com/bundle/typeform-webhookThis server needs a sign-in. MCPBundles handles that setup once — then chat here with saved access and a log of what ran.
MCPBundles publishes this directory for MCP discovery. Except where we host or operate an offering, third-party services run under their own terms. Product and company names on this page are used in a descriptive, identifying way (including under nominative fair use where applicable); they remain the property of their owners. Nothing here grants you rights in those marks, and nothing here is an offer to sell a third party's services. Terms
You’ll sign in to MCPBundles when your client connects.
https://mcp.mcpbundles.com/bundle/typeform-webhookThis server needs a sign-in. MCPBundles handles that setup once — then chat here with saved access and a log of what ran.
Opens MCPBundles Studio with this server selected. After sign-in, chat and run tools from the same thread.
Browse all toolsHidden and variables
Covers context fields beyond plain text answers.
Read the latest form_response and summarize hidden fields, variables, calculated.score, and submitted_at alongside email or choice answers.
How do I connect Typeform deliveries to MCPBundles?
Save a connection on MCPBundles, copy the hosted ingest URL from the credential panel, and paste it into Typeform webhook settings for the form. Your agent reads stored deliveries — latest, history, and answer content — in chat.
Can an agent submit a new Typeform response?
No. Ingest is read-only. Data arrives when someone submits the form upstream; agents query what already landed.
Domain knowledge for Typeform Webhook — workflow patterns, data models, and gotchas for your AI agent.
Each stored delivery is one Typeform form_response webhook — a JSON envelope POSTed when someone submits a connected typeform. Tools read what already landed; there is no pull API and no way to submit, edit, or delete responses from here.
Typical deliveries look like:
Top-level envelope:
Inside form_response:
Each answers[] item has a type (answer shape) and a field object (id, type, optional ref). Match definition.fields to answers by field id or ref, then read the value from the type-specific key:
| Answer type | Value location | Typical question field.type |
|---|---|---|
| text | answers[n].text | short_text, long_text, dropdown |
| choice | answers[n].choice.label | multiple_choice, picture_choice (single) |
| choices | answers[n].choices.labels or .choices | multiple_choice, picture_choice, checkbox (multi) |
| answers[n].email | ||
| url | answers[n].url | website, calendly, google_calendar |
| file_url | answers[n].file_url | file_upload — hosted download URL, not embedded bytes |
| boolean | answers[n].boolean | yes_no, legal |
| number | answers[n].number | number, rating, opinion_scale |
| date | answers[n].date | date |
| payment | answers[n].payment (amount, last4, name, success) | payment |
| signature | answers[n].signature.url | signature |
| multi_format | answers[n].multi_format (video_url, audio_url, …) | multi_format |
Start here
Typeform Wh Latest
Return the most recently stored report — tabular rows, raw text, or JSON depending on format.
Typeform Wh List
List recent stored reports — ids, capture time, filename, and format.
Typeform Wh Report
Return one stored report by report_id — full content with the same source/export envelope as latest report.
Typeform Wh Status
Connection status — whether any reports have landed, when the last file arrived, filename, and stored report count.
Save a connection on MCPBundles, copy the hosted ingest URL from the credential panel, and paste it into Typeform webhook settings for the form. Your agent reads stored deliveries — latest, history, and answer content — in chat.
No. Ingest is read-only. Data arrives when someone submits the form upstream; agents query what already landed.
Add the MCPBundles server URL to your MCP client configuration (Claude Desktop, Cursor, VS Code, etc.). The URL format is: https://mcp.mcpbundles.com/bundle/typeform-webhook. Authentication is handled automatically.
Typeform Webhook provides 4 tools that can be called by AI agents, along with a SKILL.md that gives your AI agent domain knowledge about when and how to use them.
Typeform Webhook uses API Key. Typeform Webhook requires credentials. Connect via MCPBundles and authentication is handled automatically.
© 2026 ThinkChain Inc. All rights reserved.
MCPBundles is an independent platform built on the open Model Context Protocol standard. Not affiliated with Anthropic PBC or Claude.
Other MCP servers in this category from the directory index