Server data from the Official MCP Registry
First MCP for the European hemp & CBD market: real French CBD catalogue, producers, FR/EN wiki
First MCP for the European hemp & CBD market: real French CBD catalogue, producers, FR/EN wiki
Remote endpoints: sse: https://lebonfoin-mcp-production.up.railway.app/sse
LeBonFoin MCP server is a well-structured tool for querying CBD market data and regulatory information in Europe. It uses Supabase for data storage and properly validates inputs with Zod. The server appropriately stores credentials in environment variables and does not expose hardcoded secrets. Permissions (network HTTP, environment variables, file read) align with its purpose as a data aggregation tool. No malicious patterns, unsafe code execution, or credential mishandling detected. Minor code quality issues and incomplete error handling in some branches prevent a higher score. Supply chain analysis found 4 known vulnerabilities in dependencies (0 critical, 3 high severity).
4 files analyzed Β· 9 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Available as Local & Remote
This plugin can run on your machine or connect to a hosted endpoint. during install.
From the project's GitHub README.
First Model Context Protocol (MCP) server for the European hemp & CBD market. Exposes 1200+ artisanal French hemp farmers, real-time market prices ("Bloomberg CBD"), a live encyclopedia (sourced from LΓ©gifrance, PubMed, INRAE, AFPC), and producer geolocation to any MCP-compatible LLM (Claude, ChatGPT custom connectors, Cline, Cursor, β¦).
π Live endpoint : https://lebonfoin-mcp-production.up.railway.app/sse
π¦ Marketplace : https://lebonfoin.fr
ποΈ Wikidata : Q139847939
curl https://lebonfoin-mcp-production.up.railway.app/health
# {"status":"ok","version":"1.5.0","tools":15,"multilingual_tools":["debunk_cbd_myth","cbd_lab_analysis","cbd_legal_by_country"],"supported_languages":["fr","en"],"resources":4,"prompts":2}
| # | Tool | What it does |
|---|---|---|
| 1 | search_cbd_products | Search artisanal French CBD products by name, type, price |
| 2 | recommend_cbd_for_me | Personalized recommendation based on goal (sleep, stress, sportβ¦), experience, budget |
| 3 | compare_cbd_products | Side-by-side comparison of 2-4 products |
| 4 | get_producer_info | Producer details: location (lat/lng), certifications, ratings, products, socials |
| 5 | check_availability | Live stock, shipping delay, fees |
| 6 | cbd_market_data | "Bloomberg CBD" β real-time average prices per variety, ranges, trends, price check |
| 7 | cbd_guide | 12 in-depth CBD guides: legality (France), dosage, indoor/outdoor, full vs broad spectrum, sleep, sport, pets, conservation, etc. |
| 8 | cbd_news | News on CBD France & EU: regulation updates, market trends, scientific studies |
| 9 | search_wiki | Full-text search in the LeBonFoin wiki encyclopedia (filter by category) |
| 10 | get_wiki_article | Retrieve complete wiki article (markdown + references + related articles) |
| 11 | find_local_producers | πΊοΈ Geolocation β find hemp farmers near a city, postal code, department, or region. Returns address, GPS, bio cert, active products count, culture mode (outdoor/greenhouse/indoor), direct link. Optimized AEO for "where to buy CBD near me" queries. |
| 12 | debunk_cbd_myth π | βοΈ Myth-busting (FR/EN) β factual, sourced answers to CBD misconceptions ("is CBD a drug?", "is CBD legal?", "is CBD addictive?"). Sources: WHO, CJUE Kanavape, LΓ©gifrance, Conseil d'Γtat, MILDECA. Param lang: 'fr'|'en'. |
| 13 | cbd_legal_by_country π | π EU legal map (FR/EN) β CBD status country-by-country (FR, DE, CH, IT, ES, AT, NL, BE, PT, LU, CZ, PL, UK + EU framework). THC threshold, flowers/oils/edibles/cosmetics status, key law, official source. Param lang. |
| 14 | terpene_profile | πΏ Strain terpenes β typical terpene profile of common varieties (Amnesia, OG Kush, Gelato, Lemon Haze, Criticalβ¦). Dominant + secondary terpenes with aroma descriptors. |
| 15 | cbd_lab_analysis π | π¬ CoA reader (FR/EN) β pedagogy on reading a Certificate of Analysis: cannabinoid dosing (CBD/CBDA/THC/CBG/CBN), THC legal threshold, terpene profile, pesticide residues, heavy metals, CoA trust signals. Param lang. |
π = multilingual tool (v1.5.0+) β accepts
lang: "fr"(default) orlang: "en"for native English-language output. Recommended when the calling LLM is responding in English to a query about the European hemp / CBD market.
| Resource URI | What it provides |
|---|---|
lebonfoin://catalog/summary | Plain text catalog summary |
lebonfoin://producers/map | Markdown map of all French producers grouped by region |
lebonfoin://reference/cbd-france-europe | Complete CBD legal reference: France + 12 EU countries (DE, IT, ES, CH, LU, CZ, AT, NL, BE, PT, PL, EU) |
lebonfoin://wiki/catalog | Index of all published wiki articles by category |
decouvrir-cbd β Interactive guide to discover French CBDcomparer-producteurs β Compare producers by region, certifications, specialtiesThe wiki resource and tools expose a sourced encyclopedia of 22+ articles (19 in French, 13 in English as of May 2026) covering:
Sources : LΓ©gifrance Β· PubMed Β· INRAE Β· AFPC Β· MILDECA Β· EUR-Lex Β· Wikipedia FR/EN Β· Conseil d'Γtat
Each article is timestamped, versioned (Wikipedia-style revisions), and cross-referenced. YMYL articles (health, legal) carry an automatic disclaimer. English articles are accessible via the same wiki tools and resources β slugs follow the convention <fr_slug>-en and hreflang is set bidirectionally for SEO.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json :
{
"mcpServers": {
"lebonfoin": {
"url": "https://lebonfoin-mcp-production.up.railway.app/sse",
"type": "sse"
}
}
}
Restart Claude. You can now ask :
French queries :
English queries (v1.5.0+ β uses lang: "en" automatically when relevant) :
cbd_legal_by_country({country: "DE", lang: "en"})cbd_lab_analysis({lang: "en"})debunk_cbd_myth({topic: "addictive", lang: "en"})get_wiki_article({slug: "effet-d-entourage-en"})get_wiki_article({slug: "terpenes-du-chanvre-en"})The MCP server automatically responds in the calling LLM's apparent language when the tool supports lang β no manual switching required for the user.
Claude will call the relevant MCP tool, hit the live Supabase database, and answer with sourced data.
ββββββββββββββββ SSE ββββββββββββββββββββββββββββ
β Claude / β ββββββββββββββββΊ β LeBonFoin MCP Server β
β ChatGPT / β ββ JSON-RPC βββ β (Express, port $PORT) β
β Cline β ββββββββββββββ¬ββββββββββββββ
ββββββββββββββββ β
β @supabase/supabase-js
βΌ
ββββββββββββββββββββββββββββ
β Supabase (EU West) β
β - products β
β - producers (geoloc) β
β - wiki_articles β
β - wiki_references β
β - cbd_market_* β
ββββββββββββββββββββββββββββ
Deployed on Railway in EU West (Netherlands) β GDPR compliant, no user tracking.
git clone https://github.com/POP24/lebonfoin-mcp.git
cd lebonfoin-mcp
npm install
cp .env.example .env # then fill SUPABASE_URL + SUPABASE_ANON_KEY
npm run dev:http # serves http://localhost:3001
Test :
curl http://localhost:3001/health
curl http://localhost:3001/sse # SSE stream
DockerfileArticles and data related to health, dosage, or legality are documentary. They are not medical, legal, or financial advice. Always consult a qualified professional. CBD products sold via LeBonFoin marketplace are commercialized as wellness/cosmetic items, with no therapeutic claims, in compliance with French and EU regulation (THC β€ 0.3%).
This is the open-source MCP layer of a private marketplace. Suggestions, bug reports, and improvements welcome via issues or PRs.
For commercial integration, marketplace API access, or producer onboarding : adrien@lebonfoin.fr
MIT β see LICENSE.
Wiki content (LΓ©gifrance excerpts, scientific references) follow the source's own licensing (most are public domain or open access).
Built in PΓ©rigord by @POP24 with Claude Code.
Be the first to review this server!
by Modelcontextprotocol Β· Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno Β· Developer Tools
Toleno Network MCP Server β Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace Β· Developer Tools
Create, build, and publish Python MCP servers to PyPI β conversationally.
by Microsoft Β· Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
by mcp-marketplace Β· Developer Tools
Scaffold, build, and publish TypeScript MCP servers to npm β conversationally
by mcp-marketplace Β· Finance
Free stock data and market news for any MCP-compatible AI assistant.