An Agent that can help find nearby restaurants with an address using custom MCP servers.
Built by Google Agent Development Kit
- Python3
- uv
- Create virtual env:
python3 -m venv ./venv - Activate venv:
source venv/bin/activate - Get Google api key and fill in
mcp_server/.env - Get Vertex AI Api Key and fill it in
sample_agent/agent/.env, note this is different from the above api key. This one is generated from Vertex AI Studio while the above key is generated from Google Cloud Console for google map api access. - Install dependencies:
pip install google-adkcd mcp-serveruv pip install -r pyproject.tomlcd ../sample_agent- Run
adk web - Have fun!
