CSRD Compliance MCP
Csrd Compliance MCP
MCP server for csrd compliance mcp operations
Overview
Csrd Compliance MCP provides AI-powered tools via the Model Context Protocol (MCP).
Tools
Tool | Description |
| Classify when the entity must first report under CSRD. Returns first reporting F |
| List all 12 ESRS topical standards + 2 cross-cutting. |
| Run a heuristic double materiality assessment. Double materiality = (a) impact o |
| Check ESRS E1 (Climate) Scope 1/2/3 emissions readiness. scopes_tracked: comma-s |
| Check readiness for mandatory iXBRL digital tagging of sustainability statements |
| Current CSRD enforcement phase-in schedule + Member State transposition status. |
| Generate a cryptographically signed CSRD / ESRS readiness attestation (Pro/Enter |
Installation
pip install meok-csrd-compliance-mcpUsage with Claude Desktop
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"csrd-compliance-mcp": {
"command": "python",
"args": ["-m", "meok_csrd_compliance_mcp.server"]
}
}
}Usage with FastMCP
from mcp.server.fastmcp import FastMCP
# This server exposes 7 tool(s) via MCP
# See server.py for full implementationLicense
MIT © MEOK AI Labs
Maintenance
Latest Blog Posts
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/CSOAI-ORG/csrd-compliance-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server