Cognito Forms
Build forms, query submissions and retrieve uploaded files from an AI agent. Anthropic lists 10 tools; one of them dispatches create, update and delete. OAuth sign-in with 16 named scopes, none of them selectable.
Verified connector
Listed by Anthropic as a partner connector in its Connectors Directory.
Connection checked by Agentman on .
Anthropic states this reflects the level of review a connector received, not a security audit.
Connect Cognito Forms via MCP
https://mcp.cognitoforms.com/mcpWorks in any MCP-compatible client. In Agentman Studio it is one click — no config file to edit.
Cognito Forms Tools & Capabilities (10)
Tool names from Anthropic's directory listing. This server requires sign-in, so we could not read tool descriptions or parameter schemas.
Limits
- The 16 OAuth scopes are granted as one block. This connector does better than most on scope naming — the resource descriptor and the authorization server both advertise real capability scopes such as
entry_readandentry_deleterather than OpenID identity claims. But the boundary that matters does not fall between the routine write and the irreversible one: nothing in the documented consent flow lets you grantentry_readwhile withholdingentry_delete. Cognito Forms' flow asks you to select an organization and authorize it. - A deleted entry takes its audit log with it. Cognito Forms states that the entry audit log "does not include the action of deleting an entry" and that "when you delete an entry, the audit log is deleted as well". Deletion attribution survives only in the organization audit log, which Cognito Forms says only organization owners can view.
- Analysis is silently scoped to an entry view. Results reflect the first view you have access to unless you name another, so a view's filters or date ranges can exclude relevant entries without the agent knowing. Cognito Forms lists this as the explanation for incomplete results.
- The connector cannot import entries or upload files. Cognito Forms states it also cannot create or manage entry views, or perform any action not available through the Cognito Forms API — despite
entryview_createandentryview_updateappearing among the OAuth scopes. - We could not read tool schemas or safety annotations. The endpoint returned 401 to an anonymous request, so no
readOnlyHintordestructiveHintis reported here. The read/write split above is our classification of names and documented actions, not the server's declaration. - One documented action has no tool name. Generate Form is documented by Cognito Forms and absent from Anthropic's listing. We did not guess which tool carries it.
provide_mcp_server_feedbackis undocumented. It appears in Anthropic's listing and in no Cognito Forms document we found. Its name implies it transmits text to the vendor; we could not confirm what it sends or when.- Every call costs quota. Connector actions consume the organization's monthly API request allowance, and Cognito Forms notes the server "determines how many tool calls and API requests are needed", which may be several per prompt. File downloads cost more than queries.
- Writes fail silently against validation rules. Cognito Forms lists form validation rules and missing Administrator permissions as the two documented causes of failed writes.
- Update Entry excludes some entries. Cognito Forms states the action cannot update entries with a status of Incomplete or a payment status of Paid.
Frequently asked questions
Yes. Cognito Forms documents Delete Entry as a supported connector action, even though no tool name among Anthropic's ten contains a delete verb. The capability sits inside manage_entry, and the OAuth descriptor separately advertises an entry_delete scope. Deleting an entry also deletes that entry's audit log, so the record of the deletion survives only in the organization audit log.
Yes, indirectly, and this is the connector's least obvious capability. Cognito Forms triggers email notifications from workflow actions such as Submit and Update. Cognito Forms states the connector respects your workflow rules and that updating a status may trigger additional automations you have configured. So an agent creating or updating an entry can fire mail to staff and to the submitter.
Sixteen application scopes, spanning create, read, update and delete across forms, entries, files and entry views. These are real capability names rather than OpenID identity claims, which is unusual and better than most connectors. But the connector asks for the whole set at once, so you cannot authorize reading entries without also authorizing entry_delete.
Anthropic's directory lists ten. That count understates the surface, because manage_entry is a dispatcher covering at least three distinct operations that Cognito Forms documents separately as Create Entry, Update Entry and Delete Entry. Counting documented actions instead of tool names gives at least twelve, and the endpoint requires authentication so we could not enumerate it live.
Pro, Team or Enterprise, plus Administrator access to the organization you connect. Cognito Forms states the feature is available to organizations on the Pro, Team, and Enterprise plans and that setup requires Administrator permissions. You also need a paid account in Claude or ChatGPT, and connector actions consume your organization's monthly API request allowance.
Yes, and that is the point of it. Form entries hold whatever the public typed, plus uploaded files and electronic signatures reachable through get_file. Treat retrieved submission text as untrusted data rather than instructions, because anyone who can submit your form can put text into your agent's context. Cognito Forms' protected-fields feature is the documented way to withhold sensitive fields.
Write actions are; reads are not. Cognito Forms states that changes made through the connector, such as updating an entry or changing form availability, are recorded in the organization audit log, and that entry changes appear in the entry audit log with the user who triggered them. Read-only actions such as viewing forms or retrieving entries are not logged.
There is a monthly request quota rather than a per-second limit. Cognito Forms includes 2,000 API requests per month on Pro, 10,000 on Team and 100,000 on Enterprise, with overage billed at $20 per 100,000 requests. Requests over 100KB count as multiple requests, and Cognito Forms warns that downloading files uses more requests than standard queries.
Sources
- Cognito Forms MCP Connector support article (retrieved 2026-08-22). Supplies the supported-action list, setup steps, troubleshooting and pricing notes. · retrieved 2026-08-22
- Cognito Forms how-to guide, "How to Use AI to Analyze Form Submissions & Automate Follow-Up Work" (retrieved 2026-08-22). Source of the workflow-automation warning and the audit-log behaviour. · retrieved 2026-08-22
- Cognito Forms, "Create custom email notifications" (retrieved 2026-08-22) · retrieved 2026-08-22
- Cognito Forms, Workflow Actions — · Statuses (retrieved 2026-08-22) · retrieved 2026-08-22
- Cognito Forms, Auto-Create Entries (retrieved 2026-08-22) · retrieved 2026-08-22
- Cognito Forms, Auditing entries — · "How can I tell who deleted an entry?" (retrieved 2026-08-22) · retrieved 2026-08-22
- Cognito Forms, Encrypting entries (retrieved 2026-08-22) · retrieved 2026-08-22
- Cognito Forms, integration billing and API limits — · (retrieved 2026-08-22) · retrieved 2026-08-22
- Cognito Forms blog, "What is an MCP Server?" (retrieved 2026-08-22) · retrieved 2026-08-22
- Live auth posture check: anonymous
initializeto the endpoint returned 401 with aBearerchallenge; RFC 9728 metadata athttps://mcp.cognitoforms.com/.well-known/oauth-protected-resourcereturned 200 with 16scopes_supported; authorization server metadata athttps://www.cognitoforms.com/.well-known/oauth-authorization-serverreturned 200 (2026-08-22) · retrieved 2026-08-22 https://www.cognitoforms.com/robots.txtpermits the documentation path and carries noContent-Signalheader (retrieved 2026-08-22). Nollms.txtis published, and nodocs.ordeveloper.subdomain resolves. · retrieved 2026-08-22- Anthropic Connectors Directory entry — , read from our directory snapshot dated 2026-08-16 · retrieved 2026-08-16
- Cognito Forms support — <mailto:support@cognitoforms.com> · Privacy
Use in Agentman
Connect once and your agents call these tools on their own — on a schedule, in a workflow, with nobody at the keyboard.
Open in Agentman StudioServer Info
- Category
- Productivity
- Developer
- Cognito Forms
- Tools
- 10
- Domain
- mcp.cognitoforms.com
Using Claude Desktop or another MCP client? Setup docs — the connection URL above works anywhere.