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 |
|---|---|
| json_to_excel_mcp_from_url | Convert JSON data from publicly accessible URL(.json format) to CSV data. If you do not have a Pro Code, please pass only the url parameter, and do not pass the options parameter. |
| json_to_excel_mcp_from_data | Convert JSON data to CSV data. If you do not have a Pro Code, please pass only the data parameter, and do not pass the options parameter. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| from-url | Convert JSON file to CSV data, the JSON file URL is publically avaliable. URL should point to .json file and start with https. |
| from-url-upload | Convert JSON file to CSV data, the JSON file is uploaded to AI model |
| from-data | Convert JSON data to CSV data |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |