4,500+ servers built on MCP Fusion
Vinkius
Nubarium logo
Vinkius
Google ADK logo

How to Use the Nubarium MCP in Google ADK

Feed verified Mexican corporate and identity data into your Google ADK agent pipelines.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

Nubarium MCP on Cursor AI Code Editor MCP Client Nubarium MCP on Claude Desktop App MCP Integration Nubarium MCP on OpenAI Agents SDK MCP Compatible Nubarium MCP on Visual Studio Code MCP Extension Client Nubarium MCP on GitHub Copilot AI Agent MCP Integration Nubarium MCP on Google Gemini AI MCP Integration Nubarium MCP on Lovable AI Development MCP Client Nubarium MCP on Mistral AI Agents MCP Compatible Nubarium MCP on Amazon AWS Bedrock MCP Support
MCP Servers - Free for Subscribers
Google ADK

Connect Nubarium MCP to Google ADK

Create your Vinkius account to connect Nubarium 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.

GDPR Free for Subscribers

Search Mexican companies inside Google ADK

The `search_mex_companies` tool allows your Gemini-powered agent to look up registered entities in Mexico by their legal name. This tool feeds clean corporate names directly into your long-context reasoning loops, preventing identity mismatches before you write data to BigQuery. After finding a candidate, the agent triggers `get_mex_company_details` to pull registration dates, tax addresses, and business classifications. Because the Google ADK handles massive context windows, your agent can analyze hundreds of company profiles simultaneously to flag high-risk entities.

Validate RFC and CURP details at scale

The `validate_mex_rfc` tool queries live Mexican tax databases to verify that a specific RFC is active and valid. This tool acts as a critical checkpoint in your automated procurement pipelines, rejecting invalid tax IDs before they enter your Vertex AI workflows. For individual validation, the agent uses `validate_mex_curp` to verify identity records against official government sources. Running this MCP Server on Google Cloud means your agent can cross-reference these identity checks with existing customer files stored in your cloud databases.

Check legal representatives using this MCP Server

The `validate_mex_legal_representative` tool verifies whether an individual's CURP is authorized to sign on behalf of a specific corporate RFC. This tool automates corporate onboarding checks, allowing your agent to approve or reject contracts without human intervention. To keep an eye on operational costs, your agent can call `get_api_usage` to fetch your current consumption metrics. This prevents unexpected API overages when running high-volume batch validation jobs across your enterprise data pipelines.

Setup guide

Set up Nubarium MCP in Google ADK

Prerequisites

  • Python 3.10+ installed
  • google-adk package (pip install google-adk)
  • Active Vinkius subscription with a valid endpoint token
  1. 1

    Install Google ADK

    Run pip install google-adk to install the Agent Development Kit. MCP support is included via the McpToolset class.

  2. 2

    Connect via SSE transport

    Use McpToolset.from_server() with SseServerParams pointing to your Vinkius endpoint. Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com.

  3. 3

    Create an LlmAgent

    Pass the returned mcp_tools list directly to LlmAgent(tools=mcp_tools). The ADK maps each MCP tool to a native Gemini function call — no manual schema definitions required.

  4. 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 Nubarium tools in your ADK agent.

agent.py
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="Nubarium_agent",
    model="gemini-2.0-flash",
    instruction="You have access to Nubarium 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 Nubarium. 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 Nubarium MCP in Google ADK

Install the package and initialize McpToolset with your HTTP MCP Server endpoint. Pass the toolset directly to your agent configuration so Gemini can access the Mexican registry tools.
Yes, you can use the tool names filter in the toolset parameters to expose only specific tools like RFC verification. This keeps your agent focused on compliance tasks and reduces token overhead.
The agent uses `get_mex_company_details` to retrieve official registration metadata. Your agent can then feed this structured JSON directly into Vertex AI models for risk scoring.
Call `get_api_usage` to retrieve real-time request counts. This helps you track your billing status directly from your monitoring dashboards.
All RFC and CURP payloads processed by this MCP Server are handled in an isolated runtime environment that does not write to disk. This ensures your customer tax records are processed ephemerally and never exposed to public networks.

Start using the Nubarium MCP today

We host it, we monitor it, we maintain it. You just paste one token.

Built & Managed by Vinkius 30s setup 6 tools

We've already built the connector for Nubarium. Just plug in your AI agents and start using Vinkius.

No hosting. No infrastructure. No complex setup.
All 6 tools are live and waiting. You're up and running in seconds.

Claude Claude
ChatGPT ChatGPT
Cursor Cursor
Gemini Gemini
Windsurf Windsurf
VS Code VS Code
JetBrains JetBrains
Vercel Vercel
+ other MCP clients

Vinkius gives your AI agents access to the full catalog of app connectors, all fully managed, secure, and enterprise-ready. One subscription, every tool you need.

Zero hosting required Full MCP catalog included Enterprise-grade security Auto-updated by Vinkius

Built, hosted, and secured by Vinkius. You just connect and go.