Labsco
MCP SERVER

CSRD Compliance MCP

by CSOAI-ORG

Work through CSRD reporting — entity classification, ESRS standards, double materiality — inside your assistant.

Regulatory Compliance & AI Governance
Summary
Free until you set a billing token, then £0.05 a call.

The pay-as-you-go layer is opt-in and reversible: with `MEOK_PAYG_KEY` unset, behaviour is unchanged. Set it and every tool call deducts £0.05 from a prepaid balance, adjustable through `MEOK_PAYG_RATE_GBP`, with the same token working across the vendor's seven compliance servers. When the balance runs out the tool returns a top-up URL instead of an answer, so budget the balance before a long reporting session.

What it is

A compliance server for the EU Corporate Sustainability Reporting Directive. It covers double materiality assessment, ESRS reporting and sustainability audit across the phased FY 2024-2028 scope.

What you get
  • `classify_entity` — work out where an entity sits in the CSRD scope
  • `list_esrs_standards` — the ESRS standards the reporting has to answer to
  • `double_materiality_assessment` — the impact-and-financial materiality pass CSRD requires
Requirements

The PyPI package csrd-compliance-mcp, version 1.3.9, over stdio — `uvx csrd-compliance-mcp` in your client config, or `pip install csrd-compliance-mcp` and run the `csrd-compliance-mcp` command. There is also a Smithery install path. No key is needed for the default behaviour; pay-per-call billing switches on only when you set `MEOK_PAYG_KEY`.

Setup effort

One command — pip install csrd_compliance_mcp