II.
ToolServer JSON
Structured · livetool-server:mcp-openai
OpenAI MCP Server json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool-server:mcp-openai",
"_kind": "ToolServer",
"_file": "extensions/tool-servers/mcp-ai-ml.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "OpenAI MCP Server",
"description": "MCP server providing access to OpenAI APIs.\nEnables AI agents to invoke GPT models, generate embeddings,\ncreate images with DALL-E, and use speech-to-text capabilities.\n",
"protocol": "mcp",
"category": "ai",
"repoUrl": "https://github.com/openai/openai-mcp-server",
"maintainer": "Community",
"mcpTransports": [
"mcp-transport:stdio"
]
},
"outgoingEdges": [
{
"from": "tool-server:mcp-openai",
"to": "provider:openai",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "tool-server:mcp-openai",
"to": "domain:machine-learning",
"kind": "lib_applies_to_domain",
"attributes": {}
},
{
"from": "tool-server:mcp-openai",
"to": "domain:data-science",
"kind": "lib_applies_to_domain",
"attributes": {}
}
],
"incomingEdges": []
}