merinfo-mcp
Verified Safeby KSAklfszf921
Overview
This server provides comprehensive Swedish business intelligence through web scraping (merinfo.se, allabolag.se) and intelligent caching, serving structured company data to AI assistants.
Installation
npm startEnvironment Variables
- DATABASE_PATH
- PLAYWRIGHT_HEADLESS
- PLAYWRIGHT_TIMEOUT
- RATE_LIMIT_SCRAPING_RPM
- RATE_LIMIT_CLIENT_RPM
- CACHE_TTL_DAYS
- CACHE_STALE_DAYS
- MAX_CACHE_SIZE
- LOG_LEVEL
- ENABLE_PERSON_DETAILS
- ENABLE_BACKGROUND_REFRESH
- PLAYWRIGHT_CHROMIUM_EXECUTABLE_PATH
- PORT
Security Notes
The server follows good security practices, utilizing environment variables for configuration, input validation with Zod, and structured logging. Web scraping operations are rate-limited and use Playwright browser isolation to mitigate risks associated with interacting with external content. There are no obvious hardcoded secrets, 'eval' statements, or obfuscation. The 'clear_cache' tool requires explicit confirmation, adding a layer of safety. The inherent nature of web scraping means reliance on external sites and potential for IP blocking, but the robust handling (rate-limiting, exponential backoff, browser restarts) addresses common issues.
Similar Servers
scrapegraph-mcp
Provides AI-powered web scraping, structured data extraction, multi-page crawling, and agentic automation capabilities for language models.
webscraping-ai-mcp-server
Integrates with WebScraping.AI to provide LLM-powered web data extraction, including question answering, structured data extraction, and HTML/text retrieval, with advanced features like JavaScript rendering and proxy management.
Riksdag-Regering-MCP
Enables LLMs to query and retrieve real-time open data, documents, protocols, and records from the Swedish Parliament (Riksdagen) and Government Offices (Regeringskansliet).
kolada-mcp
Provides AI applications with tools to access and analyze Sweden's municipal and regional statistics from the Kolada API, enabling natural language queries against thousands of Key Performance Indicators (KPIs) through semantic search and data retrieval.