Catalog
Warp
Officialby Ringer · TypeScript
SIP trunking, numbers, porting, messaging, billing, and CDR analytics on the Ringer WARP platform
SIP trunking, numbers, porting, messaging, billing, and CDR analytics on the Ringer WARP platform
README not available yet.
Install
Configuration
Environment variables
WARP_API_TOKENrequiredsecretWARP API key (rk_...) — minted in the WARP portal at https://warp.ringer.tel under Settings → API Keys
claude_desktop_config.json
{
"mcpServers": {
"warp": {
"command": "npx",
"args": [
"-y",
"warp-mcp@1.0.2"
],
"env": {
"WARP_API_TOKEN": "<YOUR_WARP_API_TOKEN>"
}
}
}
}