II.
ToolServer JSON
Structured · livetool-server:mcp-square
Square MCP Server json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool-server:mcp-square",
"_kind": "ToolServer",
"_file": "extensions/tool-servers/mcp-saas-services.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "Square MCP Server",
"description": "MCP server providing access to the Square commerce platform.\nEnables AI agents to manage catalog items, retrieve orders and\npayments, and query business locations through the Square API.\n",
"protocol": "mcp",
"category": "payments",
"repoUrl": "https://github.com/block/square-mcp-server",
"maintainer": "Block (Square)",
"mcpTransports": [
"mcp-transport:stdio"
]
},
"outgoingEdges": [
{
"from": "tool-server:mcp-square",
"to": "tool:square",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "tool-server:mcp-square",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {}
}
],
"incomingEdges": []
}