A publicly accessible AI zoo tour guide agent deployed on Cloud Run
A domain-specific conversational agent that answers visitor questions by combining private zoo information from an MCP server with general facts from Wikipedia, then presents the research in a friendly response. Cloud Run provides a scalable, serverless home with a public URL.
From Google Cloud Tech — How to deploy an AI agent to Cloud Run (step by step) at 00:24
Problem: Visitors need a conversational way to find zoo-specific details and broader animal information without manually searching multiple sources.
For: Zoo visitors who want enclosure-specific information and general facts about animals.
Examples
- Zoo tour guide agent: answers a question about where polar bears are located by calling the zoo MCP server for enclosure details and Wikipedia for information about their diet.
Behind this: 18 build steps · 11 tools and how each is used · how to validate demand · 7 things the video never answers.