II.
ToolServer JSON
Structured · livetool-server:mcp-exa
MCP Exa json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool-server:mcp-exa",
"_kind": "ToolServer",
"_file": "extensions/tool-servers/extended-mcp-servers.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "MCP Exa",
"description": "MCP server providing neural web search via Exa API. Enables AI agents to search the web semantically, find similar pages, extract full page contents, and conduct multi-step research. Supports stdio transport.",
"protocol": "mcp",
"category": "search",
"repoUrl": "https://github.com/exa-labs/exa-mcp-server",
"maintainer": "Exa",
"mcpTransports": [
"mcp-transport:stdio"
],
"tools": [
"tool-descriptor:exa.web-search",
"tool-descriptor:exa.find-similar",
"tool-descriptor:exa.get-contents",
"tool-descriptor:exa.research"
],
"sourceRef": "source-ref:mcp-servers-registry"
},
"outgoingEdges": [
{
"from": "tool-server:mcp-exa",
"to": "tool-descriptor:exa.web-search",
"kind": "contains_tool_descriptor",
"attributes": {}
},
{
"from": "tool-server:mcp-exa",
"to": "tool-descriptor:exa.find-similar",
"kind": "contains_tool_descriptor",
"attributes": {}
},
{
"from": "tool-server:mcp-exa",
"to": "tool-descriptor:exa.get-contents",
"kind": "contains_tool_descriptor",
"attributes": {}
},
{
"from": "tool-server:mcp-exa",
"to": "tool-descriptor:exa.research",
"kind": "contains_tool_descriptor",
"attributes": {}
},
{
"from": "tool-server:mcp-exa",
"to": "extension-interface:orchestration",
"kind": "implements",
"attributes": {}
},
{
"from": "tool-server:mcp-exa",
"to": "capability:supports-mcp",
"kind": "requires_capability",
"attributes": {
"level": "required"
}
},
{
"from": "tool-server:mcp-exa",
"to": "source-ref:mcp-servers-registry",
"kind": "sourced_from",
"attributes": {}
},
{
"from": "tool-server:mcp-exa",
"to": "capability:requires-tool-approval",
"kind": "supports",
"attributes": {
"versionRange": "current",
"level": "partial",
"notes": "Read-only search; approval only at install time."
}
},
{
"from": "tool-server:mcp-exa",
"to": "stack-part:search-index",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "tool-server:mcp-exa",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "tool-descriptor:exa.web-search",
"to": "tool-server:mcp-exa",
"kind": "contained_in_plugin",
"attributes": {}
},
{
"from": "tool-descriptor:exa.find-similar",
"to": "tool-server:mcp-exa",
"kind": "contained_in_plugin",
"attributes": {}
},
{
"from": "tool-descriptor:exa.get-contents",
"to": "tool-server:mcp-exa",
"kind": "contained_in_plugin",
"attributes": {}
},
{
"from": "tool-descriptor:exa.research",
"to": "tool-server:mcp-exa",
"kind": "contained_in_plugin",
"attributes": {}
},
{
"from": "scope-boundary:mcp-exa.scope",
"to": "tool-server:mcp-exa",
"kind": "bounds_subject"
}
]
}