@mukundakatta/phone-mcp
v0.1.0
Published
MCP server: parse, validate, and format phone numbers (E.164, international, national).
Maintainers
Readme
phone-mcp
MCP server: parse, validate, and format phone numbers worldwide. Backed by
libphonenumber-js (Google's libphonenumber data).
Tools
parse
{ "input": "(415) 555-0100", "default_country": "US" }→
{
"valid": true,
"country": "US",
"country_calling_code": "1",
"national_number": "4155550100",
"e164": "+14155550100",
"international": "+1 415 555 0100",
"national": "(415) 555-0100",
"type": "FIXED_LINE_OR_MOBILE"
}format
{ "input": "+14155550100", "style": "international" }→ "+1 415 555 0100"
Styles: e164 (+14155550100), international, national, rfc3966 (tel URI).
Configure
{ "mcpServers": { "phone": { "command": "npx", "args": ["-y", "@mukundakatta/phone-mcp"] } } }License
MIT.
