Metadata-Version: 2.4
Name: csrd-compliance-mcp
Version: 1.2.2
Summary: EU Corporate Sustainability Reporting Directive (CSRD) compliance MCP — 12 ESRS standards audit, double materiality assessment, Scope 1/2/3 GHG readiness, iXBRL taxonomy check. Directive (EU) 2022/2464. By MEOK AI Labs.
Project-URL: Homepage, https://meok.ai/csrd-compliance-mcp
Project-URL: Repository, https://github.com/CSOAI-ORG/csrd-compliance-mcp
Author-email: MEOK AI Labs <nicholas@meok.ai>
License: MIT License
        
        Copyright (c) 2026 MEOK AI Labs (Nicholas Templeman)
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
License-File: LICENSE
Keywords: climate,csrd,double-materiality,esg-reporting,esrs,eu-regulation,eu-taxonomy,ghg-protocol,ixbrl,mcp,meok-ai-labs,scope-3,sustainability-reporting
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Requires-Dist: mcp>=1.0.0
Description-Content-Type: text/markdown

[![csrd-compliance-mcp MCP server](https://glama.ai/mcp/servers/CSOAI-ORG/csrd-compliance-mcp/badges/card.svg)](https://glama.ai/mcp/servers/CSOAI-ORG/csrd-compliance-mcp)

<div align="center">

[![PyPI](https://img.shields.io/pypi/v/csrd-compliance-mcp)](https://pypi.org/project/csrd-compliance-mcp/)
[![Downloads](https://img.shields.io/pypi/dm/csrd-compliance-mcp)](https://pypi.org/project/csrd-compliance-mcp/)
[![GitHub stars](https://img.shields.io/github/stars/CSOAI-ORG/csrd-compliance-mcp)](https://github.com/CSOAI-ORG/csrd-compliance-mcp/stargazers)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE)

# CSRD Compliance MCP

**EU Corporate Sustainability Reporting Directive (2022/2464) compliance automation. Entity classification, ESRS standards mapping, double materiality, GHG readiness, and iXBRL taxonomy checks.**

[![MEOK AI Labs](https://img.shields.io/badge/MEOK_AI_Labs-224+_servers-purple)](https://meok.ai)

[Install](#install) · [Tools](#tools) · [Pricing](#pricing) · [Attestation API](#attestation-api)

</div>

---

## Why This Exists

The CSRD brings approximately 50,000 EU companies into mandatory sustainability reporting scope, replacing the Non-Financial Reporting Directive. Large undertakings must report from FY 2024, listed SMEs from FY 2026. Reports must follow the European Sustainability Reporting Standards (ESRS), pass limited assurance, and be filed in machine-readable iXBRL format.

Double materiality assessment alone typically takes 8-12 weeks with a Big 4 firm. This MCP classifies your entity scope, lists applicable ESRS standards, performs double materiality assessments, evaluates GHG emissions readiness across Scopes 1-3, validates iXBRL taxonomy compliance, and tracks enforcement status across member states.

## Install

```bash
pip install csrd-compliance-mcp
```

## Tools

| Tool | CSRD/ESRS Reference | What it does |
|------|---------------------|--------------|
| `classify_entity` | Directive Art. 2 | Determine CSRD scope based on size, listing, and PIE status |
| `list_esrs_standards` | ESRS 1-2, E1-E5, S1-S4, G1 | List all applicable ESRS standards for your entity |
| `double_materiality_assessment` | ESRS 1 Ch. 3 | Perform double materiality assessment (impact + financial) |
| `ghg_emissions_readiness` | ESRS E1 | Evaluate GHG emissions reporting readiness (Scope 1/2/3) |
| `ixbrl_taxonomy_check` | ESEF Regulation | Validate iXBRL taxonomy alignment for digital filing |
| `enforcement_status` | Per member state | Track transposition and enforcement deadlines by country |

## Example

```
Prompt: "Classify our company for CSRD scope. We have 800 employees,
EUR 45M turnover, EUR 22M balance sheet, not listed, not a PIE.
We operate in Germany and France."

Result: Entity classified as large undertaking (exceeds 2 of 3 size
criteria). In scope from FY 2025 reporting. Must apply full ESRS
cross-cutting and topical standards. Double materiality assessment
required. iXBRL digital filing mandatory. German BaFin enforcement
active, French AMF transposition confirmed.
```

## Pricing

| Tier | Price | What you get |
|------|-------|-------------|
| **Free** | £0 | 10 calls/day — entity classification + ESRS listing |
| **Pro** | £199/mo | Unlimited + HMAC-signed attestations + verify URLs |
| **Enterprise** | £1,499/mo | Multi-tenant + co-branded reports + webhooks |

[Subscribe to Pro](https://buy.stripe.com/14A4gB3K4eUWgYR56o8k836) · [Enterprise](https://buy.stripe.com/4gM9AV80kaEG0ZT42k8k837)

## Attestation API

Every Pro/Enterprise audit produces a cryptographically signed certificate:

```
POST https://meok-attestation-api.vercel.app/sign
GET  https://meok-attestation-api.vercel.app/verify/{cert_id}
```

Zero-dep verifier: `pip install meok-attestation-verify`

## Links

- Website: [meok.ai](https://meok.ai)
- All MCP servers: [meok.ai/labs/mcp/servers](https://meok.ai/labs/mcp/servers)
- Enterprise support: nicholas@csoai.org

## License

MIT
<!-- mcp-name: io.github.CSOAI-ORG/csrd-compliance-mcp -->
