Finnish Energy Regulation MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Finnish Energy Regulation MCPSearch for sähkömarkkinalaki"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Finnish Energy Regulation MCP
▶ 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/mcpClaude 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).
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
Related MCP server: eurlex-mcp-server
Regulators Covered
Regulator | Role | Website |
Energiavirasto (Energy Authority) | Energy market regulation, network pricing, emissions trading, consumer protection | |
Fingrid Oyj (Finnish TSO) | Electricity transmission, grid codes, Datahub, balancing market, frequency regulation | |
TEM (Ministry of Economic Affairs and Employment) | Energy policy, renewable energy support, energy efficiency, climate targets | |
Tukes (Safety and Chemicals Agency) | Electrical safety, gas safety, pressure equipment, product safety |
Tools
Tool | Description |
| Full-text search across energy regulations from Energiavirasto, TEM, and Tukes |
| Get a specific regulation by reference string (e.g., |
| Search Fingrid grid codes, Datahub requirements, and balancing rules |
| Get a specific grid code document by database ID |
| Search Energiavirasto network pricing decisions and emissions trading rulings |
| Return server metadata: version, regulators, tool list, data coverage |
| List data sources with record counts and provenance URLs |
| 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-mcpSet 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 3000Further 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
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Ansvar-Systems/finnish-energy-regulation-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server