- Home
- MCP servers
- Jotform
Jotform
- javascript
2
GitHub Stars
javascript
Language
4 months ago
First Indexed
2 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
You can access and manage Jotform data through a hosted MCP endpoint, exposing Jotform Forms and Submissions to any MCP-enabled client. This server enables you to list forms, view submissions, create or edit forms, and add submissions via a standardized MCP interface, simplifying integration with AI assistants and IDEs.
How to use
Connect an MCP client to the remote endpoint at https://mcp.jotform.com. Once connected, you can perform common data operations against your Jotform data through natural language requests that map to MCP-enabled actions.
How to install
There is no local server to install. Use the hosted endpoint directly.
Steps to begin using the hosted endpoint:
Key usage patterns
- List all active forms you own or have access to
- Show submissions for a specific form filtered by a status or other fields
- Create a new form to collect data from users
- Rename or edit existing forms
- Add a new submission to a form
Notes on authentication
OAuth 2.0 authentication is required for every user on first connection. Bearer-token access is not supported.
Security considerations
All connections use HTTPS and OAuth 2.0. Manage and revoke client access from your account anytime.
Troubleshooting & rate limits
If you hit rate limits, you will receive an HTTP 429 response with a Retry-After header. Ensure you complete the OAuth flow for every connection; bearer tokens are not accepted.
Support
For help, contact support@jotform.com or mcp@jotform.com. Use the MCP tag when seeking guidance.
Available tools
form_list
Retrieve the list of forms you can access and manage within Jotform via the MCP server.
create_form
Create a new Jotform form to collect data from users through the MCP interface.
edit_form
Edit an existing Jotform form, such as renaming or updating form fields.
create_submission
Submit a new entry to a specified Jotform form through MCP.
get_submissions
Fetch all submissions for a specific Jotform form, with optional filtering by fields.