Greek Financial Regulation MCP
The Greek Financial Regulation MCP server lets you query regulatory data from the Hellenic Capital Market Commission (HCMC) and Bank of Greece directly from AI assistants and MCP-compatible clients.
gr_fin_search_regulations: Full-text search across HCMC and Bank of Greece regulatory provisions — decisions, circulars, and Governor's Acts — in Greek or English, with optional filters for status and sourcebook.gr_fin_get_regulation: Retrieve a specific provision by sourcebook identifier and reference code (e.g.,HCMC_1/452/1.11.2007).gr_fin_list_sourcebooks: Browse all available sourcebook categories (e.g., HCMC_Apofaseis, BOG_Praxeis_Dioikiti) with names and descriptions.gr_fin_search_enforcement: Search enforcement actions (fines, bans, sanctions, warnings, public censures) issued by HCMC or Bank of Greece, filterable by action type.gr_fin_check_currency: Verify whether a specific provision is currently in force.gr_fin_check_data_freshness: See when data was last ingested from official sources and the total number of provisions available.gr_fin_list_sources: View all data sources with descriptions.gr_fin_about: Retrieve server metadata including version, data source, and available tools.
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., "@Greek Financial Regulation MCPSearch recent HCMC decisions on market manipulation"
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.
Greek Financial Regulation MCP
The Greek financial-regulation corpus is now served through the Ansvar Gateway. Connect your AI assistant (Claude, Copilot, Cursor, or any MCP client) to
https://gateway.ansvar.eu/mcp— one OAuth connection, free tier available, covering this corpus plus EU regulations, national law across 28 audited jurisdictions (Europe + the US), and CVE/security intelligence, every result with a verbatim source citation. Start at https://ansvar.eu/docs/quickstart
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).
Greek financial regulation data for AI compliance tools.
Query Greek financial regulation data -- regulations, decisions, and requirements from HCMC (Hellenic Capital Market Commission) -- directly from Claude, Cursor, or any MCP-compatible client.
Built by Ansvar Systems -- Stockholm, Sweden
Related MCP server: india-reg-mcp
Available Tools (6)
Tool | Description |
| Full-text search across HCMC and Bank of Greece regulatory provisions. Returns matching decisions (apofaseis), circul... |
| Get a specific HCMC or Bank of Greece provision by sourcebook and reference. |
| List all HCMC and Bank of Greece sourcebook categories with their names and descriptions. |
| Search HCMC and Bank of Greece enforcement actions — sanctions, fines, activity revocations, and public censures. |
| Check whether a specific HCMC or Bank of Greece provision reference is currently in force. |
| Return metadata about this MCP server: version, data source, tool list. |
All tools return structured data with source references and timestamps.
Data Sources and Freshness
All content is sourced from official Greek regulatory publications:
HCMC (Hellenic Capital Market Commission) -- Official regulatory authority
Data Currency
Database updates are periodic and may lag official publications
Freshness checks run via GitHub Actions workflows
Last-updated timestamps in tool responses indicate data age
See sources.yml for full provenance metadata.
Security
This project uses multiple layers of automated security scanning:
Scanner | What It Does | Schedule |
CodeQL | Static analysis for security vulnerabilities | Weekly + PRs |
Semgrep | SAST scanning (OWASP top 10, secrets, TypeScript) | Every push |
Gitleaks | Secret detection across git history | Every push |
Trivy | CVE scanning on filesystem and npm dependencies | Daily |
Docker Security | Container image scanning + SBOM generation | Daily |
Socket.dev | Supply chain attack detection | PRs |
Dependabot | Automated dependency updates | Weekly |
See SECURITY.md for the full policy and vulnerability reporting.
Important Disclaimers
Not Regulatory Advice
THIS TOOL IS NOT REGULATORY OR LEGAL ADVICE
Regulatory data is sourced from official publications by HCMC (Hellenic Capital Market Commission). However:
This is a research tool, not a substitute for professional regulatory counsel
Verify all references against primary sources before making compliance decisions
Coverage may be incomplete -- do not rely solely on this for regulatory research
Before using professionally, read: DISCLAIMER.md | PRIVACY.md
Confidentiality
Queries go through the Claude API. For privileged or confidential matters, use on-premise deployment. See PRIVACY.md for details.
Development
Setup
git clone https://github.com/Ansvar-Systems/greek-financial-regulation-mcp
cd greek-financial-regulation-mcp
npm install
npm run build
npm testRunning Locally
npm run dev # Start MCP server
npx @anthropic/mcp-inspector node dist/index.js # Test with MCP InspectorData Management
npm run build:db # Rebuild SQLite database from seed data
npm run check-updates # Check for new regulatory dataMore Ansvar MCPs
Full fleet at ansvar.eu/gateway.
Contributing
Contributions welcome! See CONTRIBUTING.md for guidelines.
License
Apache License 2.0. See LICENSE for details.
Data Licenses
Regulatory data sourced from official government publications. See sources.yml for per-source licensing details.
About Ansvar Systems
We build AI-powered compliance and legal research tools for the European market. Our MCP fleet provides structured, verified regulatory data to AI assistants -- so compliance professionals can work with accurate sources instead of guessing.
ansvar.eu -- Stockholm, Sweden
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/greek-financial-regulation-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server