destatis-mcp-server
Verified Safeby RangRang416
Overview
Provides a TypeScript client and MCP server for Claude Desktop to access German statistical data from the Destatis API.
Installation
npm startEnvironment Variables
- DESTATIS_API_TOKEN
- DESTATIS_LANGUAGE
Security Notes
The project correctly handles API tokens via environment variables, avoiding hardcoding in the runtime code. It uses standard, secure libraries for network communication (axios in Node.js, urllib in Python). No 'eval' or other malicious patterns were found. Minor note: example API token is present in documentation files, but not used directly by the application code.
Similar Servers
Delphi-MCP-Server
Implements the Model Context Protocol (MCP) in Delphi to enable AI-powered development workflows and integrate with clients like Claude Code.
RDFPortal-MCP
Facilitates SPARQL queries and API interactions with various biological/biomedical RDF databases for research and data integration.
node-red-mcp
Integrates AI agents with Node-RED for real-time flow management, monitoring, and dynamic automation.
mcp-prompts
This server manages and serves customizable prompt templates to MCP clients for various tasks like meeting analysis and content summarization.