AI capabilities
AI tools at Juicy Designs
Every AI-accessible action Juicy Designs exposes, with its inputs, outputs and where to use it. All tools are request-only: they create a lead and a human replies with a custom proposal within four working hours. No tool returns, calculates or implies a price.
Remote MCP and REST
Available over the MCP server, the REST endpoint and the OpenAPI spec. No authentication required.
get_quote
Submit a free, no-obligation quote request. Server-validated; rejects any request without consent; never returns a price.
Required inputs: name, email, service, project_summary, consent_to_contact (must be true).
Optional inputs: company, phone, budget_range, timeline.
service: web_design, seo, ai_search_visibility, branding, google_ads, meta_ads, social_media_marketing, content_marketing, other.
Output: a reference, a summary, and the four-working-hour turnaround. No price.
Full request and response examples: MCP documentation.
book_strategy_session
Request a free, no-obligation strategy session. Server-validated; rejects any request without consent; does not book a confirmed time or return a price.
Required inputs: name, email, consent_to_contact (must be true).
Optional inputs: company, phone, topic, service.
Output: a reference and the four-working-hour turnaround to arrange a session. No price.
Read-only tools
Side-effect-free reference tools (also available as REST GET endpoints). None capture personal data or return a price.
- get_service_catalog, services with reference "from" floors, flagged reference-only.
- get_service_areas, head office, in-person areas, nationwide remote coverage.
- get_case_studies, agency track record and portfolio pointer.
- get_client_reviews, aggregate Google rating and where to read reviews.
- get_faqs, common questions and answers.
In-page WebMCP (browser agents)
Registered on the quote page via document.modelContext, for agents that drive a real browser.
get_quote
Declarative form tool. Fills the quote form; on user submit, sends the request. Requires POPIA consent.
get_quote_details
Read-only. Explains what details are needed, that quotes are free and no-obligation, and the four-working-hour turnaround.
prefill_quote
Fills the quote form for the user to review and submit. Does not auto-submit.
search_site
Sitewide. Input: query. Returns matching Juicy Designs pages and their URLs.
Read-only reference
- llms.txt, concise page and action index.
- llms-full.txt, services, service areas, FAQs, key facts.
- Case studies, pricing reference, about.
More service-specific quote pages: SEO, Google Ads, web design, social media.
Why these tools exist and how to use them
Juicy Designs publishes its capabilities as callable tools so an AI assistant can read accurate service information and submit a quote request on a user’s behalf, instead of reconstructing details from a cached web page.
Three access routes are provided so no client is excluded:
| Route | Best for | Auth |
|---|---|---|
| MCP over Streamable HTTP | Assistants with native Model Context Protocol support | None |
| REST with JSON | Any agent framework or script | None |
| OpenAPI 3.1 specification | Frameworks that generate tools from a spec | None |
Read tools are side-effect-free and safe to call at any point. The two request tools create a real lead and are rejected without explicit consent, which POPIA requires. No tool returns, calculates or implies a price.
Full schemas, request and response examples, and error handling are in the MCP documentation.
AI tools FAQ
What can an AI agent do with Juicy Designs tools?
It can read the service catalogue, service areas, case studies, aggregate client reviews and FAQs, and submit a quote or strategy-session request on the user's behalf with explicit consent. No tool returns a price.
Do the Juicy Designs AI tools require authentication?
No. All endpoints are public because nothing sensitive is exposed: read tools return curated reference data and request tools only create a lead.