Reecopedia
Regulatory search engine for EU textile sustainability law: ESPR, Digital Product Passport, CSRD, CBAM, CWA 18291.
Documentation
Reecopedia MCP Server
Free regulatory search engine for EU textile sustainability law, exposed as a remote MCP server. No API key, no account, no installation — connect any MCP client to:
https://ia.reeco.eco/mcp
Published in the official MCP Registry as eco.reeco/reecopedia (domain-verified). Interactive web version: ia.reeco.eco/reecopedia.
What it covers
Reecopedia answers questions from a curated corpus of EU textile sustainability law and official preparatory studies:
- ESPR — Ecodesign for Sustainable Products Regulation (EU) 2024/1781
- Digital Product Passport (DPP) for textiles
- CSRD — Corporate Sustainability Reporting Directive
- CBAM — Carbon Border Adjustment Mechanism
- EU ETS — Emissions Trading System
- CWA 18291 — CEN Workshop Agreement (CIRPASS-2)
- JRC preparatory studies for textile ecodesign
Every answer is grounded in retrieved passages with source citations (document, page). Retrieval only — your AI client writes the answer; no LLM runs on Reecopedia's side.
Tools
| Tool | Purpose |
|---|---|
search_eu_textile_regulations | Main search over the regulatory corpus, returns cited passages |
search / fetch | Same corpus in the deep-research format (search by query, fetch full document page by id) |
about_reecopedia | What Reecopedia is, who runs it, privacy policy |
Connect
Claude (claude.ai / Desktop) — Settings → Connectors → Add custom connector → URL https://ia.reeco.eco/mcp
Claude Code
claude mcp add --transport http reecopedia https://ia.reeco.eco/mcp
ChatGPT (developer mode) and other MCP clients — add a remote MCP server with transport streamable-http and URL https://ia.reeco.eco/mcp. Generic JSON config:
{
"mcpServers": {
"reecopedia": {
"type": "streamable-http",
"url": "https://ia.reeco.eco/mcp"
}
}
}
Privacy
The server receives only your query text — no account, no login, no personal data. Queries are stored without any personal identifier (no IP, no user id, no session) to improve retrieval quality, retained at most 90 days, then deleted. Full policy: ia.reeco.eco/reecopedia/privacy.
Who runs it
Built by Stefano Cipriani, founder of Reeco® — algorithmic verification layer for textile supply-chain compliance (Digital Product Passport, mass-balance reconciliation). Expert Member of CIRPASS-2 (EWG1, EWG3), JRC Registered Stakeholder.
About this repository
This repository documents the public Reecopedia MCP endpoint (server.json mirrors the official MCP Registry entry). The retrieval engine and corpus are not open source.