II.
ToolServer JSON
Structured · livetool-server:mcp-pino
Pino MCP Server json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool-server:mcp-pino",
"_kind": "ToolServer",
"_file": "extensions/tool-servers/mcp-libraries.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "Pino MCP Server",
"description": "MCP server for Pino structured logs; exposes log ingestion and\nquerying for Node.js services using the Pino logging library.\n",
"protocol": "mcp",
"category": "observability",
"repoUrl": "https://github.com/pinojs/pino",
"maintainer": "Community",
"mcpTransports": [
"mcp-transport:stdio"
]
},
"outgoingEdges": [
{
"from": "tool-server:mcp-pino",
"to": "library:pino",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "tool-server:mcp-pino",
"to": "domain:observability",
"kind": "lib_applies_to_domain",
"attributes": {}
}
],
"incomingEdges": []
}