Skip to main content
Glama
CSOAI-ORG

CSRD Compliance MCP

Csrd Compliance MCP

MCP server for csrd compliance mcp operations

PyPI License: MIT MEOK AI Labs

Overview

Csrd Compliance MCP provides AI-powered tools via the Model Context Protocol (MCP).

Tools

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

Installation

pip install meok-csrd-compliance-mcp

Usage 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 implementation

License

MIT © MEOK AI Labs

Install Server
A
license - permissive license
A
quality
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
1Releases (12mo)

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