Manage your dispensary with AI (MCP)
420.camp runs an MCP server: claim your venue, create an API key, connect Claude or ChatGPT — and your listing becomes something you manage by talking.
What is MCP?
The Model Context Protocol is the open standard AI assistants use to work with real tools. Connected over MCP, the assistant does not just answer questions about your listing — it edits it: with your permission, under your account, only on your venues.
What the AI can do
- Update the description, contacts and opening hours
- Manage the menu and prices — add strains, mark items out of stock
- Add photos by URL
- Read reviews and publish replies as the venue
- List every venue your account manages, with its plan and limits
How to connect
Claude or ChatGPT on the web
- Claim your venue on 420.camp and create an API key in the business dashboard.
- Add a custom connector (MCP) and paste this URL with your key:
- Leave the OAuth fields empty — the key in the URL is the whole setup.
https://420.camp/api/v1/mcp?key=<your API key>
Claude Code, Cursor and other MCP clients
Clients that support headers use the same endpoint with a Bearer token:
{
"mcpServers": {
"420camp": {
"url": "https://420.camp/api/v1/mcp",
"headers": { "Authorization": "Bearer <your API key>" }
}
}
}Is it safe?
The AI acts only with your key, only on venues your account manages. Writes are limited to what is reversible or reviewed — text, menus, replies, photo links. Every change goes live flagged for moderator review, and nothing can delete a venue or spend money.
Which plan includes it?
MCP access is part of the Pro plan (and Network). During the launch promo every claimed owner has Pro free — so today, claiming your venue is all it takes.
FAQ
- What is the 420.camp MCP server?
- A remote MCP endpoint (https://420.camp/api/v1/mcp) that lets AI assistants manage a claimed cannabis venue listing: details, hours, menu, photos and review replies.
- Which AI apps work with it?
- Claude (web and Claude Code), ChatGPT with connectors, Cursor, and any client that speaks remote MCP over HTTP.
- Can the AI break my listing?
- No destructive tools are exposed: it cannot delete the venue, approve its own edits or touch billing. Changes are marked for moderator review.
- Does MCP access cost extra?
- It is included in the Pro plan. While the launch promo runs, Pro is free for every claimed owner.