BubblyPhone
RatesGet a US Number
Sign InGet Started
or
RatesGet a US NumberLocal NumbersToolsHubiOS AppAndroid AppAI Agents
Sign In with EmailGet Started
BubblyPhone

Affordable international calling for everyone. Crystal-clear calls to 200+ countries with transparent per-minute pricing.

200+ CountriesNo Hidden FeesWebRTC Powered

Product

  • Rates Calculator
  • Local US Numbers
  • Getting Started
  • iOS App
  • Android App
  • Business Solutions
  • For Businesses
  • AI Agent API

Learn

  • About BubblyPhone
  • Customer Reviews
  • Knowledge Hub
  • Blog
  • What is WebRTC?
  • VoIP Explained
  • Contact Us
  • Give Feedback

Support

  • Help Center
  • For AI agents (MCP)
  • Getting Started
  • Making Calls
  • Call Statuses
  • Why Calls Fail
  • Call Details
  • Transcription
  • Connection Test
  • Managing Contacts
  • Mobile Apps
  • Billing & Credits
  • Refunds
  • Account Settings
  • Troubleshooting
  • Error Codes

Compare

  • vs Rebtel
  • vs Yolla
  • vs Skype
  • vs Dialpad
  • vs Google Voice
  • All Comparisons

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy
  • Acceptable Use
  • Extension Privacy

Reference

Country Codes
US +1India +91Turkey +90Pakistan +92Germany +49Philippines +63Mexico +52UK +44Canada +1Australia +61France +33Japan +81Brazil +55China +86Italy +39Russia +7South Africa +27Nigeria +234Egypt +20Indonesia +62Vietnam +84Thailand +66Malaysia +60
Free Tools
All ToolsCountry Code LookupBest Time to CallCall Cost CalculatorCall Duration CalculatorPhone ValidatorVirtual Number CheckerArea Code LookupDialing GuideRoaming CalculatorCurrency ConverterSMS Character CounterSpam Number CheckerHoliday CalendarEmergency NumbersMicrophone TestCarrier LookupVoIP Speed TestCall Recording LawsWhatsApp Link GeneratorNumber FormatterQR Code GeneratorDTMF Tone GeneratorMorse Code TranslatorVoice RecorderVanity Number ConverterConference Call Planner
Popular Destinations
Call IndiaCall PhilippinesCall MexicoCall PakistanIndia RatesPhilippines RatesMexico RatesPakistan Rates
Local US Numbers
All StatesCalifornia NumbersDelaware NumbersFlorida NumbersGeorgia NumbersIllinois NumbersNevada NumbersNew York NumbersTexas NumbersWashington NumbersWyoming Numbers
Dialing Guides
How to Dial IndiaHow to Dial MexicoHow to Dial PhilippinesHow to Dial PakistanInternational CallingHow to Make Calls
Browse the Hub
Country CodesArea CodesFree CallingCountry GuidesComparisonsGuidesUse Cases

Stay in the loop

New rates, features and calling tips โ€” no spam.

More Projects by Vadim

DialMiloValue Agents

ยฉ 2026 BubblyPhone. All rights reserved.

Built by Vadimยท๐•in

For AI agents

BubblyPhone MCP server

Connect Claude, ChatGPT, Cursor or any client that speaks the Model Context Protocol to live BubblyPhone data: calling rates, call cost estimates, pricing, the help centre and US number availability. Read-only, no account, no API key.

Endpoint

https://bubblyphone.com/mcp

Transport: Streamable HTTP (JSON-RPC 2.0 over POST, stateless). Manifest: https://bubblyphone.com/.well-known/mcp

Connect

Claude

In Claude (web or desktop) open Settings โ†’ Connectors โ†’ Add custom connector, paste the endpoint URL above, and leave authentication empty. Then ask Claude anything about BubblyPhone rates or help.

Cursor, Windsurf, VS Code

Add to .cursor/mcp.json (or the equivalent MCP settings file):

{
  "mcpServers": {
    "bubblyphone": {
      "url": "https://bubblyphone.com/mcp"
    }
  }
}

Any HTTP client

One request, one answer. No session to open first:

curl -s https://bubblyphone.com/mcp \
  -H 'Content-Type: application/json' -H 'Accept: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_calling_rate","arguments":{"destination":"Austria"}}}'

Tools

ToolWhat it returnsExample prompt
get_calling_ratePer-minute price for a country, ISO code, or a full phone number.โ€œWhat does it cost to call Austria with BubblyPhone?โ€
list_calling_ratesEvery country with its lowest and highest rate and dial code.โ€œWhich is cheaper to call, Poland or Portugal?โ€
estimate_call_costCost of a call of a given length, plus the smallest top-up that covers it.โ€œHow much is a 20-minute call to +43 699 8136 2187?โ€
get_pricingTop-up packages, number fees, transcription and translation prices.โ€œHow does BubblyPhone billing work?โ€
search_helpSearch the help centre and get excerpts with links.โ€œWhy does my call say busy?โ€
get_help_articleThe full text of one help article by slug.โ€œShow me the refund policy.โ€
search_available_numbersUS local numbers available right now by area code, state or city.โ€œIs a 561 area code number available?โ€

When to use it

  • Someone needs to call a landline or mobile abroad and wants the real per-minute price before they decide.
  • Someone wants a US phone number for calls, texts and voicemail and asks what is available in their area.
  • An existing BubblyPhone user has a question the help centre already answers: failed calls, refunds, voicemail, numbers.

Not for emergency calls, not for sending SMS verification codes, and not for building automated AI voice agents. That last one is a separate product at agents.bubblyphone.com.

Limits and privacy

  • Every tool is read-only. Nothing here reads an account, spends credit, or places a call.
  • 60 requests per minute per client; number searches 10 per minute.
  • We log the tool name, the client name it announced, latency, and the arguments with any phone number reduced to its country prefix. Never a full number.
  • Prices come from the same tables that bill real calls and are refreshed hourly. Quote them as-is.

Prefer plain files? The same data is at /pricing.md, /rates.md and /help-md/index.md, and the site index for agents is /llms.txt. Questions: contact us.