Telekom Malaysia (TM) OIP MCP Server for Google ADK 10 tools — connect in under 2 minutes
Google Agent Development Kit (ADK) is Google's framework for building production AI agents. Add Telekom Malaysia (TM) OIP as an MCP tool provider through the Vinkius and your ADK agents can call every tool with full schema introspection.
ASK AI ABOUT THIS MCP SERVER
Vinkius supports streamable HTTP and SSE.
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="telekom_malaysia_tm_oip_agent",
instruction=(
"You help users interact with Telekom Malaysia (TM) OIP "
"using 10 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 Telekom Malaysia (TM) OIP MCP Server
Connect your AI agents to the Telekom Malaysia (TM) Open Innovation Platform (OIP), the industry-standard ecosystem based on TM Forum Open APIs. This MCP provides 10 tools to manage the full lifecycle of telecommunication services, from querying broadband product catalogs and checking coverage availability to automating service orders and monitoring real-time data consumption.
Google ADK natively supports Telekom Malaysia (TM) OIP as an MCP tool provider — declare the Vinkius Edge URL and the framework handles discovery, validation, and execution automatically. Combine 10 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
- Product Orchestration — List available broadband and mobile offerings with technical specs and pricing
- Service Fulfillment — Create and track service orders (TMF 641) for new installations and upgrades programmatically
- Usage Monitoring — Retrieve granular data consumption reports and monitor network usage patterns for active services
- Support & Billing — List active trouble tickets and retrieve account billing details via natural language
- Coverage Intelligence — Verify service reachability for any Malaysian street address before placing orders
The Telekom Malaysia (TM) OIP MCP Server exposes 10 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.
How to Connect Telekom Malaysia (TM) OIP to Google ADK via MCP
Follow these steps to integrate the Telekom Malaysia (TM) OIP MCP Server with Google ADK.
Install Google ADK
Run pip install google-adk
Replace the token
Replace [YOUR_TOKEN_HERE] with your Vinkius token
Create the agent
Save the code above and integrate into your ADK workflow
Explore tools
The agent will discover 10 tools from Telekom Malaysia (TM) OIP via MCP
Why Use Google ADK with the Telekom Malaysia (TM) OIP MCP Server
Google ADK provides unique advantages when paired with Telekom Malaysia (TM) OIP 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 Telekom Malaysia (TM) OIP
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 Telekom Malaysia (TM) OIP tools with BigQuery, Vertex AI, and Cloud Functions
Telekom Malaysia (TM) OIP + Google ADK Use Cases
Practical scenarios where Google ADK combined with the Telekom Malaysia (TM) OIP MCP Server delivers measurable value.
Enterprise data agents: ADK agents query Telekom Malaysia (TM) OIP and cross-reference results with internal databases for comprehensive analysis
Multi-modal workflows: combine Telekom Malaysia (TM) OIP tool responses with Gemini's vision and language capabilities in a single agent
Automated compliance checks: schedule ADK agents to query Telekom Malaysia (TM) OIP regularly and flag policy violations or configuration drift
Internal tool platforms: build self-service agent platforms where teams connect their own MCP servers including Telekom Malaysia (TM) OIP
Telekom Malaysia (TM) OIP MCP Tools for Google ADK (10)
These 10 tools become available when you connect Telekom Malaysia (TM) OIP to Google ADK via MCP:
check_service_availability
Verify broadband availability for a specific address
create_service_order
Place a new service order for broadband or mobile
get_account_billing
Get billing and account details for a customer
get_offering_details
Get detailed information for a specific product offering
get_order_details
Check the status of a specific service order
get_service_status
Retrieve real-time status for a specific service
get_usage_report
Monitor data consumption for a service
list_active_services
List active services in the inventory
list_product_offerings
List all broadband and telecom product offerings
list_trouble_tickets
List active support and network trouble tickets
Example Prompts for Telekom Malaysia (TM) OIP in Google ADK
Ready-to-use prompts you can give your Google ADK agent to start working with Telekom Malaysia (TM) OIP immediately.
"Check broadband availability for address '123 Jalan Ampang, Kuala Lumpur'."
"List the top 3 unifi plans from the product catalog."
"What is the data usage for service ID 'srv_tm_123' for the last month?"
Troubleshooting Telekom Malaysia (TM) OIP MCP Server with Google ADK
Common issues when connecting Telekom Malaysia (TM) OIP to Google ADK through the Vinkius, and how to resolve them.
McpToolset not found
pip install --upgrade google-adkTelekom Malaysia (TM) OIP + Google ADK FAQ
Common questions about integrating Telekom Malaysia (TM) OIP 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?
Connect Telekom Malaysia (TM) OIP with your favorite client
Step-by-step setup guides for every MCP-compatible client and framework:
Anthropic's native desktop app for Claude with built-in MCP support.
AI-first code editor with integrated LLM-powered coding assistance.
GitHub Copilot in VS Code with Agent mode and MCP support.
Purpose-built IDE for agentic AI coding workflows.
Autonomous AI coding agent that runs inside VS Code.
Anthropic's agentic CLI for terminal-first development.
Python SDK for building production-grade OpenAI agent workflows.
Google's framework for building production AI agents.
Type-safe agent development for Python with first-class MCP support.
TypeScript toolkit for building AI-powered web applications.
TypeScript-native agent framework for modern web stacks.
Python framework for orchestrating collaborative AI agent crews.
Leading Python framework for composable LLM applications.
Data-aware AI agent framework for structured and unstructured sources.
Microsoft's framework for multi-agent collaborative conversations.
Connect Telekom Malaysia (TM) OIP to Google ADK
Get your token, paste the configuration, and start using 10 tools in under 2 minutes. No API key management needed.
