ine-universal-mcp
Verified Safeby agmalaga2020
Overview
Provides an MCP server to access Spanish INE (Instituto Nacional de Estadística) data with semantic search and intelligent aggregation for LLMs.
Installation
uvicorn ine_mcp.server:app --host 0.0.0.0 --port 7860Environment Variables
- REDIS_URL
- INDEX_DIR
- LOG_LEVEL
- PORT
Security Notes
The project uses httpx for external API calls with robust error handling, timeouts, and retries. Environment variables are used for sensitive configurations (e.g., REDIS_URL), and no hardcoded secrets or malicious patterns were found. FastEmbed (ONNX) is used for embeddings, avoiding potential issues with less secure machine learning frameworks.
Similar Servers
mcp-server-csdn
The server automatically publishes Markdown articles to the CSDN platform, acting as a tool called by a Spring AI agent.
mcp-server-manager
Manages multiple MCP servers (local & remote) across various AI clients through a unified CLI/TUI, providing features like server testing, tool filtering, and OAuth authentication.
ancplua-mcp
Provides C#/.NET Model Context Protocol (MCP) servers to expose development tools for filesystem, Git, CI/CD, Roslyn analysis, and multi-AI orchestration, facilitating advanced developer workflows and AI-assisted development.
mt-data-mcp
A MetaTrader5 Model Context Protocol (MCP) server for accessing market data, performing technical analysis, generating forecasts, and optimizing trading strategies.