II.
ToolServer JSON
Structured · livetool-server:mcp-paypal
PayPal MCP Server json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool-server:mcp-paypal",
"_kind": "ToolServer",
"_file": "extensions/tool-servers/mcp-saas-services.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "PayPal MCP Server",
"description": "MCP server providing access to the PayPal payments platform.\nEnables AI agents to create invoices, look up transactions,\nmanage subscriptions, and retrieve payment details via the PayPal API.\n",
"protocol": "mcp",
"category": "payments",
"repoUrl": "https://github.com/paypal/agent-toolkit",
"maintainer": "PayPal",
"mcpTransports": [
"mcp-transport:stdio"
]
},
"outgoingEdges": [
{
"from": "tool-server:mcp-paypal",
"to": "tool:paypal",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "tool-server:mcp-paypal",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {}
}
],
"incomingEdges": []
}