II.
ToolServer JSON
Structured · livetool-server:mcp-perplexity
MCP Perplexity json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool-server:mcp-perplexity",
"_kind": "ToolServer",
"_file": "extensions/tool-servers/extended-mcp-servers.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "MCP Perplexity",
"description": "MCP server providing access to Perplexity AI search. Enables AI agents to ask questions, conduct deep research, and reason over web search results. Supports stdio transport.",
"protocol": "mcp",
"category": "search",
"repoUrl": "https://github.com/ppl-ai/modelcontextprotocol",
"maintainer": "Perplexity",
"mcpTransports": [
"mcp-transport:stdio"
],
"tools": [
"tool-descriptor:perplexity.ask",
"tool-descriptor:perplexity.research",
"tool-descriptor:perplexity.reason"
],
"sourceRef": "source-ref:mcp-servers-registry"
},
"outgoingEdges": [
{
"from": "tool-server:mcp-perplexity",
"to": "tool-descriptor:perplexity.ask",
"kind": "contains_tool_descriptor",
"attributes": {}
},
{
"from": "tool-server:mcp-perplexity",
"to": "tool-descriptor:perplexity.research",
"kind": "contains_tool_descriptor",
"attributes": {}
},
{
"from": "tool-server:mcp-perplexity",
"to": "tool-descriptor:perplexity.reason",
"kind": "contains_tool_descriptor",
"attributes": {}
},
{
"from": "tool-server:mcp-perplexity",
"to": "extension-interface:orchestration",
"kind": "implements",
"attributes": {}
},
{
"from": "tool-server:mcp-perplexity",
"to": "capability:supports-mcp",
"kind": "requires_capability",
"attributes": {
"level": "required"
}
},
{
"from": "tool-server:mcp-perplexity",
"to": "source-ref:mcp-servers-registry",
"kind": "sourced_from",
"attributes": {}
},
{
"from": "tool-server:mcp-perplexity",
"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-perplexity",
"to": "stack-part:search-index",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "tool-server:mcp-perplexity",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "tool-descriptor:perplexity.ask",
"to": "tool-server:mcp-perplexity",
"kind": "contained_in_plugin",
"attributes": {}
},
{
"from": "tool-descriptor:perplexity.research",
"to": "tool-server:mcp-perplexity",
"kind": "contained_in_plugin",
"attributes": {}
},
{
"from": "tool-descriptor:perplexity.reason",
"to": "tool-server:mcp-perplexity",
"kind": "contained_in_plugin",
"attributes": {}
},
{
"from": "scope-boundary:mcp-perplexity.scope",
"to": "tool-server:mcp-perplexity",
"kind": "bounds_subject"
}
]
}