Ovoform MCP
Build Ovoform forms from Claude and ChatGPT
Describe the form you want in a chat and get a published, shareable link back in one turn, with the questions, branching logic, scoring and theme already in place. Then ask how it is performing, and route new responses wherever your team works, without opening Ovoform.
Server URL: https://mcp.ovoform.com/mcp
No API key. You sign in to Ovoform in your browser and approve the connection.
What you can ask for
Once connected, these work as ordinary messages in your assistant.
- “Make me a client intake form for a design agency, with a budget question that ends the form early under $1k, and email me every response.”
- “Create a 10-question product knowledge quiz with scoring and a dark blue theme, then give me the link.”
- “Add a phone number question after the email on my intake form and make it optional.”
- “How is the onboarding survey doing? Where are people dropping off?”
- “Send every new response from the event registration form to our #sales Slack channel.”
Connect from Claude
Custom connectors require a paid Claude plan.
- Open Settings, then Connectors, then Add custom connector.
- Name it
Ovoform. - Enter the server URL
https://mcp.ovoform.com/mcp. - Leave the client ID and secret empty, and accept the detected authentication settings.
- Choose Connect, sign in to Ovoform, and approve the four permissions.
- Enable the connector inside a conversation, then ask for a form.
Connect from ChatGPT
- Open Settings, then Apps & Connectors, and turn on developer mode.
- Choose Create.
- Name it
Ovoformand enter the server URL above. - Set authentication to OAuth, leaving the client ID and secret empty.
- Save, choose Connect, and sign in to Ovoform.
- Select the Ovoform app in a chat before asking for a form.
Other assistants
Any client that supports the Model Context Protocol over Streamable HTTP with OAuth discovery can connect. Point it at the server URL and it will find everything it needs:
https://mcp.ovoform.com/.well-known/oauth-authorization-server
https://mcp.ovoform.com/.well-known/oauth-protected-resource/mcp The server registers clients automatically, so there is nothing to create in advance. Building a form takes 10 to 40 seconds, so allow a generous request timeout.
What the connector can do
| Tool | What it does |
|---|---|
| create_form_from_prompt | Build a complete form, survey or quiz from a description and publish it. Returns the live public URL. |
| update_form_from_prompt | Change an existing form in plain language. Edits to a published form go live immediately. |
| add_workflow | Route new responses to email, Slack, a webhook or Zapier, optionally only when conditions match. |
| get_responses | Read responses with each answer labelled by its question. Contact details are masked by default. |
| get_insights | Completion rate, time to complete, where people drop off, and score distribution for quizzes. |
| list_forms | Browse forms in a workspace with status, public URL and response count. |
| get_form | Inspect a form: questions, choices, scoring, branching logic in plain English, theme and automations. |
| publish_form | Put a form online so it accepts responses. |
| unpublish_form | Take a form offline. Asks for confirmation first. |
| list_templates | Browse ready-made templates, each with a prompt you can adapt. |
| list_workspaces | List the workspaces you belong to. |
What you are approving
The connector asks for four permissions and nothing else.
| Permission | Grants |
|---|---|
| forms:read | Read your forms, their questions, logic and theme. |
| forms:write | Create, edit, publish and unpublish forms. |
| responses:read | Read responses to your forms. |
| workflows:write | Create automations that route new responses. |
Billing, account settings, API keys and team management stay out of reach, and the connector only sees workspaces you belong to. Your existing plan limits and workspace role still apply exactly as they do in the app, so it can never do something you could not do yourself.
Questions
Do I need an API key?
No. You sign in to Ovoform through your browser and approve the connection. The assistant never sees your password, and no key is copied anywhere.
Which plans can use it?
Any plan can connect. Building forms uses AI, and the Free plan has a small daily AI allowance, so heavy use needs a paid plan. Reading forms, responses and insights is unaffected.
Can it delete my forms?
No. Deleting is not available through the connector at all. Taking a form offline is possible but asks for confirmation first.
Can it see my billing or account settings?
No. The connection is limited to forms, responses and automations. Billing, account settings, API keys and team management are all refused, and it can only reach workspaces you are a member of.
What happens to respondent data?
Emails, phone numbers, addresses, files and signatures are hidden unless you explicitly ask for them. Workspaces in HIPAA mode do not return responses through the connector at all.
How do I disconnect?
Remove the connector in your assistant, which revokes its access immediately. Access expires on its own after 55 minutes if it is not refreshed.
Need a hand?
If a connection will not complete, or a request comes back with an error you cannot place, contact support and include the message you saw. You can also browse the Help Center or the API documentation if you would rather build directly against the API.