loading…
Search for a command to run...
loading…
CSRD Compliance - MCP server providing AI-powered tools and automation by MEOK AI Labs
CSRD Compliance - MCP server providing AI-powered tools and automation by MEOK AI Labs
Csrd Compliance MCP provides AI-powered tools via the Model Context Protocol (MCP).
| Tool | Description |
|---|---|
classify_entity |
Classify when the entity must first report under CSRD. Returns first reporting F |
list_esrs_standards |
List all 12 ESRS topical standards + 2 cross-cutting. |
double_materiality_assessment |
Run a heuristic double materiality assessment. Double materiality = (a) impact o |
ghg_emissions_readiness |
Check ESRS E1 (Climate) Scope 1/2/3 emissions readiness. scopes_tracked: comma-s |
ixbrl_taxonomy_check |
Check readiness for mandatory iXBRL digital tagging of sustainability statements |
enforcement_status |
Current CSRD enforcement phase-in schedule + Member State transposition status. |
sign_csrd_attestation |
Generate a cryptographically signed CSRD / ESRS readiness attestation (Pro/Enter |
pip install meok-csrd-compliance-mcp
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"csrd-compliance-mcp": {
"command": "python",
"args": ["-m", "meok_csrd_compliance_mcp.server"]
}
}
}
from mcp.server.fastmcp import FastMCP
# This server exposes 7 tool(s) via MCP
# See server.py for full implementation
MIT © MEOK AI Labs
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"csrd-compliance-mcp": {
"command": "npx",
"args": []
}
}
}