INDIVIDUAL MCP TOOL
get_availability
Live 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.
LIVE ENDPOINT
https://www.primecutsnursery.com/api/mcp
Connect to this endpoint to inspect the live schema for get_availability and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT 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.
Related tools
get_business— Who 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.get_testing_policy— How 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.get_locations— Nursery address and visit policy, California delivery terms (eligibility, free-delivery threshold, teen delivery fee) and the regional pages the nursery serves.quote_delivery— Quote 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.search— One-call search across cultivars (meaning-aware: names, aliases, lineage, aroma, colour, flowering, yield, breeder), the breeder registry and published articles.list_strains— Meaning-aware search over the 331-cultivar encyclopedia, ranked by relevance.get_strain— Full encyclopedia record for one cultivar: lineage and parents, breeder(s), terpenes, aroma/flavor/effects, growing notes, history, awards, crosses bred from it, sources.list_breeders— All 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.