istat-mcp-server
by Halpph
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_DEBUG | No | Set to 'true' for detailed error tracebacks in responses. | false |
| MCP_STORAGE_DIR | No | Override the default storage directory for downloaded files. | Platform-specific default (e.g., ./data on Linux/macOS) |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_list_of_available_datasetsA | Get a list of available datasets from ISTAT |
| search_datasetsA | Search datasets in ISTAT website by a query string |
| get_dataset_dimensionsC | Get the dimensions of a dataset |
| get_dimension_valuesC | Get the values of a dimension for a given dataset |
| get_dataA | |
| get_data_limitedA | |
| get_summaryA | |
| get_dataset_urlA | |
| download_datasetA | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| istat_overview | General info about ISTAT API usage. |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Halpph/istat-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server