II.
ToolServer JSON
Structured · livetool-server:mcp-heroku
Heroku MCP Server json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool-server:mcp-heroku",
"_kind": "ToolServer",
"_file": "extensions/tool-servers/mcp-cloud-devops.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "Heroku MCP Server",
"description": "MCP server providing access to the Heroku platform.\nEnables AI agents to manage apps, dynos, add-ons, config vars,\nand deploy code to Heroku with Salesforce Agentforce integration.\n",
"protocol": "mcp",
"category": "cloud",
"repoUrl": "https://github.com/heroku/heroku-mcp-server",
"maintainer": "Heroku",
"mcpTransports": [
"mcp-transport:stdio"
]
},
"outgoingEdges": [
{
"from": "tool-server:mcp-heroku",
"to": "platform:heroku",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "tool-server:mcp-heroku",
"to": "domain:devops",
"kind": "lib_applies_to_domain",
"attributes": {}
},
{
"from": "tool-server:mcp-heroku",
"to": "domain:platform-engineering",
"kind": "lib_applies_to_domain",
"attributes": {}
}
],
"incomingEdges": []
}