InternationalCall.co dialing
Server Details
Exact international dialing instructions for any country or number, plus per-minute call prices.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP · MCP 2025-11-25
- URL
TDQS
Scored across 2 tools
The two tools have entirely distinct purposes: one provides pricing/billing details, the other provides dialing instructions. There is no overlap in inputs or outputs that would confuse an agent.
Both tools follow a consistent get_<noun> pattern, making the action and object immediately clear. The naming is predictable and uniform.
Two tools is slightly below the typical well-scoped range, but it fits this server's narrow informational purpose: price and dialing instructions. Each tool earns its place, so the count is reasonable rather than thin.
For the stated domain of international call pricing and dialing instructions, the surface is complete: it covers the two things a user needs to know before calling. There are no obvious missing operations, and the descriptions indicate robust handling of prefixes and free-call eligibility.
Available Tools
2 toolsget_call_pricePrice of a call from the browserARead-onlyIdempotentInspect
Per-minute price of calling a country, or a specific number, from a web browser with InternationalCall.co: live rates, whether the free welcome credit covers a first call, how billing works, and a link that opens the dialer set to that country. A number in a dearer prefix range (premium, satellite-adjacent, special services) is quoted at its own higher rate.
| Name | Required | Description | Default |
|---|---|---|---|
| number | No | A specific phone number, as the caller has it: local format ("55 1234 5678", needs destination) or international ("+52 55 1234 5678"). | |
| destination | No | Country being called: an ISO 3166-1 alpha-2 code such as "MX", or an English name such as "Mexico". |
Output Schema
| Name | Required | Description |
|---|---|---|
| note | Yes | |
| number | Yes | |
| billing | Yes | |
| callUrl | Yes | |
| callable | Yes | |
| pricingUrl | Yes | |
| destination | Yes | |
| welcomeCredit | Yes | |
| pricePerMinute | Yes | |
| firstCallCovered | Yes | |
| numberPricePerMinute | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Beyond the annotations (readOnlyHint, idempotentHint, destructiveHint), the description discloses meaningful behavioral details: live rates, how billing works, whether free welcome credit covers the first call, and that the response includes a dialer link set to the country. It also flags that premium, satellite-adjacent, and special-service numbers are quoted at their own higher rate. This substantially exceeds what annotations convey and contains no contradictions.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The core purpose is front-loaded in a clear first phrase, followed by a list of value-added outputs and a single second sentence for an edge case. It is somewhat list-heavy but every clause contributes, and there is no redundant filler or restatement of the tool name.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a read-only, zero-required-parameter price tool with an output schema, the description is complete. It explains what result content will be returned, the country-versus-number input distinction, premium prefix behavior, and the dialer link. An agent has all the context needed to invoke it correctly without additional clarification.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so both 'number' and 'destination' are already fully documented in the input schema. The description adds a useful behavioral nuance (dearer prefixes get their own rate) but does not introduce new parameter semantics or format guidance beyond the schema. The baseline 3 applies.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states a clear verb and resource: it retrieves the per-minute price of calling a country or a specific number from a web browser. It enumerates additional outputs (live rates, free-credit check, billing, dialer link) and the title adds scope. However, it does not explicitly distinguish itself from the sibling get_dialing_instructions, so it earns a 4 rather than a 5.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies this tool is for price lookups, but it never says when to use it versus get_dialing_instructions or provides any exclusion criteria. There is no explicit when-to-use or when-not-to-use guidance, leaving the agent to infer the tool's niche from its name and purpose.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_dialing_instructionsHow to dial an international numberARead-onlyIdempotentInspect
Exact dialing instructions from one country to another: the digits to press (exit code, country code, and the national number with any trunk prefix correctly dropped or kept), the + form for mobiles, and step-by-step guidance. Pass a specific number to get its exact dial sequence, or just the destination for the rule and a real example. Derived from Google's libphonenumber metadata.
| Name | Required | Description | Default |
|---|---|---|---|
| number | No | A specific phone number, as the caller has it: local format ("55 1234 5678", needs destination) or international ("+52 55 1234 5678"). | |
| origin | No | Country the caller is dialing from (default "US"): an ISO 3166-1 alpha-2 code such as "MX", or an English name such as "Mexico". | |
| destination | No | Country being called: an ISO 3166-1 alpha-2 code such as "MX", or an English name such as "Mexico". |
Output Schema
| Name | Required | Description |
|---|---|---|
| kind | Yes | |
| note | Yes | |
| steps | Yes | |
| number | Yes | |
| origin | Yes | |
| callUrl | Yes | |
| guideUrl | Yes | |
| isExample | Yes | |
| trunkRule | Yes | |
| destination | Yes | |
| dialSequence | Yes | |
| fromAnyMobile | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, idempotentHint=true, destructiveHint=false. The description adds context about the data source ('Derived from Google's libphonenumber metadata') and the deterministic nature ('Exact dialing instructions'), which is useful for the agent. No contradictions.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Three sentences with no fluff. The first sentence front-loads the core function, the second explains input modes, and the third gives provenance. Every sentence is valuable.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the read-only, idempotent annotations and an output schema, the description is sufficiently complete. It explains what the tool returns (digits, + form, step-by-step guidance) and the input scenarios. It misses explicit error handling, but the output schema likely covers that.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% since each parameter has a clear description. The description enriches semantics by explaining parameter combinations: passing number yields exact sequence, omitting number and passing destination yields rule and example. This goes beyond the schema's simple field definitions.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
States a specific verb+resource: 'Exact dialing instructions from one country to another' with clear output details (exit code, country code, national number, + form). It distinguishes from sibling get_call_price by focusing on dialing sequence rather than price, though it does not explicitly name the sibling.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Provides clear usage context: pass a specific number for exact sequence, or just destination for rule and example. This tells the agent when to use different parameter combinations. It does not explicitly compare to sibling get_call_price, but the distinct purpose makes the alternative obvious.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections.
2 tool updates
- First observed
get_call_price - First observed
get_dialing_instructions
Related MCP Connectors
International call & VoIP rates: per-minute prices to call 200+ countries, comparison, dialing help.
Africa FX, US carrier/broker checks, OFAC screening — paid per call via x402.
Country guides, customs rules, mover directory and quote requests for 155+ countries
Search prepaid travel eSIM data plans for 200+ countries with live prices and a buy link.
Related MCP Servers
- AlicenseNot gradedqualityBmaintenanceValidates phone numbers and provides country calling codes, enabling AI agents to look up international dialing codes and filter by country name, ISO code, or calling code.177 npmMIT
- AlicenseNot gradedqualityCmaintenanceFormat, validate and normalize international phone numbers, work out exactly how to dial one country from another, clean phone columns in CRM or contact exports, and find calling windows across time zones — using the countrycalling.codes API and MCP server.MIT
- AlicenseNot gradedqualityDmaintenanceLive gas prices with gwei tiers, USD cost estimates, and congestion level. Time your transactions perfectly with pay-per-call via x402.MIT
- AlicenseNot gradedqualityCmaintenanceEnables validating phone numbers and retrieving carrier, line type, country, and location details, as well as listing supported countries and dialing prefixes.258 npmMIT
Glama MCP Gateway
Add one secure layer between your agents and this server.