Metrc
БесплатноНе проверенMETRC Cannabis Compliance Documentation MCP Server - Search 7,282 sections across 17 states via AI agents
Описание
METRC Cannabis Compliance Documentation MCP Server - Search 7,282 sections across 17 states via AI agents
README
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
What This Does
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.
Quick Start
For Claude Desktop Users
- Visit https://www.metrc.ai
- Download the connector file
- Drag & drop it into Claude Desktop
- Ask: "What are the package labeling requirements in California?"
For Developers
# 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
Available Tools
search_metrc_docs- Full-text search across all documentationget_metrc_endpoint- Find API endpoint documentationlist_states- Get all available states
States Covered
CA, CO, NV, OR, AK, MA, MI, IL, MD, OH, OK, LA, MN, MO, DC, VA, WV
Architecture
- SQLite FTS for fast full-text search
- MCP Protocol for AI agent integration
- HTTP/JSON-RPC transport for web deployment
- Ruby/Sinatra lightweight server
Deployment
Includes deployment scripts for EC2/VPS hosting:
./deploy.sh # Deploy to production server
API Example
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"}
}
}'
Установка Metrc
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/samcorl/metrc-mcp-serverFAQ
Metrc MCP бесплатный?
Да, Metrc MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Metrc?
Нет, Metrc работает без API-ключей и переменных окружения.
Metrc — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Metrc в Claude Desktop, Claude Code или Cursor?
Открой Metrc на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Metrc with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
