METRC Cannabis Compliance Documentation MCP Server - Search 7,282 sections across 17 states via AI agents
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"metrc-mcp-server": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
A Model Context Protocol (MCP) server that provides AI agents with searchable access to METRC cannabis compliance documentation across all legal states.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in legal
87 tools for Korean law — statutes, precedents, ordinances, interpretations | MCP Server · CLI · npm
Proof primitive for AI agents on MultiversX. Anchor file hashes on-chain as verifiable proofs.
956k Swiss court decisions: full-text search, citation graph, statute lookup (DE/FR/IT)
AFIP — Argentine tax authority, electronic invoicing (Factura Electrónica)
MCP Security Weekly
Get CVE alerts and security updates for Metrc Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
A Model Context Protocol (MCP) server that provides AI agents with searchable access to METRC cannabis compliance documentation across all legal states.
🚀 Live Demo: https://www.metrc.ai
Enables AI agents (Claude Desktop, Cursor, etc.) to search and reference 7,282 sections of METRC documentation across 17 states in real-time during conversations.
# Clone and setup
git clone https://github.com/your-username/metrc-mcp-server.git
cd metrc-mcp-server
bundle install
# Import documentation (if you have the source data)
bin/import /path/to/metrc_from_printable
# Start MCP server (stdio mode)
bin/mcp_server
# Or start HTTP server
bin/simple_mcp_server
search_metrc_docs - Full-text search across all documentationget_metrc_endpoint - Find API endpoint documentationlist_states - Get all available statesCA, CO, NV, OR, AK, MA, MI, IL, MD, OH, OK, LA, MN, MO, DC, VA, WV
Includes deployment scripts for EC2/VPS hosting:
./deploy.sh # Deploy to production server
curl -X POST https://www.metrc.ai/mcp \
-H "Content-Type: application/json" \
-d '{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "search_metrc_docs",
"arguments": {"query": "packages"}
}
}'