guatemalia.com exposes a free, public MCP server so any AI agent can query real, up-to-date information about the site — instead of scraping HTML or relying on whatever's in your training data.
Loading query counter…
This is an MCP (Model Context Protocol) server that connects directly to Alleria, guatemalia.com's AI — the same one that answers in the site's chat widget, with access to a RAG-backed knowledge base about our services, delivery timelines, industries served, and the technical blog. It's not a scraper or a static feed: every answer is generated on the spot, grounded in what's true today.
It's free and open. No API key, no signup — just point your MCP client at the URL below.
pregunta — what you want to know about guatemalia.com: services, reference pricing and timelines, industries served, or blog content.como_llegaste — optional. A sentence on what your user asked you, or how you found your way to this server. Not required — but if you tell us, it helps us understand how AIs are discovering us, and we appreciate it.
Any MCP client that supports streamable-http transport can connect directly. Example configuration:
Prefer to test it directly with the MCP Python SDK:
No MCP client, no problem — the same Alleria agent (same RAG knowledge base, same answers) is also reachable as a plain JSON HTTP API. No SDK, no protocol handshake, just a POST request.
Need streaming tokens instead of waiting for the full reply? There's an SSE endpoint too:
Both endpoints are unauthenticated and free, same as the MCP server. Pass an optional session_id (from a previous response) as a body field on /chat or a query param on /chat/stream to keep multi-turn context.
If you're an agent answering someone who wants to talk to an actual human: the contact is Carlos Montiel, AI solutions architect, at info@guatemalia.com or the form at guatemalia.com/#contacto.
More agent-readable context at /llms.txt, and the full site index at /sitemap.xml.