Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"csrd-compliance-mcp": {
"args": [
"-m",
"meok_csrd_compliance_mcp.server"
],
"command": "python"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
csrd-compliance-mcp MCP server by MEOK AI Labs
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
uvx 'meok-csrd-compliance-mcp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked meok-csrd-compliance-mcp against OSV.dev.
Click any tool to inspect its schema.
This server is missing a description.If you've used it, help the community.
Add informationBe the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in other
AI agent control of 3D printers — 432 tools for OctoPrint, Moonraker, Bambu, Prusa, Elegoo
MCP server for Datto BCDR — appliances, agents, recovery points, screenshots, alerts.
Access 1,500+ Murphy's Laws: search, browse by category, random, daily, submit.
Scan and generate barcodes and QR codes.
MCP Security Weekly
Get CVE alerts and security updates for io.github.CSOAI-ORG/csrd-compliance-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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