Content Tools
primecutsnursery.com
Provides nursery business details, testing policies, delivery quotes, and searchable cultivar and article databases.
ENDPOINT 1
https://www.primecutsnursery.com/api/mcp
MCP server metadata
- Name
- prime-cuts-nursery
- Version
- 1.0.0
Prime Cuts Nursery is a licensed California cannabis nursery in Sonoma, CA selling HLVd-tested clones and teens to licensed cultivators. Tools are read-only and return the same JSON as the REST API at https://www.primecutsnursery.com/api/v1. Each result includes an 'html_url' you should cite. Inventory tools are live and mirror the website exactly. Two product lines are for sale: clones (fresh + talls, /live-inventory) and ready-to-flip teens (/teen-inventory) — 'get_inventory' returns both; when asked what is available, report clones AND teens. Always show the 'as_of' timestamp with any quantity, report fresh clones and talls as separate figures (never a combined total), and note that sales are to licensed California cultivators only. When a user names a strain or breeder and you don't know the slug, call 'search' first. Never estimate a delivery fee or order total from mileage yourself: call 'quote_delivery' with the destination, product and quantity and report its exact delivery_fee and total.
Known tools 14
get_businessWho Prime Cuts Nursery is: legal name, phone, email, address, hours, state licence, who may buy, ordering minimums and volume tiers, deposit/delivery terms, testing policy summary, social links, and content counts.
Potential side effectsget_testing_policyHow mother plants and incoming genetics are tested (RT-qPCR), which pathogens, how often, the incoming HLVd positive rate, and whether results are available to buyers.
Inferred read-onlyget_locationsNursery address and visit policy, California delivery terms (eligibility, free-delivery threshold, teen delivery fee) and the regional pages the nursery serves.
Inferred read-onlyquote_deliveryQuote what a delivery to a California address/city costs (the nursery's own calculator: Google driving round trip from Sonoma × $3/mile under 199 round-trip miles or $2/mile at 199+, capped at $1,450) and, when product + quantity are given, the published per-plant tier, product subtotal, whether the order qualifies for FREE delivery, and the total.
Inferred read-onlysearchOne-call search across cultivars (meaning-aware: names, aliases, lineage, aroma, colour, flowering, yield, breeder), the breeder registry and published articles.
Inferred read-onlylist_strainsMeaning-aware search over the 331-cultivar encyclopedia, ranked by relevance.
Inferred read-onlyget_strainFull encyclopedia record for one cultivar: lineage and parents, breeder(s), terpenes, aroma/flavor/effects, growing notes, history, awards, crosses bred from it, sources.
Inferred read-onlylist_breedersAll 51 breeders with a hub page, each with location, a documented summary, number of attributed cultivars and how many are on the Prime Cuts menu.
Inferred read-onlyget_breederOne breeder: summary, every cultivar attributed to them (with type, lineage and whether it is on the menu), the menu strains, and collaborators who share attributions.
Inferred read-onlylist_articlesPublished long-form pages: kind 'authority' (topic hubs like wholesale, delivery, HLVd-tested clones), 'local' (regional pages), 'guide', 'buying', 'article'.
Inferred read-onlyget_articleFull text (intro, sections, FAQ) of one guide/authority/regional page, with business facts already filled in.
Inferred read-onlyget_availabilityLive stock status for every strain listed on /live-inventory in one call: InStock / PreOrder / OutOfStock, fresh clones ready now and talls ready now (two separate lines with different prices — never add them together), next scheduled batch date, links.
Inferred read-onlyget_inventoryEverything for sale right now in one call: the full live clone inventory as shown on /live-inventory (fresh rooted clones, talls/clearance, 17-day rooting forecast per strain, clone ordering terms) plus `teens` — the ready-to-flip teen inventory as shown on /teen-inventory.
Inferred read-onlyget_teen_inventoryReady-to-flip teens available now and upcoming groups by ready date, plus teen ordering terms (minimum, delivery fee).
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.prime-cuts-nursery]
url = "https://www.primecutsnursery.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"prime-cuts-nursery": {
"type": "http",
"url": "https://www.primecutsnursery.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: prime-cuts-nursery
Remote MCP URL: https://www.primecutsnursery.com/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"prime-cuts-nursery": {
"url": "https://www.primecutsnursery.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"prime-cuts-nursery": {
"type": "http",
"url": "https://www.primecutsnursery.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "prime-cuts-nursery",
"transport": "streamable-http",
"url": "https://www.primecutsnursery.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.