Vinkius
Termii

Termii MCP. Manage multi-channel messaging and verification.

Claude Claude
ChatGPT ChatGPT
Cursor Cursor
Gemini Gemini
Windsurf Windsurf
VS Code VS Code
JetBrains JetBrains
Vercel Vercel
See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

Termii MCP on Cursor AI Code Editor MCP Client Termii MCP on Claude Desktop App MCP Integration Termii MCP on OpenAI Agents SDK MCP Compatible Termii MCP on Visual Studio Code MCP Extension Client Termii MCP on GitHub Copilot AI Agent MCP Integration Termii MCP on Google Gemini AI MCP Integration Termii MCP on Lovable AI Development MCP Client Termii MCP on Mistral AI Agents MCP Compatible Termii MCP on Amazon AWS Bedrock MCP Support

Just plug in your AI agents and start using Vinkius.

Termii connects your AI agent to global messaging channels (SMS, WhatsApp, Voice). It lets you send business messages, verify users with OTP codes, and manage API credentials—all from a single chat interface.

Check balance, list sender IDs, and programmatically handle multi-channel communication.

What your AI agents can do

Check balance

Retrieves your current account balance and credit usage for messaging services.

List sender ids

Returns a list of all sender IDs that are registered and ready to use on your account.

Send otp

Sends a one-time password (OTP) code to the specified recipient number.

+ 3 more capabilities included
Send SMS Messages

Sends a text message (SMS) to a specified recipient number.

Send WhatsApp Messages

Dispatches a business message via the WhatsApp platform.

Send One-Time Passwords (OTP)

Triggers the delivery of an OTP code to a user's device, often for verification.

Verify OTP Codes

Takes a provided code and confirms if it matches an active OTP record.

Check Account Balance

Retrieves the current remaining credit balance for messaging campaigns.

List Sender IDs

Returns a list of all registered and authorized sender identifiers available for use.

Supported MCP Clients

OAuth 2.0 Compatible
Vinkius runs on Claude Claude
Vinkius runs on ChatGPT ChatGPT
Vinkius runs on Cursor Cursor
Vinkius runs on Gemini Gemini
Vinkius runs on VS Code VS Code
Vinkius runs on JetBrains JetBrains
Vinkius runs on Vercel Vercel
Vinkius runs on Zendesk Zendesk
+ other MCP clients
Free for Subscribers

Waiting for input…

AI Agent

Termii MCP Server: 6 Tools for Global Communication

These tools let you programmatically manage messaging flows, verify users with OTPs, check balances, and list all authorized sender IDs.

Make your AI actually useful.

Add this MCP to Claude, Cursor, or Windsurf and your AI stops guessing. It gets real tools to look things up, take action, and handle the stuff you keep doing by hand.

Start using Termii on Vinkius
check019dd170

check balance

Retrieves your current account balance and credit usage for messaging services.

list019dd170

list sender ids

Returns a list of all sender IDs that are registered and ready to use on your account.

send019dd170

send otp

Sends a one-time password (OTP) code to the specified recipient number.

send019dd170

send sms

Sends a standard SMS text message to a mobile user worldwide.

send019dd170

send whatsapp

Sends a business-level chat message using the WhatsApp platform.

verify019dd170

verify otp

Checks if a provided one-time password (OTP) code is valid for the given user.

Choose How to Get Started

Build a custom MCP for your own tools, or connect a ready-made integration from our catalog.

Build Your Own

Turn any API into an MCP. Import a spec, define Agent Skills, or deploy with MCPFusion.

  • Import from OpenAPI, Swagger, or YAML specs
  • Create Agent Skills with progressive disclosure
  • Deploy to edge with MCPFusion framework
  • Built in DLP, auth, and compliance on every call
  • Real time usage dashboard and cost metering
  • Publish to catalog or keep private
Start building

Make Your AI Do More

Start with Termii, then connect any of our 4,800+ other servers whenever your AI needs more. One click, no limits.

  • Use this MCP plus 4,800+ others, all in one place
  • Add new capabilities to your AI anytime you want
  • Every connection is secured and compliant automatically
  • Track usage and costs across all your servers
  • Works with Claude, ChatGPT, Cursor, and more
  • New servers added to the catalog every week
Termii MCP server cover

Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Termii. 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.

VINKIUS INFRASTRUCTURE

Cloud Hosted

Managed infra

V8 Isolated

Sandboxed per request

Zero-Trust Proxy

No stored credentials

DLP Enforced

Policy on every call

GDPR Compliant

EU data residency

Token Compression

~60% cost reduction

Your data is protected. See how we built it.

Works with Claude, ChatGPT, Cursor, and more

The Model Context Protocol standardizes how applications expose capabilities to LLMs. Instead of operating in isolation, your AI gains direct access to external platforms, live data, and real-world actions through secure, standardized connections.

This server provides 6 capabilities that interface natively with Claude, ChatGPT, Cursor, and any MCP client. No middleware. No custom integration required.

Sending global messages usually means logging into three different platforms just to get started.

Today, sending a basic message requires juggling interfaces. You might log into your marketing dashboard for campaign details, then switch to the billing portal to check credit limits, and finally open the messaging app itself just to type in the recipient's number. It’s slow, it's error-prone, and you lose context every time.

With the Termii MCP Server, all of that is gone. You tell your agent: 'Send a message.' The agent handles checking the balance via `check_balance` and then executes the send using either `send_sms` or `send_whatsapp`. You get reliable delivery confirmation without touching three dashboards.

Termii MCP Server delivers secure, auditable communications.

Manually managing user verification is a headache. It involves generating the code, storing it temporarily, and then having a separate system to validate that code against an expiration timer. This complexity means delays and potential security gaps.

By using `send_otp` followed by `verify_otp`, you offload the entire secure flow to Termii's infrastructure. The process is atomic: trigger the code, confirm the code. It makes your user onboarding reliable and fast.

What you can do with this MCP connector

Termii connects your AI agent directly to global messaging channels for two things: sending messages and verifying users. You'll use this server when you need your agent to handle multi-channel communication—whether it’s a simple text blast or a secure login check.

Sending Messages

Sending Standard SMS: Your agent sends a regular text message (SMS) anywhere in the world using send_sms. You specify the recipient number, and your agent handles dispatching that standard mobile message. This is for basic communication when you just need to reach someone's phone line.

Sending WhatsApp Messages: For business-level chat communication, use send_whatsapp. Your agent sends a structured message through the official WhatsApp platform instead of relying on SMS infrastructure. It’s designed specifically for high-volume, professional messaging flows.

Handling User Verification (OTP)

This server manages secure user onboarding using One-Time Passwords (OTPs). You initiate verification by having your agent use send_otp. This function sends a unique, temporary code to the specified recipient number's device. Later, when you need to confirm that the user actually received and knows the code, your agent runs verify_otp.

You pass the provided code and the associated user details, and the tool checks if that OTP matches an active, unexpired record. It tells you immediately if the login attempt is valid.

Managing Accounts and IDs

Before sending anything, you gotta know what you're working with. Your agent can run list_sender_ids to pull a clean list of every sender ID registered on your account. This ensures that when messages go out, they use recognized, authorized branding—that’s key for delivery rates and trust.

For financial visibility, the server provides check_balance. Your agent executes this tool to retrieve your current remaining credit balance and usage data across all messaging services. You always know how much runway you've got left for your campaigns without having to check a separate dashboard.

How It Works With Your Agent

Your AI client connects to Termii, giving it the necessary API credentials. Instead of writing complex code flows, you just talk to your agent. You tell it: 'Send an OTP to 555-1234,' or 'Check if that code is valid.' The agent then uses these specific tools—send_otp, verify_otp, send_sms, send_whatsapp, check_balance, and list_sender_ids—to execute the commands against your live messaging account.

You’re running sophisticated, multi-channel communication flows using simple conversational prompts.

Built · Hosted · Managed by Vinkius Termii MCP Server - Multi-Channel Messaging & OTP Server ID 019dd171-2ae3-721d-8cf7-e6eb628823e5
Vinkius Inspector
Compliance Grade A+
Score 100/100
Vinkius Inspector Badge — Score 100/100

Common Questions About Termii MCP

How do I check my credit limit using Termii MCP Server? +

You use the check_balance tool. Just ask your agent to run 'check_balance.' It will retrieve your current account balance so you know exactly how much messaging credit you have available.

Can I send both SMS and WhatsApp messages with Termii MCP Server? +

Yes, absolutely. You can use the send_sms tool for standard texts or send_whatsapp for business chat messages; both are managed through the same unified server.

What is the best way to verify a user using Termii MCP Server? +

The recommended flow is to first call send_otp with the user's number. Once they respond, use the verify_otp tool with the code they provide.

Do I need to worry about my Sender ID when using Termii MCP Server? +

You should always check your registered IDs first by calling list_sender_ids. This ensures you use an authorized and active sender ID for maximum delivery reliability.

How do I use the 'send_otp' tool with Termii MCP Server? +

You must pass the necessary parameters in a JSON object to send an OTP code. This ensures you specify the target phone number and other required details for successful delivery.

What happens if I use 'send_whatsapp' with Termii MCP Server? +

You pass data as a JSON string when using the send_whatsapp tool. This allows you to format complex message content, ensuring compatibility with WhatsApp Business standards.

How does 'verify_otp' work within the Termii MCP Server workflow? +

The verify_otp tool requires you to submit a user-provided code for validation. The server checks this submitted code against the active session details to confirm identity.

Does 'list_sender_ids' help with compliance when using Termii MCP Server? +

Yes, list_sender_ids shows all registered Sender IDs available in your account. Checking this list helps you ensure you are using a recognized and authorized brand name for outgoing messages.

Can I send an OTP code for user verification via AI? +

Yes! Use the send_otp action. Provide the destination number, your Sender ID, and the message type in the JSON payload. Your agent will trigger the OTP delivery instantly.

How do I check my remaining account balance? +

Run the check_balance query. The agent will retrieve your current available credits directly from Termii, helping you monitor your messaging budget.

Is it possible to see my registered Sender IDs via AI? +

Absolutely. Use the list_sender_ids tool. Your agent will retrieve the complete list of all Sender IDs authorized for your account.

Built & Managed by Vinkius 30s setup 6 tools

We've already built the connector for Termii. 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.

Vinkius runs on Claude Claude
Vinkius runs on ChatGPT ChatGPT
Vinkius runs on Cursor Cursor
Vinkius runs on Gemini Gemini
Vinkius runs on Windsurf Windsurf
Vinkius runs on VS Code VS Code
Vinkius runs on JetBrains JetBrains
Vinkius runs on 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.