ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Cognito Forms with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Build smart online forms with conditional logic, calculations, and payment collection that adapt to every response.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 12 capabilities

The complete Cognito Forms capability set.

These are the exact actions your AI can choose when you ask it to work with Cognito Forms.

Capability set01 / 03

01-04

4 capabilities in this set.

Part of 12 available through Cognito Forms.

  1. 01

    Check cognito status

    Verify connectivity

  2. 02

    Delete entry

    Delete an entry

  3. 03

    Get form

    Get form schema

  4. 04

    List entries

    List entries

Capability set02 / 03

05-08

4 capabilities in this set.

Part of 12 available through Cognito Forms.

  1. 05

    Get form fields

    Get form fields

  2. 06

    List forms

    List forms

  3. 07

    List templates

    List templates

  4. 08

    Search entries

    Search entries

Capability set03 / 03

09-12

4 capabilities in this set.

Part of 12 available through Cognito Forms.

  1. 09

    Create entry

    Create an entry

  2. 10

    Get entry

    Get entry details

  3. 11

    List organizations

    List organizations

  4. 12

    Update entry

    Update an entry

Observed, not estimated

869ms average. Fast in production.

Cognito Forms is checked daily against the live service.

Daily averagePeak 1090ms
Aug 20Today
Fastest day
760ms
Slowest day
1090ms
14-day trend
Slowing+6%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 12 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of Cognito Forms, so you can see the experience inside your AI.

It does not authenticate your account with Cognito Forms. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

Cognito Forms Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_i3vak4XY7WAJ8SA2PJySbblS2mmqmpNWTbmVo8D6/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — Cognito Forms capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "cognito-forms-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_i3vak4XY7WAJ8SA2PJySbblS2mmqmpNWTbmVo8D6/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions Cognito Forms owners ask.

  • 01

    How do I find my Cognito Forms API Key?

    Log in to your account, navigate to Organization Settings > API Tokens, and generate a new token for the REST API.

  • 02

    Can I retrieve the schema for a form via AI?

    Yes! The get_form_schema capability retrieves the complete JSON definition of your form, including field types and validation rules.

  • 03

    How do I create a new entry programmatically?

    Use the create_entry capability and provide a JSON string containing the data for the fields defined in your form's schema.