Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_HOST | No | The host address for the MCP server | 0.0.0.0 |
| MCP_PORT | No | The port for the MCP server | 8067 |
| TRANSPORT | No | Transport method for the server (sse or stdio) | sse |
| MCP_TRANSPORT | No | The transport method for the MCP server (sse or stdio) | sse |
| JOTFORM_API_KEY | Yes | Your Jotform API key (required) | |
| JOTFORM_BASE_URL | No | The base URL for the Jotform API | https://api.jotform.com/ |
| JOTFORM_DEBUG_MODE | No | Enable or disable debug mode | False |
| JOTFORM_OUTPUT_TYPE | No | The output type for API responses | json |
| ACCOUNTING_MONTH_START_DAY | No | Day of the month the accounting period starts (e.g., 1, 15) | 1 |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |