Catalunya Open Data MCP
by aalises
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NODE_ENV | No | One of development, test, or production. | development |
| LOG_LEVEL | No | One of trace, debug, info, warn, error, or silent. | info |
| SOCRATA_APP_TOKEN | No | Optional Socrata app token for better rate-limit stability. | |
| CATALUNYA_MCP_TRANSPORT | No | Only stdio is supported. | stdio |
| CATALUNYA_MCP_MAX_RESULTS | No | Maximum rows/results per tool call. Hard limit: 1000. | 100 |
| CATALUNYA_MCP_BCN_GEO_SCAN_BYTES | No | Optional maximum Open Data BCN CSV/JSON download body to read for one geospatial helper call. Unset or 0 means unlimited. | |
| CATALUNYA_MCP_REQUEST_TIMEOUT_MS | No | Upstream request timeout. Allowed range: 100 to 120000. | 30000 |
| CATALUNYA_MCP_RESPONSE_MAX_BYTES | No | Maximum upstream response body size. Allowed range: 65536 to 1048576. | 262144 |
| CATALUNYA_MCP_BCN_GEO_SCAN_MAX_ROWS | No | Optional maximum Open Data BCN rows to scan for geospatial helper calls. Unset or 0 means unlimited. | |
| CATALUNYA_MCP_BCN_UPSTREAM_READ_BYTES | No | Maximum Open Data BCN download preview body to read before parsing/capping. Allowed range: 65536 to 16777216. | 2097152 |
| CATALUNYA_MCP_IDESCAT_UPSTREAM_READ_BYTES | No | Maximum IDESCAT upstream success body to read before flattening/capping. Allowed range: 65536 to 33554432. | 8388608 |
Capabilities
Server capabilities have not been inspected yet.
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 | |
Latest Blog Posts
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/aalises/catalunya-opendata-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server