Regex Toolkit MCP Server for Google ADKGive Google ADK instant access to 3 tools to Extract Pattern, Mask Sensitive Data, Validate Pattern
Google Agent Development Kit (ADK) is Google's framework for building production AI agents. Add Regex Toolkit as an MCP tool provider through Vinkius and your ADK agents can call every tool with full schema introspection.
Ask AI about this MCP Server for Google ADK
The Regex Toolkit MCP Server for Google ADK is a standout in the Developer Tools category — giving your AI agent 3 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="regex_toolkit_agent",
instruction=(
"You help users interact with Regex Toolkit "
"using 3 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 Regex Toolkit MCP Server
Parsing unstructured text to find contact information is a classic LLM vulnerability. AI models often "guess" email boundaries or invent fake phone numbers when summarizing text. The Regex Toolkit MCP enforces strict mathematical patterns to guarantee 100% extraction and validation accuracy.
Google ADK natively supports Regex Toolkit as an MCP tool provider. declare Vinkius Edge URL and the framework handles discovery, validation, and execution automatically. Combine 3 tools with Gemini's long-context reasoning for complex multi-tool workflows, with production-ready session management and evaluation built in.
The Superpowers
- Flawless Extraction: Pull every single valid Email, URL, or Phone number from a giant block of text instantly into a clean JSON array.
- Zero-Trust Validation: Ensure that user inputs are structurally perfect before passing them to external databases or CRMs.
- PII Redaction Engine: Instantly mask sensitive client data (
[EMAIL_REDACTED]) before generating public reports or passing context to unsecure layers. - Privacy First (Local): Your data never leaves your infrastructure. The regex engine compiles and executes entirely locally.
The Regex Toolkit MCP Server exposes 3 tools through the Vinkius. Connect it to Google ADK in under two minutes — credentials fully managed, no infrastructure to provision, no vendor lock-in. Your configuration, your data, your control.
All 3 Regex Toolkit tools available for Google ADK
When Google ADK connects to Regex Toolkit through Vinkius, your AI agent gets direct access to every tool listed below — spanning regex, data-redaction, input-validation, and more. Every call runs in a secure, isolated environment with full audit visibility. Beyond a simple connection, you get real-time monitoring of agent activity, enterprise governance, and optimized token usage.
Extract pattern on Regex Toolkit
Extracts all unique emails, URLs, or phone numbers from a large body of text
Mask sensitive data on Regex Toolkit
Redacts sensitive PII (emails, phones, URLs) from a text blob by replacing them with [REDACTED] tags
Validate pattern on Regex Toolkit
Validates if a single string perfectly matches an email, URL, or phone format
Connect Regex Toolkit to Google ADK via MCP
Follow these steps to wire Regex Toolkit into Google ADK. The entire setup takes under two minutes — your credentials stay safe behind 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 Regex Toolkit MCP Server
Google ADK provides unique advantages when paired with Regex Toolkit 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 Regex Toolkit
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 Regex Toolkit tools with BigQuery, Vertex AI, and Cloud Functions
Regex Toolkit + Google ADK Use Cases
Practical scenarios where Google ADK combined with the Regex Toolkit MCP Server delivers measurable value.
Enterprise data agents: ADK agents query Regex Toolkit and cross-reference results with internal databases for comprehensive analysis
Multi-modal workflows: combine Regex Toolkit tool responses with Gemini's vision and language capabilities in a single agent
Automated compliance checks: schedule ADK agents to query Regex Toolkit regularly and flag policy violations or configuration drift
Internal tool platforms: build self-service agent platforms where teams connect their own MCP servers including Regex Toolkit
Example Prompts for Regex Toolkit in Google ADK
Ready-to-use prompts you can give your Google ADK agent to start working with Regex Toolkit immediately.
"Extract all email addresses from this massive support ticket transcript."
"Mask all sensitive phone numbers and emails in this document before I save it to the public database."
"Verify if 'https://www.vinkius.com/dashboard?user=123' is a mathematically valid URL."
Troubleshooting Regex Toolkit MCP Server with Google ADK
Common issues when connecting Regex Toolkit to Google ADK through Vinkius, and how to resolve them.
McpToolset not found
pip install --upgrade google-adkRegex Toolkit + Google ADK FAQ
Common questions about integrating Regex Toolkit MCP Server with Google ADK.
How does Google ADK connect to MCP servers?
Can ADK agents use multiple MCP servers?
Which Gemini models work best with MCP tools?
Explore More MCP Servers
View all →
InvoiceXpress (Online Invoicing)
16 toolsManage invoicing via InvoiceXpress — create clients, track payments, and manage invoices and estimates in Portugal.

Zoho Desk
13 toolsAI-powered helpdesk: manage tickets, contacts, and support workflows via agents.

Anyscale
7 toolsOrchestrate your Anyscale infrastructure — manage LLM queries, vectors, services, and cluster batch jobs directly from your AI agent.

ClickHouse (Vector Search)
7 toolsManage vector embeddings and SQL via ClickHouse — list databases, execute SQL, and perform high-speed vector searches directly from any AI agent.
