Productive.io MCP Server for Google ADKGive Google ADK instant access to 12 tools to Create Task, Get Api Status, Get Org Settings, and more
Google Agent Development Kit (ADK) is Google's framework for building production AI agents. Add Productive.io 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 Productive.io 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="productiveio_agent",
instruction=(
"You help users interact with Productive.io "
"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 Productive.io MCP Server
Connect your Productive.io account to any AI agent and take full control of your agency orchestration and project profitability through natural conversation. Productive is the premier platform for professional services automation, and this integration allows you to retrieve project metadata, monitor task statuses, and analyze financial budgets directly from your chat interface.
Google ADK natively supports Productive.io 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
- Project & Workflow Orchestration — List all managed projects and retrieve detailed metadata programmatically to ensure your team's delivery is always synchronized.
- Task & Resource Lifecycle Management — Access and monitor project tasks and retrieve detailed status metadata including assignees and deadlines directly from the AI interface.
- Financial & Budget Intelligence — Access project budgets and monitor sales deals via natural language to maintain a clear overview of organizational profitability.
- CRM & Client Control — List companies and search through your client database to stay informed about partner relationships using simple AI commands.
- Operational Monitoring — Track time logs, retrieve financial invoices, and manage organization metadata to ensure your agency is always optimized.
The Productive.io 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 Productive.io tools available for Google ADK
When Google ADK connects to Productive.io through Vinkius, your AI agent gets direct access to every tool listed below — spanning agency-management, time-tracking, resource-planning, 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.
Add new task
Check connection
Get organization info
Get project info
List financial invoices
List team members
List all projects
List organizations
List active budgets
List tasks
List open deals
List work logs
Connect Productive.io to Google ADK via MCP
Follow these steps to wire Productive.io 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 Productive.io MCP Server
Google ADK provides unique advantages when paired with Productive.io 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 Productive.io
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 Productive.io tools with BigQuery, Vertex AI, and Cloud Functions
Productive.io + Google ADK Use Cases
Practical scenarios where Google ADK combined with the Productive.io MCP Server delivers measurable value.
Enterprise data agents: ADK agents query Productive.io and cross-reference results with internal databases for comprehensive analysis
Multi-modal workflows: combine Productive.io tool responses with Gemini's vision and language capabilities in a single agent
Automated compliance checks: schedule ADK agents to query Productive.io regularly and flag policy violations or configuration drift
Internal tool platforms: build self-service agent platforms where teams connect their own MCP servers including Productive.io
Example Prompts for Productive.io in Google ADK
Ready-to-use prompts you can give your Google ADK agent to start working with Productive.io immediately.
"List all active projects in Productive.io."
"Show me the profitability analysis for all active projects with budget vs actual comparison."
"Log 6 hours of design work on the Brand Strategy project for today."
Troubleshooting Productive.io MCP Server with Google ADK
Common issues when connecting Productive.io to Google ADK through the Vinkius, and how to resolve them.
McpToolset not found
pip install --upgrade google-adkProductive.io + Google ADK FAQ
Common questions about integrating Productive.io MCP Server with Google ADK.
