Finnish Energy Regulation MCP
Enables full-text search and retrieval of Finnish energy regulations from four regulators: Energiavirasto, Fingrid, TEM, and Tukes.
README
Finnish Energy Regulation MCP
<!-- ANSVAR-CTA-BEGIN -->
▶ Try this MCP instantly via Ansvar Gateway
50 free queries/day · no card required · OAuth signup at ansvar.eu/gateway
One endpoint, one OAuth signup, access from any MCP-compatible client.
Connect
Claude Code (one line):
claude mcp add ansvar --transport http https://gateway.ansvar.eu/mcp
Claude Desktop / Cursor — add to claude_desktop_config.json (or mcp.json):
{
"mcpServers": {
"ansvar": {
"type": "url",
"url": "https://gateway.ansvar.eu/mcp"
}
}
}
Claude.ai — Settings → Connectors → Add custom connector → paste https://gateway.ansvar.eu/mcp
First request opens an OAuth flow at ansvar.eu/gateway. After signup, your client is bound to your account; tier (free / premium / team / company) determines fan-out, quota, and which downstream MCPs are reachable.
Self-host this MCP
You can also clone this repo and build the corpus yourself. The schema, fetcher, and tool implementations all live here. What is not in the repo is the pre-built database — TDM and standards-licensing constraints on the upstream sources mean we host the corpus on Ansvar infrastructure rather than redistribute it as a public artifact.
Build your own: run this repo's ingestion script (entry-point varies per
repo — typically scripts/ingest.sh, npm run ingest, or make ingest;
check the repo root).
<!-- ANSVAR-CTA-END -->
MCP server for Finnish energy sector regulations -- Energiavirasto market rules, Fingrid grid codes, TEM energy policy, Tukes safety rules.
Covers four Finnish energy regulators with full-text search across regulations, grid codes, and regulatory decisions. All data is in Finnish.
Built by Ansvar Systems -- Stockholm, Sweden
Regulators Covered
| Regulator | Role | Website |
|---|---|---|
| Energiavirasto (Energy Authority) | Energy market regulation, network pricing, emissions trading, consumer protection | energiavirasto.fi |
| Fingrid Oyj (Finnish TSO) | Electricity transmission, grid codes, Datahub, balancing market, frequency regulation | fingrid.fi |
| TEM (Ministry of Economic Affairs and Employment) | Energy policy, renewable energy support, energy efficiency, climate targets | tem.fi |
| Tukes (Safety and Chemicals Agency) | Electrical safety, gas safety, pressure equipment, product safety | tukes.fi |
Tools
| Tool | Description |
|---|---|
fi_energy_search_regulations |
Full-text search across energy regulations from Energiavirasto, TEM, and Tukes |
fi_energy_get_regulation |
Get a specific regulation by reference string (e.g., 588/2013) |
fi_energy_search_grid_codes |
Search Fingrid grid codes, Datahub requirements, and balancing rules |
fi_energy_get_grid_code |
Get a specific grid code document by database ID |
fi_energy_search_decisions |
Search Energiavirasto network pricing decisions and emissions trading rulings |
fi_energy_about |
Return server metadata: version, regulators, tool list, data coverage |
fi_energy_list_sources |
List data sources with record counts and provenance URLs |
fi_energy_check_data_freshness |
Check data freshness and staleness status for each source |
Full tool documentation: TOOLS.md
Data Coverage
| Source | Records | Content |
|---|---|---|
| Finlex | 59 regulations | Sahkomarkkinalaki, maakaasumarkkinalaki, energy acts and decrees |
| Energiavirasto | 32 regulations | Network pricing methodology, market monitoring, emissions trading |
| TEM | 22 regulations | Energy policy, climate targets, renewable energy support |
| Tukes | 19 regulations | Electrical safety, gas safety, product safety |
| Fingrid | 53 grid codes | Frequency regulation, reserve markets, Datahub, grid connection |
| Energiavirasto (decisions) | 66 decisions | Methodology approvals, tariff determinations, revenue caps |
| Total | 251 records | ~328 KB database |
Language note: All regulatory content is in Finnish. Search queries work best in Finnish (e.g., sahkomarkkina, siirtohinta, taajuus, datahub).
Full coverage details: COVERAGE.md
Data Sources
See sources.yml for machine-readable provenance metadata.
Docker
docker build -t finnish-energy-regulation-mcp .
docker run --rm -p 3000:3000 -v /path/to/data:/app/data finnish-energy-regulation-mcp
Set FI_ENERGY_DB_PATH to use a custom database location (default: data/fi-energy.db).
Development
npm install
npm run build
npm run seed # populate sample data
npm run dev # HTTP server on port 3000
Further Reading
- TOOLS.md -- full tool documentation with examples
- COVERAGE.md -- data coverage and limitations
- sources.yml -- data provenance metadata
- DISCLAIMER.md -- legal disclaimer
- PRIVACY.md -- privacy policy
- SECURITY.md -- vulnerability disclosure
License
Apache-2.0 -- Ansvar Systems AB
See LICENSE for the full license text.
See DISCLAIMER.md for important legal disclaimers about the use of this regulatory data.
ansvar.ai/mcp -- Full MCP server catalog
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.