For AI agents and developers
Connect to Juicy Designs
Juicy Designs exposes one capability for AI agents and developers: request a free, no-obligation quote. Use the Model Context Protocol (MCP) endpoint or the REST and OpenAPI endpoint. No price is ever returned; a Juicy Designs team member replies with a custom proposal within four working hours.
Endpoints
- MCP server (Streamable HTTP): https://juicy-designs-quote.black-voice-76e6.workers.dev/mcp
- REST (POST): https://juicy-designs-quote.black-voice-76e6.workers.dev/quote
- OpenAPI 3.1 spec: https://juicy-designs-quote.black-voice-76e6.workers.dev/openapi.json
Both transports share the same tool, get_quote, the same server-side validation, and the same destination as the website quote form.
The get_quote tool
Submit a quote request. The tool validates every field on the server, rejects any request without consent, and never returns or implies a price.
Required: name, email, service, project_summary, consent_to_contact (must be true).
Optional: company, phone, budget_range, timeline.
service: web_design, seo, ai_search_visibility, branding, google_ads, meta_ads, content_marketing, other.
budget_range: under_25k, 25k_75k, 75k_200k, 200k_plus, unsure.
timeline: asap, 1_3_months, 3_6_months, flexible.
A successful call returns a reference, a summary, and the four-working-hour turnaround. Pricing is scope-dependent and confirmed in the written proposal.
How to connect
Claude: Settings, Connectors, Add custom connector, then paste the MCP URL above.
ChatGPT: add an MCP server under connectors or developer mode using the same MCP URL.
Browser agents and OpenAPI clients: use the REST endpoint or import the OpenAPI spec.
No authentication is required; the tool only creates a lead. Prefer to do it yourself? Use the quote form.
Agent connection FAQs
What can an AI agent do through Juicy Designs?
An agent can request a free, no-obligation quote on a user's behalf using the get_quote tool over MCP or REST. Juicy Designs replies with a custom proposal within four working hours. No price is returned by the tool.
Does the get_quote tool return a price?
No. The tool never returns or estimates a price. Pricing is scope-dependent and confirmed in the written proposal a Juicy Designs team member sends after reviewing the request.
Is user consent required?
Yes. The get_quote tool rejects any request where consent_to_contact is not true, in line with POPIA. Agents should confirm consent with the user before calling it.
Where do agent-submitted leads go?
Quote requests submitted by agents reach Juicy Designs through the same handler as the website quote form, so they land in the same inbox and lead record.