II.
ToolServer JSON
Structured · livetool-server:mcp-saperly
Saperly Phone MCP Server json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool-server:mcp-saperly",
"_kind": "ToolServer",
"_file": "extensions/tool-servers/mcp-telephony.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "Saperly Phone MCP Server",
"description": "MCP server that gives AI agents a phone number with telephony\ncapabilities. Enables voice calls, SMS sending and receiving, and\nphone-based identity verification. Agents can initiate outbound\ncalls, handle inbound call routing, and integrate telephony into\nmulti-step workflows.\n",
"protocol": "mcp",
"category": "communication",
"repoUrl": "https://github.com/Saperly/saperly-mcp",
"maintainer": "Saperly",
"mcpTransports": [
"mcp-transport:stdio"
]
},
"outgoingEdges": [
{
"from": "tool-server:mcp-saperly",
"to": "stack-part:sms-delivery",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "tool-server:mcp-saperly",
"to": "tool:saperly",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "tool-server:mcp-saperly",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {}
},
{
"from": "tool-server:mcp-saperly",
"to": "domain:operations",
"kind": "lib_applies_to_domain",
"attributes": {}
},
{
"from": "tool-server:mcp-saperly",
"to": "capability:supports-telephony",
"kind": "supports",
"attributes": {
"level": "full",
"notes": "Voice calls, SMS, and phone verification via MCP tools."
}
},
{
"from": "tool-server:mcp-saperly",
"to": "capability:supports-voice-io",
"kind": "supports",
"attributes": {
"level": "full",
"notes": "Agents can initiate/receive voice calls and process audio."
}
}
],
"incomingEdges": [
{
"from": "tool:saperly",
"to": "tool-server:mcp-saperly",
"kind": "integrates_with",
"attributes": {}
}
]
}