MCP (Model Context Protocol)

Connect Cursor with an API token, or ChatGPT/Claude with OAuth, to https://mcp.voiceform.com/mcp

Connect Voiceform to AI assistants with the Model Context Protocol (MCP) via the hosted endpoint:

https://mcp.voiceform.com/mcp

Your plan must include API access.

Cursor (API token)

  1. Dashboard → Account → API Tokens → Create token
  2. Add a remote MCP server:
{
  "mcpServers": {
    "voiceform": {
      "url": "https://mcp.voiceform.com/mcp",
      "headers": {
        "Authorization": "Bearer vf_xxxxxxxx"
      }
    }
  }
}
  1. In Agent chat, ask: “List my Voiceform memberships”

Exact config keys can vary slightly by Cursor version — use the remote URL + Bearer token.

Claude Desktop / Claude Code

Same as Cursor when the client supports a remote MCP URL with headers: paste https://mcp.voiceform.com/mcp and your API token as Authorization: Bearer ….

ChatGPT (OAuth)

  1. Add a custom connector / MCP server with URL https://mcp.voiceform.com/mcp
  2. ChatGPT discovers Voiceform’s authorization server at https://app.voiceform.com
  3. Sign in with your Voiceform email/password and click Allow
  4. Tools appear — no pasted API token

Requires a Voiceform account with API access. SSO-only accounts should use Cursor + an API token for now.

Claude.ai connectors

Same OAuth flow as ChatGPT when the connector uses the MCP URL above.

What the MCP can do

Create/update surveys, questions, logic actions, webhooks, folders, and list results — the same Public API v1 surface.

See the API Reference for endpoint details.

Security

  • Treat API tokens like passwords; revoke them from the dashboard if leaked
  • OAuth access can be revoked by signing out of Voiceform sessions and rotating tokens
  • Never commit tokens to git

Related


Did this page help you?