israeli-cbs-mcp
Verified Safeby amirrosi
Overview
Provides a Model Context Protocol (MCP) server for accessing statistical data and price indices from the Israeli Central Bureau of Statistics (CBS) with local caching.
Installation
uvx israeli-cbs-mcpEnvironment Variables
- CBS_API_BASE
- CBS_INDEX_API_BASE
- CBS_CACHE_DIR
- CBS_CACHE_DURATION_DAYS
- CBS_CACHE_REFRESH_INTERVAL
- CBS_API_TIMEOUT
- CBS_MAX_RETRIES
- CBS_RETRY_DELAY
Security Notes
The server appears generally safe. It uses standard `httpx` for external API calls, configures via environment variables, and manages a local cache in a user-specific directory. No 'eval' or other highly dangerous functions are observed. Data validation for tool arguments (like year ranges) is present. Logging is directed to stderr to prevent stdout corruption.
Similar Servers
alpha_vantage_mcp
Enables LLMs and agentic workflows to seamlessly interact with real-time and historical stock market data through the Model Context Protocol (MCP).
us-census-bureau-data-api-mcp
The MCP Server provides a standardized API for AI assistants (LLMs) to access and process U.S. Census Bureau data and geography information, enabling data retrieval and analysis through an agent-like interface.
my_stock_mcp_server
Provides real-time stock data and analysis tools for AI models by scraping EastMoney.com.
asset-price-mcp
Retrieves real-time price information for various assets (precious metals, cryptocurrencies) to be used by large language models.