How to Use the More Trees MCP in Google ADK
Run enterprise-scale tree planting and track carbon offsets using Google ADK agents and BigQuery datasets.
Works with every AI agent you already use
…and any MCP-compatible client
Connect More Trees MCP to Google ADK
Create your Vinkius account to connect More Trees to Google ADK and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Scale carbon tracking with Google ADK
The `list_transactions` tool allows Google ADK agents to pull entire histories of More Trees activities directly into your enterprise workflows via this MCP setup. You can feed thousands of More Trees transaction rows into Gemini's long-context window to analyze seasonal spending trends. By combining this with `get_impact_report`, your Google ADK agent calculates total More Trees carbon offset metrics against your cloud footprint. This turns raw More Trees environmental data into actionable insights for your Google Cloud executive team.
Verify planting status across global projects
The `get_planting_status` tool gives your Google ADK agent real-time updates on pending More Trees orders. When your Google ADK agent processes bulk transactions from BigQuery, it cross-references this status to update your internal More Trees ledgers. If a project stalls, the Google ADK agent queries `get_project` to check alternative active More Trees sites. This ensures your Google ADK sustainability budget is always directed to active, verified More Trees projects.
Generate certificates for enterprise audits
The `get_certificate` tool enables your Google ADK agent to fetch PDF certificates from More Trees for compliance reporting. This MCP Server allows your enterprise Google ADK agent to run these queries automatically, storing the resulting files directly in Google Cloud Storage. Running `get_forest` alongside these audits lets you map your company's virtual More Trees forest growth over time. Your Google ADK agent can present this visual More Trees progress to stakeholders during quarterly reviews.
Set up More Trees MCP in Google ADK
Prerequisites
- Python 3.10+ installed
-
google-adkpackage (pip install google-adk) - Active Vinkius subscription with a valid endpoint token
- 1
Install Google ADK
Run
pip install google-adkto install the Agent Development Kit. MCP support is included via theMcpToolsetclass. - 2
Connect via SSE transport
Use
McpToolset.from_server()withSseServerParamspointing to your Vinkius endpoint. Replace[YOUR_TOKEN_HERE]with your token from cloud.vinkius.com. - 3
Create an LlmAgent
Pass the returned
mcp_toolslist directly toLlmAgent(tools=mcp_tools). The ADK maps each MCP tool to a native Gemini function call — no manual schema definitions required. - 4
Run with any Gemini model
The agent works with any Gemini model (
gemini-2.0-flash,gemini-2.5-pro, etc.). Copy the full example on the right to get started with More Trees tools in your ADK agent.
from google.adk.agents import LlmAgent
from google.adk.tools.mcp_tool.mcp_toolset import McpToolset
from google.adk.tools.mcp_tool.mcp_session_manager import SseServerParams
# Connect to the MCP via SSE
mcp_tools, exit_stack = await McpToolset.from_server(
connection_params=SseServerParams(
url="https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
)
)
# Create your agent with auto-discovered tools
agent = LlmAgent(
name="More Trees_agent",
model="gemini-2.0-flash",
instruction="You have access to More Trees tools via MCP.",
tools=mcp_tools,
) Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by More Trees. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about More Trees MCP in Google ADK
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the More Trees MCP today
We host it, we monitor it, we maintain it. You just paste one token.