Agentic AI Atlasby a5c.ai
OverviewWikiGraphFor AgentsEdgesSearchWorkspace
/
GitHubDocsDiscord
iiRecord
Agentic AI Atlas · MCP Everything (reference)
tool-server:mcp-everythinga5c.ai
Search record views/
Record · tabs

Available views

II.Record viewspp. 1 - 1
overviewjsongraph
II.
ToolServer JSON

tool-server:mcp-everything

Structured · live

MCP Everything (reference) json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · extensions/tool-servers/extended-mcp-servers.yamlCluster · extensions
Record JSON
{
  "id": "tool-server:mcp-everything",
  "_kind": "ToolServer",
  "_file": "extensions/tool-servers/extended-mcp-servers.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "MCP Everything (reference)",
    "description": "Reference MCP server exercising all protocol features. Demonstrates tools, resources, prompts, roots, and sampling capabilities. Used for testing and validating MCP client implementations.",
    "protocol": "mcp",
    "category": "devtools",
    "repoUrl": "https://github.com/modelcontextprotocol/servers/tree/main/src/everything",
    "npmPackage": "@modelcontextprotocol/server-everything",
    "maintainer": "Anthropic",
    "mcpTransports": [
      "mcp-transport:stdio"
    ],
    "tools": [
      "tool-descriptor:everything.echo",
      "tool-descriptor:everything.add",
      "tool-descriptor:everything.long-running-operation",
      "tool-descriptor:everything.sample-llm",
      "tool-descriptor:everything.get-tiny-image",
      "tool-descriptor:everything.print-env",
      "tool-descriptor:everything.annotated-message",
      "tool-descriptor:everything.get-resource-reference",
      "tool-descriptor:everything.get-resource-links",
      "tool-descriptor:everything.structured-content"
    ],
    "sourceRef": "source-ref:mcp-servers-registry"
  },
  "outgoingEdges": [
    {
      "from": "tool-server:mcp-everything",
      "to": "tool-descriptor:everything.echo",
      "kind": "contains_tool_descriptor",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-everything",
      "to": "tool-descriptor:everything.add",
      "kind": "contains_tool_descriptor",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-everything",
      "to": "tool-descriptor:everything.long-running-operation",
      "kind": "contains_tool_descriptor",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-everything",
      "to": "tool-descriptor:everything.sample-llm",
      "kind": "contains_tool_descriptor",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-everything",
      "to": "tool-descriptor:everything.get-tiny-image",
      "kind": "contains_tool_descriptor",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-everything",
      "to": "tool-descriptor:everything.print-env",
      "kind": "contains_tool_descriptor",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-everything",
      "to": "tool-descriptor:everything.annotated-message",
      "kind": "contains_tool_descriptor",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-everything",
      "to": "tool-descriptor:everything.get-resource-reference",
      "kind": "contains_tool_descriptor",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-everything",
      "to": "tool-descriptor:everything.get-resource-links",
      "kind": "contains_tool_descriptor",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-everything",
      "to": "tool-descriptor:everything.structured-content",
      "kind": "contains_tool_descriptor",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-everything",
      "to": "extension-interface:orchestration",
      "kind": "implements",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-everything",
      "to": "capability:supports-mcp",
      "kind": "requires_capability",
      "attributes": {
        "level": "required"
      }
    },
    {
      "from": "tool-server:mcp-everything",
      "to": "source-ref:mcp-servers-registry",
      "kind": "sourced_from",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-everything",
      "to": "mcp-prompt:summarize-thread",
      "kind": "exposes_prompt",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-everything",
      "to": "mcp-prompt:explain-diff",
      "kind": "exposes_prompt",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-everything",
      "to": "mcp-prompt:plan-tasks",
      "kind": "exposes_prompt",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-everything",
      "to": "mcp-prompt:review-pr",
      "kind": "exposes_prompt",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-everything",
      "to": "mcp-root:project-workspace",
      "kind": "exposes_root",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-everything",
      "to": "mcp-root:home-directory",
      "kind": "exposes_root",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-everything",
      "to": "mcp-root:read-only-docs",
      "kind": "exposes_root",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-everything",
      "to": "mcp-sampling:default-anthropic",
      "kind": "exposes_sampling",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-everything",
      "to": "mcp-sampling:cost-optimized",
      "kind": "exposes_sampling",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-everything",
      "to": "domain:software-engineering",
      "kind": "lib_applies_to_domain",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "tool-descriptor:everything.echo",
      "to": "tool-server:mcp-everything",
      "kind": "contained_in_plugin",
      "attributes": {}
    },
    {
      "from": "tool-descriptor:everything.add",
      "to": "tool-server:mcp-everything",
      "kind": "contained_in_plugin",
      "attributes": {}
    },
    {
      "from": "tool-descriptor:everything.long-running-operation",
      "to": "tool-server:mcp-everything",
      "kind": "contained_in_plugin",
      "attributes": {}
    },
    {
      "from": "tool-descriptor:everything.sample-llm",
      "to": "tool-server:mcp-everything",
      "kind": "contained_in_plugin",
      "attributes": {}
    },
    {
      "from": "tool-descriptor:everything.get-tiny-image",
      "to": "tool-server:mcp-everything",
      "kind": "contained_in_plugin",
      "attributes": {}
    },
    {
      "from": "tool-descriptor:everything.print-env",
      "to": "tool-server:mcp-everything",
      "kind": "contained_in_plugin",
      "attributes": {}
    },
    {
      "from": "tool-descriptor:everything.annotated-message",
      "to": "tool-server:mcp-everything",
      "kind": "contained_in_plugin",
      "attributes": {}
    },
    {
      "from": "tool-descriptor:everything.get-resource-reference",
      "to": "tool-server:mcp-everything",
      "kind": "contained_in_plugin",
      "attributes": {}
    },
    {
      "from": "tool-descriptor:everything.get-resource-links",
      "to": "tool-server:mcp-everything",
      "kind": "contained_in_plugin",
      "attributes": {}
    },
    {
      "from": "tool-descriptor:everything.structured-content",
      "to": "tool-server:mcp-everything",
      "kind": "contained_in_plugin",
      "attributes": {}
    },
    {
      "from": "scope-boundary:tool-server-mcp-everything.scope",
      "to": "tool-server:mcp-everything",
      "kind": "bounds_subject"
    }
  ]
}

Shortcuts

Back to overview
Open graph tab