2,500+ MCP servers ready to use
Vinkius

Telekom Malaysia (TM) OIP MCP Server for Google ADK 10 tools — connect in under 2 minutes

Built by Vinkius GDPR 10 Tools SDK

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.

Vinkius supports streamable HTTP and SSE.

python
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],
)
Telekom Malaysia (TM) OIP
Fully ManagedVinkius Servers
60%Token savings
High SecurityEnterprise-grade
IAMAccess control
EU AI ActCompliant
DLPData protection
V8 IsolateSandboxed
Ed25519Audit chain
<40msKill switch
Stream every event to Splunk, Datadog, or your own webhook in real-time

* 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.

01

Install Google ADK

Run pip install google-adk

02

Replace the token

Replace [YOUR_TOKEN_HERE] with your Vinkius token

03

Create the agent

Save the code above and integrate into your ADK workflow

04

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.

01

Google ADK natively supports MCP tool servers — declare a tool provider and the framework handles discovery, validation, and execution

02

Built on Gemini models, ADK provides long-context reasoning ideal for complex multi-tool workflows with Telekom Malaysia (TM) OIP

03

Production-ready features like session management, evaluation, and deployment come built-in — not bolted on

04

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.

01

Enterprise data agents: ADK agents query Telekom Malaysia (TM) OIP and cross-reference results with internal databases for comprehensive analysis

02

Multi-modal workflows: combine Telekom Malaysia (TM) OIP tool responses with Gemini's vision and language capabilities in a single agent

03

Automated compliance checks: schedule ADK agents to query Telekom Malaysia (TM) OIP regularly and flag policy violations or configuration drift

04

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:

01

check_service_availability

Verify broadband availability for a specific address

02

create_service_order

Place a new service order for broadband or mobile

03

get_account_billing

Get billing and account details for a customer

04

get_offering_details

Get detailed information for a specific product offering

05

get_order_details

Check the status of a specific service order

06

get_service_status

Retrieve real-time status for a specific service

07

get_usage_report

Monitor data consumption for a service

08

list_active_services

List active services in the inventory

09

list_product_offerings

List all broadband and telecom product offerings

10

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.

01

"Check broadband availability for address '123 Jalan Ampang, Kuala Lumpur'."

02

"List the top 3 unifi plans from the product catalog."

03

"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.

01

McpToolset not found

Update: pip install --upgrade google-adk

Telekom Malaysia (TM) OIP + Google ADK FAQ

Common questions about integrating Telekom Malaysia (TM) OIP MCP Server with Google ADK.

01

How does Google ADK connect to MCP servers?

Import the MCP toolset class and pass the server URL. ADK discovers and registers all tools automatically, making them available to your agent's tool-use loop.
02

Can ADK agents use multiple MCP servers?

Yes. Declare multiple MCP tool providers in your agent configuration. ADK merges all tool schemas and the agent can call tools from any server in a single turn.
03

Which Gemini models work best with MCP tools?

Gemini 2.0 Flash and Pro models both support function calling required for MCP tools. Flash is recommended for latency-sensitive use cases, Pro for complex reasoning.

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.