II.
ToolServer JSON
Structured · livetool-server:mcp-tavily
MCP Tavily json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool-server:mcp-tavily",
"_kind": "ToolServer",
"_file": "extensions/tool-servers/extended-mcp-servers.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "MCP Tavily",
"description": "MCP server providing web search and content extraction via Tavily API. Enables AI agents to search the web, extract page content, crawl sites, and generate sitemaps. Supports stdio transport.",
"protocol": "mcp",
"category": "search",
"repoUrl": "https://github.com/tavily-ai/tavily-mcp",
"maintainer": "Tavily",
"mcpTransports": [
"mcp-transport:stdio"
],
"tools": [
"tool-descriptor:tavily.search",
"tool-descriptor:tavily.extract",
"tool-descriptor:tavily.crawl",
"tool-descriptor:tavily.map"
],
"sourceRef": "source-ref:mcp-servers-registry"
},
"outgoingEdges": [
{
"from": "tool-server:mcp-tavily",
"to": "tool-descriptor:tavily.search",
"kind": "contains_tool_descriptor",
"attributes": {}
},
{
"from": "tool-server:mcp-tavily",
"to": "tool-descriptor:tavily.extract",
"kind": "contains_tool_descriptor",
"attributes": {}
},
{
"from": "tool-server:mcp-tavily",
"to": "tool-descriptor:tavily.crawl",
"kind": "contains_tool_descriptor",
"attributes": {}
},
{
"from": "tool-server:mcp-tavily",
"to": "tool-descriptor:tavily.map",
"kind": "contains_tool_descriptor",
"attributes": {}
},
{
"from": "tool-server:mcp-tavily",
"to": "extension-interface:orchestration",
"kind": "implements",
"attributes": {}
},
{
"from": "tool-server:mcp-tavily",
"to": "capability:supports-mcp",
"kind": "requires_capability",
"attributes": {
"level": "required"
}
},
{
"from": "tool-server:mcp-tavily",
"to": "source-ref:mcp-servers-registry",
"kind": "sourced_from",
"attributes": {}
},
{
"from": "tool-server:mcp-tavily",
"to": "capability:requires-tool-approval",
"kind": "supports",
"attributes": {
"versionRange": "current",
"level": "full",
"notes": "Outbound network calls — clients should gate on approval."
}
},
{
"from": "tool-server:mcp-tavily",
"to": "stack-part:search-index",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "tool-server:mcp-tavily",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {}
},
{
"from": "tool-server:mcp-tavily",
"to": "tool:tavily",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "tool-server:mcp-tavily",
"to": "source-ref:tavily-mcp",
"kind": "sourced_from",
"attributes": {}
},
{
"from": "tool-server:mcp-tavily",
"to": "source-ref:ora-discover-api",
"kind": "sourced_from",
"attributes": {}
},
{
"from": "tool-server:mcp-tavily",
"to": "workflow:developer-documentation-review",
"kind": "supports_work",
"attributes": {
"confidence": "medium",
"evidence": "Search and retrieval support source discovery during documentation review."
}
}
],
"incomingEdges": [
{
"from": "tool-descriptor:tavily.search",
"to": "tool-server:mcp-tavily",
"kind": "contained_in_plugin",
"attributes": {}
},
{
"from": "tool-descriptor:tavily.extract",
"to": "tool-server:mcp-tavily",
"kind": "contained_in_plugin",
"attributes": {}
},
{
"from": "tool-descriptor:tavily.crawl",
"to": "tool-server:mcp-tavily",
"kind": "contained_in_plugin",
"attributes": {}
},
{
"from": "tool-descriptor:tavily.map",
"to": "tool-server:mcp-tavily",
"kind": "contained_in_plugin",
"attributes": {}
},
{
"from": "scope-boundary:mcp-tavily.scope",
"to": "tool-server:mcp-tavily",
"kind": "bounds_subject"
},
{
"from": "source-ref:tavily-mcp",
"to": "tool-server:mcp-tavily",
"kind": "source_of",
"attributes": {}
}
]
}