Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| excel_to_json_mcp_from_data | Convert string format (1) tab separated Excel data or (2) comma separated CSV data to JSON. If you do not have a Pro Code, please pass only the data parameter, but not options parameter in the request |
| excel_to_json_mcp_from_url | Convert Excel (.xlsx) from publicly accessible URL(string format) to JSON. If you do not have a Pro Code, please pass only the url parameter, but not options parameter in the request. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| from-url | Convert Excel file to JSON, the Excel file URL is publically avaliable. URL should point to .xlsx file and start with https. |
| from-url-upload | Convert Excel file to JSON, the Excel (.xlsx) file is uploaded to AI model |
| from-data | Convert Excel data to JSON data |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |