Pando MCP Server for Google ADKGive Google ADK instant access to 11 tools to Check Api Status, Create Indent, Get Indent Details, and more
Google Agent Development Kit (ADK) is Google's framework for building production AI agents. Add Pando 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 Pando app connector for Google ADK is a standout in the Industry Titans category — giving your AI agent 11 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="pando_agent",
instruction=(
"You help users interact with Pando "
"using 11 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 Pando MCP Server
Connect your Pando account to any AI agent and take full control of your transport management system (TMS) and fulfillment orchestration through natural conversation. Pando provides a world-class platform for logistics visibility, and this integration allows you to retrieve shipment metadata, manage vehicle indents, and monitor warehouse locations directly from your chat interface.
Google ADK natively supports Pando as an MCP tool provider. declare Vinkius Edge URL and the framework handles discovery, validation, and execution automatically. Combine 11 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
- Shipment & Carrier Orchestration — List all managed shipments and retrieve detailed status metadata programmatically to ensure your logistics pipeline is always synchronized.
- Vehicle Indent Tracking — Access and monitor your vehicle placement requests (indents) directly from the AI interface to optimize fleet allocation and reduce lead times.
- Location & Warehouse Intelligence — List and search through your master locations and warehouses via natural language to maintain a clear overview of your supply chain nodes.
- Material & Inventory Control — Access your registered materials database and retrieve unit metadata using simple AI commands.
- Operational Monitoring — Track system responses and manage shipment history to ensure your fulfillment operations are always optimized.
The Pando MCP Server exposes 11 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 11 Pando tools available for Google ADK
When Google ADK connects to Pando through Vinkius, your AI agent gets direct access to every tool listed below — spanning pando, tms-api, logistics-orchestration, 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.
Verify Pando API connectivity
Pass data as a JSON string. Create a new vehicle indent
Get details for a specific indent
Get specific shipment details
List all transport carriers
List all vehicle indents
List all warehouse locations
List all registered materials
List all configured routes
List all Pando shipments
List all registered vehicles
Connect Pando to Google ADK via MCP
Follow these steps to wire Pando 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 Pando MCP Server
Google ADK provides unique advantages when paired with Pando 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 Pando
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 Pando tools with BigQuery, Vertex AI, and Cloud Functions
Pando + Google ADK Use Cases
Practical scenarios where Google ADK combined with the Pando MCP Server delivers measurable value.
Enterprise data agents: ADK agents query Pando and cross-reference results with internal databases for comprehensive analysis
Multi-modal workflows: combine Pando tool responses with Gemini's vision and language capabilities in a single agent
Automated compliance checks: schedule ADK agents to query Pando regularly and flag policy violations or configuration drift
Internal tool platforms: build self-service agent platforms where teams connect their own MCP servers including Pando
Example Prompts for Pando in Google ADK
Ready-to-use prompts you can give your Google ADK agent to start working with Pando immediately.
"List all active shipments in my Pando account."
"Show me all available carriers and their fleet capacity for the Mumbai to Delhi route."
"Create a new vehicle indent request for 3 trucks from Delhi warehouse to Jaipur hub for tomorrow."
Troubleshooting Pando MCP Server with Google ADK
Common issues when connecting Pando to Google ADK through the Vinkius, and how to resolve them.
McpToolset not found
pip install --upgrade google-adkPando + Google ADK FAQ
Common questions about integrating Pando MCP Server with Google ADK.
