CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Cannabis Regulatory

rootsbymenda/cannabis-mcp-server
HTTP, SSEregistry active
Summary

Four tools that query a Cloudflare D1 database of cannabis compliance data across US states, Health Canada, UN INCB schedules, EU precursors, and EMCDDA novel psychoactive substances. Check state-specific testing limits for pesticides, heavy metals, microbials, and solvents by jurisdiction or analyte. Look up controlled substance scheduling with CAS numbers and regulatory references. Search across 2,500+ records for compliance requirements tied to primary regulatory sources. Reach for this when building cannabis product compliance workflows, regulatory chatbots, or lab information systems that need cross-jurisdiction testing thresholds and scheduling data without maintaining your own regulatory database. Free tier with 60 requests per minute rate limiting.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Roots by Benda — Cannabis Regulatory Intelligence MCP Server

smithery badge

Cannabis testing requirements, controlled substance scheduling, and compliance data in one MCP. Check US state-level testing limits (pesticides, heavy metals, microbials, solvents, potency), UN/EU controlled substance schedules, Health Canada cannabis rules, and novel psychoactive substance monitoring — all source-linked and free.

No equivalent consolidated cross-jurisdiction cannabis compliance MCP exists. This is the first.

Live endpoint: https://cannabis-mcp-server.rootsbybenda.workers.dev/mcp SSE fallback: https://cannabis-mcp-server.rootsbybenda.workers.dev/sse

Tools

check_cannabis_testing

Look up cannabis testing limits by US state, test category, product type, or analyte. Returns pesticide, heavy metal, microbial, solvent, mycotoxin, potency, moisture, action-level, unit, and regulation-reference data.

state: "California", test_category: "heavy_metal"
→ Arsenic: 0.2 µg/g (inhalable), 1.5 µg/g (non-inhalable) — CA DCC 4 CCR §15723
  Cadmium: 0.2 µg/g (inhalable), 0.5 µg/g (non-inhalable)
  Lead: 0.5 µg/g (both categories)
  Mercury: 0.1 µg/g (inhalable), 3.0 µg/g (non-inhalable)
  8 limits found, all regulation-referenced

check_controlled_substance

Check whether a substance is controlled or scheduled under UN INCB narcotic schedules, EU drug-precursor controls, or EMCDDA/EUDA novel psychoactive-substance monitoring. Returns schedules, categories, synonyms, CAS numbers, and regulatory notes.

query: "psilocybin"
→ UN Schedule I (1971 Convention); CAS 520-52-5; Category: indole alkaloid;
  Status: no accepted medical use (UN), breakthrough therapy (FDA, 2018)

check_cannabis_compliance

Check cannabis product compliance requirements for a US state or Health Canada product class. Returns jurisdiction-specific testing categories, analyte limits, product classes, units, and regulation sections.

jurisdiction: "Colorado", product_class: "concentrate"
→ Testing required: potency, residual solvents, heavy metals, microbials, mycotoxins
  Per-analyte limits with regulation references (1 CCR 212-3)

search_cannabis_regulations

Search cannabis and controlled-substance regulatory data by keyword. Use for broad discovery across state testing limits, Health Canada cannabis rules, UN scheduling, EU precursors, and novel psychoactive substances.

query: "heavy metal"
→ matches across CA, CO, OR, WA state testing limits for Lead, Cadmium, Arsenic, Mercury
  with action levels, units, and product-type distinctions per jurisdiction

Data

DatasetRecords
US state cannabis testing requirements1,942
Health Canada cannabis rules383
UN INCB scheduled narcotic drugs154
EU controlled precursor chemicals46
EMCDDA/EUDA novel psychoactive substances41

100% source-traceability: every record links to state regulatory code, UN conventions, EU regulations, or Health Canada primary sources.

Sources: US state cannabis regulatory codes (CA BCC, CO MED, OR OLCC, WA LCB, and others), Health Canada Cannabis Regulations (SOR/2018-144), UN Single Convention on Narcotic Drugs (1961), UN Convention on Psychotropic Substances (1971), EU Regulation 273/2004 (drug precursors), EMCDDA Early Warning System.

Quick Start

Claude Desktop / Claude Code

Add to your MCP config:

{
  "mcpServers": {
    "roots-cannabis-regulatory": {
      "url": "https://cannabis-mcp-server.rootsbybenda.workers.dev/sse"
    }
  }
}

Cursor / Windsurf / Zed

Use the Streamable HTTP endpoint:

https://cannabis-mcp-server.rootsbybenda.workers.dev/mcp

Rate Limits

Every caller receives full data; a 60 requests/minute abuse-prevention limit applies per IP.

Built With

  • Cloudflare Workers + Agents SDK
  • Cloudflare D1 (SQLite at the edge)
  • Durable Objects (session-scoped rate limiting)
  • Model Context Protocol (MCP)

Who Built This

Roots by Benda — regulatory intelligence platform built by Shahar Ben-David with Claude. Cannabis regulatory database assembled from primary sources across US state regulators, Health Canada, UN INCB, and EMCDDA.

  • Website: rootsbybenda.com
  • LinkedIn: Shahar Ben-David

License

MIT

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Registryactive
TransportHTTP, SSE
UpdatedMay 22, 2026
View on GitHub