Manage phone numbers, SMS/MMS, voicemail, faxing, and call routing for your VoIP.ms account.
claude mcp add voipms-mcp --transport http https://voipms-mcp.ecliptical.io/mcp
~/.cursor/mcp.json
{
"mcpServers": {
"voipms-mcp": {
"url": "https://voipms-mcp.ecliptical.io/mcp"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"voipms-mcp": {
"serverUrl": "https://voipms-mcp.ecliptical.io/mcp"
}
}
}
.vscode/mcp.json
{
"servers": {
"voipms-mcp": {
"type": "http",
"url": "https://voipms-mcp.ecliptical.io/mcp"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"voipms-mcp": {
"url": "https://voipms-mcp.ecliptical.io/mcp"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"voipms-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://voipms-mcp.ecliptical.io/mcp"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://voipms-mcp.ecliptical.io/mcp | none |
Great docs mapping to real tool behavior. Auth was painless.
Used it in a multi-step workflow; results were consistent.
Solid tool — did exactly what the schema promised on the first call.
Used it in a multi-step workflow; results were consistent.
Solid tool — did exactly what the schema promised on the first call.
Clean install config, worked in Claude Code out of the box.
POST /mcp