Wherefour MCP Server for Google ADKGive Google ADK instant access to 12 tools to Get Inventory Item, Get Order, List Customers, and more
Google Agent Development Kit (ADK) is Google's framework for building production AI agents. Add Wherefour as an MCP tool provider through Vinkius and your ADK agents can call every tool with full schema introspection.
Ask AI about this App Connector for Google ADK
The Wherefour app connector for Google ADK is a standout in the Industry Titans category — giving your AI agent 12 tools to work with, ready to go from day one.
Vinkius delivers Streamable HTTP and SSE to any MCP client
from google.adk.agents import Agent
from google.adk.tools.mcp_tool import McpToolset
from google.adk.tools.mcp_tool.mcp_session_manager import (
StreamableHTTPConnectionParams,
)
# Your Vinkius token. get it at cloud.vinkius.com
mcp_tools = McpToolset(
connection_params=StreamableHTTPConnectionParams(
url="https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp",
)
)
agent = Agent(
model="gemini-2.5-pro",
name="wherefour_agent",
instruction=(
"You help users interact with Wherefour "
"using 12 available tools."
),
tools=[mcp_tools],
)
* Every MCP server runs on Vinkius-managed infrastructure inside AWS - a purpose-built runtime with per-request V8 isolates, Ed25519 signed audit chains, and sub-40ms cold starts optimized for native MCP execution. See our infrastructure
About Wherefour MCP Server
Connect your Wherefour account to any AI agent to automate your inventory management, production tracking, and lot traceability. Wherefour provides a specialized ERP platform for manufacturers and producers to maintain end-to-end transparency across their supply chain.
Google ADK natively supports Wherefour as an MCP tool provider. declare Vinkius Edge URL and the framework handles discovery, validation, and execution automatically. Combine 12 tools with Gemini's long-context reasoning for complex multi-tool workflows, with production-ready session management and evaluation built in.
What you can do
- Inventory & Catalog Orchestration — List and search inventory items with detailed metadata, including product codes and manufacturing specifications.
- Lot Traceability — Access stock lot details and batch information to maintain comprehensive quality control and compliance.
- Order Management — Retrieve and monitor sales orders and production orders to keep your manufacturing workflow on track.
- Stakeholder Directory — Access and manage your database of customers, vendors, and suppliers programmatically.
- Financial Insights — Retrieve billing invoices and purchase records directly from the AI interface to monitor operational costs.
- Resource Navigation — Explore storage locations and manufacturing formulas using natural language commands.
The Wherefour MCP Server exposes 12 tools through the Vinkius. Connect it to Google ADK in under two minutes — no API keys to rotate, no infrastructure to provision, no vendor lock-in. Your configuration, your data, your control.
All 12 Wherefour tools available for Google ADK
When Google ADK connects to Wherefour through Vinkius, your AI agent gets direct access to every tool listed below — spanning lot-traceability, production-tracking, manufacturing, and more. Every call is secured with network, filesystem, subprocess, and code evaluation entitlements inside a sandboxed runtime. Beyond a simple connection, you get a full AI Gateway with real-time visibility into agent activity, enterprise governance, and optimized token usage.
Get details of a specific inventory item
Get details of a specific order
List all customers
List production formulas/recipes
List all inventory items
List customer invoices
List storage locations
List all sales and production orders
List purchase records
List all stock lots
List all vendors/suppliers
Search for inventory items
Connect Wherefour to Google ADK via MCP
Follow these steps to wire Wherefour into Google ADK. The entire setup takes under two minutes — your credentials stay safe behind the Vinkius.
Install Google ADK
pip install google-adkReplace the token
[YOUR_TOKEN_HERE] with your Vinkius tokenCreate the agent
Explore tools
Why Use Google ADK with the Wherefour MCP Server
Google ADK provides unique advantages when paired with Wherefour through the Model Context Protocol.
Google ADK natively supports MCP tool servers. declare a tool provider and the framework handles discovery, validation, and execution
Built on Gemini models, ADK provides long-context reasoning ideal for complex multi-tool workflows with Wherefour
Production-ready features like session management, evaluation, and deployment come built-in. not bolted on
Seamless integration with Google Cloud services means you can combine Wherefour tools with BigQuery, Vertex AI, and Cloud Functions
Wherefour + Google ADK Use Cases
Practical scenarios where Google ADK combined with the Wherefour MCP Server delivers measurable value.
Enterprise data agents: ADK agents query Wherefour and cross-reference results with internal databases for comprehensive analysis
Multi-modal workflows: combine Wherefour tool responses with Gemini's vision and language capabilities in a single agent
Automated compliance checks: schedule ADK agents to query Wherefour regularly and flag policy violations or configuration drift
Internal tool platforms: build self-service agent platforms where teams connect their own MCP servers including Wherefour
Example Prompts for Wherefour in Google ADK
Ready-to-use prompts you can give your Google ADK agent to start working with Wherefour immediately.
"Search our inventory for 'Organic Cane Sugar' and pull up the production formula that uses it for the upcoming beverage batch."
"Check the lot traceability for batch 'L-2024-QT3' of Arabica Coffee Beans and tell me which warehouse location it is currently stored in."
"List all pending production orders for 'Acme Supermarkets' and verify if their latest invoice from last month has been paid."
Troubleshooting Wherefour MCP Server with Google ADK
Common issues when connecting Wherefour to Google ADK through the Vinkius, and how to resolve them.
McpToolset not found
pip install --upgrade google-adkWherefour + Google ADK FAQ
Common questions about integrating Wherefour MCP Server with Google ADK.
