Skip to main content
Glama
BACH-AI-Tools

Virtual Number MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
API_KEYYesAPI key for authentication

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
view_sms_historyA

View All received SMS for the given number and country id

get_number_by_country_idA

Get currently available numbers list by given country id

get_all_countriesA

Get the list of currently available countries

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.2/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: viewing SMS history, retrieving available numbers for a country, and listing countries. There is no overlap or ambiguity between them.

Naming Consistency5/5

All tool names follow a consistent verb_noun snake_case pattern (view_sms_history, get_number_by_country_id, get_all_countries). While 'view' and 'get' are different verbs, the overall style and structure are uniform and readable.

Tool Count5/5

With 3 tools, the server is well-scoped and within the ideal 3-15 range. Each tool covers a necessary aspect of the virtual number workflow without unnecessary bloat.

Completeness5/5

The tool set covers the full core workflow: discover countries, get available numbers for a country, and view SMS history for a number. There are no obvious gaps for the stated purpose of a virtual number service.

Maintenance

ActivityInactive
ResponsivenessNo issues