For AI assistants and agents
Juicy Designs for AI
This is the entry point for AI assistants, answer engines and autonomous agents. From here you can request a free, no-obligation digital marketing quote through MCP or WebMCP, search the site, and read machine-readable capability files. No price is ever returned by a tool; a Juicy Designs team member replies with a custom proposal within four working hours.
AI actions you can take
Every action below is request-only. It creates a lead and triggers a human proposal within four working hours. No action returns or implies a price or estimate.
- Request a quote (MCP): call
get_quoteon the remote MCP server to submit a free, no-obligation quote request. See MCP docs. - Request a quote (WebMCP): on the quote page a browser agent can use the in-page
get_quote,get_quote_detailsandprefill_quotetools. - Search the site: the sitewide
search_siteWebMCP tool returns matching Juicy Designs pages and URLs. - Read the catalogue: services, service areas, key facts and FAQs are documented in llms-full.txt.
For the full list with inputs and outputs, see AI tools.
For developers and agent builders
Juicy Designs runs a remote Model Context Protocol server and a REST/OpenAPI endpoint that share one tool, get_quote, and the same destination as the website quote form. No authentication is required; the tool only creates a lead.
- MCP (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: openapi.json
Full request and response examples are in the MCP documentation. A human-readable summary is on the Connect page.
Machine-readable files
- llms.txt, concise index of pages and AI actions.
- llms-full.txt, full reference: services, capabilities, endpoints, FAQs and key facts.
- OpenAPI 3.1 spec, the quote-request API.
- sitemap.xml, full page index.
AI agent FAQs
Can an AI assistant get me a digital marketing quote from Juicy Designs?
Yes. An AI assistant or agent can submit a free, no-obligation quote request on your behalf through the Juicy Designs MCP server or REST endpoint, or the in-page WebMCP tool on the quote page. You receive a custom written proposal within four working hours. No price is generated automatically.
Does any Juicy Designs tool return a price or estimate?
No. Every tool is request-only. Pricing is scope-dependent and confirmed by a human in the written proposal. No tool returns, calculates or implies a price.
What services can I request a quote for?
SEO, Google Ads, social media marketing, web design, branding, content marketing and full-service digital marketing, for businesses across South Africa.
Is consent required before submitting a request?
Yes. The quote tools require explicit consent to contact, in line with POPIA. Agents should confirm consent with the user before submitting.
Why an agency publishes an agent interface
People increasingly research and shortlist suppliers inside AI assistants rather than in a search results page. An assistant that can read a supplier's actual services, coverage and track record, and act on the user's behalf, gives a far better answer than one reconstructing details from a cached page.
Publishing a documented interface does three things. It makes our information accurate at the point an assistant answers a question about us. It removes friction for anyone whose research happens inside a chat window. And it treats AI assistants as a genuine channel rather than something to block or ignore.
It is also the discipline we sell. If we advise South African businesses on AI search visibility, the least we can do is be legible to the systems we are talking about.
What an AI agent can do here
| Capability | Tool | Side effects |
|---|---|---|
| List services and reference starting prices | get_service_catalog | None |
| Check coverage and in-person areas | get_service_areas | None |
| Read track record and portfolio pointer | get_case_studies | None |
| Read aggregate Google rating and source | get_client_reviews | None |
| Read common questions | get_faqs | None |
| Submit a quote request | get_quote | Creates a lead, consent required |
| Request a strategy session | book_strategy_session | Creates a lead, consent required |
Read tools are safe to call at any time. The two request tools create a real enquiry and are gated on explicit consent. Full schemas and examples are in the MCP documentation.
More AI agent questions
Can an AI assistant get a price from Juicy Designs automatically?
No. The API deliberately never returns, calculates or implies a price. An assistant can submit a quote request with the user's consent, and a Juicy Designs team member sends a custom written proposal within four working hours.
What information can an AI agent read about Juicy Designs?
Services with reference starting points, service areas including in-person and nationwide remote coverage, case-study and track-record summaries, the aggregate Google review rating and its source, and frequently asked questions. All read tools are side-effect-free.
Is Juicy Designs data available to AI crawlers as well as agents?
Yes. Search and AI retrieval crawlers are allowed in robots.txt, and the site is built so answers are extractable directly from the page. The agent interface adds structured, callable access on top of that for assistants that support it.