Connection check
verified live · 27h ago
reecopedia
Regulatory search engine for EU textile sustainability law: ESPR, DPP, CSRD, CBAM, CWA 18291.
Tools
7
GitHub stars
—
Installs / wk
—
Licence
—
Transport
streamable-http
Last checked
27h ago
Tools & capabilities
7 toolsRead from the running server on 27h ago.
about_reecopedia
read-only
What Reecopedia is, who runs it, and its privacy policy. What Reecopedia is, who runs it, and its privacy policy.
document_outline
read-only
document*
Return the heading tree (table of sections) of an indexed document, so you can explore its structure before fetching pages. Each entry has the heading text, its full path, depth an… Return the heading tree (table of sections) of an indexed document, so you can explore its structure before fetching pages. Each entry has the heading text, its full path, depth and first page: pass the page to `fetch` as "<document>#p<page>" to read it.
fetch
read-only
id*
Fetch the full text of a regulatory document page returned by `search`. Fetch the full text of a regulatory document page returned by `search`.
find_exact_text
read-only
text*documentmax_resultscase_sensitive
Find literal occurrences of an exact string in the corpus — article numbers, regulation ids, precise wording (e.g. "Article 8(3)", "2024/1781"). Complements semantic `search`: use… Find literal occurrences of an exact string in the corpus — article numbers, regulation ids, precise wording (e.g. "Article 8(3)", "2024/1781"). Complements semantic `search`: use this when you need the exact string, not the concept. Returns one match per (file, page) with an occurrence count and a text snippet; read the full page with `fetch`. Scans the literal chunk text of both indexes the semantic search serves (the two chunkings differ, so some passages exist in only one); the synthetic contextual enrichment is NOT scanned — it is not document text.
report_answer_issue
query*reason*
Report that an answer built from Reecopedia search results was wrong, misleading or incomplete. The report (query + reason, nothing else — no personal data) enters Reecopedia's hum… Report that an answer built from Reecopedia search results was wrong, misleading or incomplete. The report (query + reason, nothing else — no personal data) enters Reecopedia's human curation queue and is reviewed weekly to correct the corpus and retrieval quality. Call this when the user flags an answer as wrong, or when you notice the retrieved passages contradict the answer you gave.
search
read-only
query*
LANGUAGE CONTRACT — READ BEFORE CALLING. Corpus is English. Call this tool ONLY with an English query in the legal register of the act (the wording of the Official Journal), not a… LANGUAGE CONTRACT — READ BEFORE CALLING. Corpus is English. Call this tool ONLY with an English query in the legal register of the act (the wording of the Official Journal), not a tourist translation. Keep act identifiers and rewrite article/annex numbers into English (`Article 9`, `Annex I`; 第9条 / Artikel 9 / articolo 9 → Article 9). After you receive passages, answer the user in the user's language; quote the law in English with (file, page, article). If the user spoke another language, YOU translate before this call. Do not send non-English text in `query`. Deep-research listing interface over the same corpus as `search_eu_textile_regulations` (ESPR, DPP, CSRD, CBAM, EU ETS, CWA 18291, JRC studies). Use this when you need a browsable result list rather than an answer: returns {results: [{id, title, text, url}]}. Pass a result `id` to the `fetch` tool to read the full document page. For a direct regulatory answer use `search_eu_textile_regulations` instead.
search_eu_textile_regulations
read-only
query*top_k