II.
ToolServer JSON
Structured · livetool-server:mcp-pyairbyte
PyAirbyte MCP Server json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool-server:mcp-pyairbyte",
"_kind": "ToolServer",
"_file": "extensions/tool-servers/mcp-data-serverless.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "PyAirbyte MCP Server",
"description": "MCP server built into PyAirbyte for managing Airbyte connectors through AI agents.\nProvides tools to list connectors, validate configurations, preview stream schemas,\nand run sync operations against any Airbyte-compatible source.\n",
"protocol": "mcp",
"category": "data-engineering",
"repoUrl": "https://github.com/airbytehq/PyAirbyte",
"maintainer": "Airbyte",
"mcpTransports": [
"mcp-transport:stdio"
]
},
"outgoingEdges": [
{
"from": "tool-server:mcp-pyairbyte",
"to": "tool:airbyte",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "tool-server:mcp-pyairbyte",
"to": "domain:data-engineering",
"kind": "lib_applies_to_domain",
"attributes": {}
}
],
"incomingEdges": []
}