II.
ToolServer JSON
Structured · livetool-server:mcp-notion
MCP Notion json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool-server:mcp-notion",
"_kind": "ToolServer",
"_file": "extensions/tool-servers/extended-mcp-servers.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "MCP Notion",
"description": "MCP server providing access to the Notion workspace platform. Enables AI agents to search, create, update pages, append block children, and query databases. Supports stdio transport.",
"protocol": "mcp",
"category": "productivity",
"repoUrl": "https://github.com/makenotion/notion-mcp-server",
"maintainer": "Notion",
"mcpTransports": [
"mcp-transport:stdio"
],
"tools": [
"tool-descriptor:notion.search",
"tool-descriptor:notion.get-page",
"tool-descriptor:notion.create-page",
"tool-descriptor:notion.update-page",
"tool-descriptor:notion.append-block-children",
"tool-descriptor:notion.query-database"
],
"sourceRef": "source-ref:mcp-servers-registry"
},
"outgoingEdges": [
{
"from": "tool-server:mcp-notion",
"to": "role:technical-writer",
"kind": "supports_work",
"attributes": {
"confidence": "medium",
"evidence": "Knowledge-base pages and database content support docs workflows."
}
},
{
"from": "tool-server:mcp-notion",
"to": "responsibility:write-user-docs",
"kind": "supports_work",
"attributes": {
"confidence": "medium",
"evidence": "Notion can host drafts, specs, and user-facing documentation content."
}
},
{
"from": "tool-server:mcp-notion",
"to": "workflow:documentation-sprint",
"kind": "supports_work",
"attributes": {
"confidence": "medium",
"evidence": "Workspace pages and project databases support docs sprint planning and execution."
}
},
{
"from": "tool-server:mcp-notion",
"to": "tool-descriptor:notion.search",
"kind": "contains_tool_descriptor",
"attributes": {}
},
{
"from": "tool-server:mcp-notion",
"to": "tool-descriptor:notion.get-page",
"kind": "contains_tool_descriptor",
"attributes": {}
},
{
"from": "tool-server:mcp-notion",
"to": "tool-descriptor:notion.create-page",
"kind": "contains_tool_descriptor",
"attributes": {}
},
{
"from": "tool-server:mcp-notion",
"to": "tool-descriptor:notion.update-page",
"kind": "contains_tool_descriptor",
"attributes": {}
},
{
"from": "tool-server:mcp-notion",
"to": "tool-descriptor:notion.append-block-children",
"kind": "contains_tool_descriptor",
"attributes": {}
},
{
"from": "tool-server:mcp-notion",
"to": "tool-descriptor:notion.query-database",
"kind": "contains_tool_descriptor",
"attributes": {}
},
{
"from": "tool-server:mcp-notion",
"to": "tool:notion",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "tool-server:mcp-notion",
"to": "extension-interface:orchestration",
"kind": "implements",
"attributes": {}
},
{
"from": "tool-server:mcp-notion",
"to": "capability:supports-mcp",
"kind": "requires_capability",
"attributes": {
"level": "required"
}
},
{
"from": "tool-server:mcp-notion",
"to": "source-ref:mcp-servers-registry",
"kind": "sourced_from",
"attributes": {}
},
{
"from": "tool-server:mcp-notion",
"to": "mcp-resource:notion-page",
"kind": "exposes_resource",
"attributes": {}
},
{
"from": "tool-server:mcp-notion",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "tool-descriptor:notion.search",
"to": "tool-server:mcp-notion",
"kind": "contained_in_plugin",
"attributes": {}
},
{
"from": "tool-descriptor:notion.get-page",
"to": "tool-server:mcp-notion",
"kind": "contained_in_plugin",
"attributes": {}
},
{
"from": "tool-descriptor:notion.create-page",
"to": "tool-server:mcp-notion",
"kind": "contained_in_plugin",
"attributes": {}
},
{
"from": "tool-descriptor:notion.update-page",
"to": "tool-server:mcp-notion",
"kind": "contained_in_plugin",
"attributes": {}
},
{
"from": "tool-descriptor:notion.append-block-children",
"to": "tool-server:mcp-notion",
"kind": "contained_in_plugin",
"attributes": {}
},
{
"from": "tool-descriptor:notion.query-database",
"to": "tool-server:mcp-notion",
"kind": "contained_in_plugin",
"attributes": {}
},
{
"from": "scope-boundary:tool-server-mcp-notion.scope",
"to": "tool-server:mcp-notion",
"kind": "bounds_subject"
}
]
}