II.
ToolServer JSON
Structured · livetool-server:mcp-twilio
Twilio MCP Server json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool-server:mcp-twilio",
"_kind": "ToolServer",
"_file": "extensions/tool-servers/mcp-communication.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "Twilio MCP Server",
"description": "MCP server providing access to Twilio communication APIs.\nEnables AI agents to send and receive SMS and MMS messages,\nmanage phone numbers, and initiate voice calls.\n",
"protocol": "mcp",
"category": "communication",
"repoUrl": "https://github.com/twilio/twilio-mcp",
"maintainer": "Twilio",
"mcpTransports": [
"mcp-transport:stdio"
]
},
"outgoingEdges": [
{
"from": "tool-server:mcp-twilio",
"to": "tool:twilio",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "tool-server:mcp-twilio",
"to": "stack-part:sms-delivery",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "tool-server:mcp-twilio",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {}
}
],
"incomingEdges": []
}