iiRecord
Agentic AI Atlas · MCP Time
tool-server:mcp-timea5c.ai
II.
ToolServer JSON

tool-server:mcp-time

Structured · live

MCP Time 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-time",
  "_kind": "ToolServer",
  "_file": "extensions/tool-servers/extended-mcp-servers.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "MCP Time",
    "description": "MCP server providing time zone conversion and current time retrieval. Enables AI agents to get the current time in any timezone and convert between time zones. Supports stdio transport.",
    "protocol": "mcp",
    "category": "productivity",
    "repoUrl": "https://github.com/modelcontextprotocol/servers/tree/main/src/time",
    "maintainer": "Community",
    "mcpTransports": [
      "mcp-transport:stdio"
    ],
    "tools": [
      "tool-descriptor:time.get-current-time",
      "tool-descriptor:time.convert-time"
    ],
    "sourceRef": "source-ref:mcp-servers-registry"
  },
  "outgoingEdges": [
    {
      "from": "tool-server:mcp-time",
      "to": "tool-descriptor:time.get-current-time",
      "kind": "contains_tool_descriptor",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-time",
      "to": "tool-descriptor:time.convert-time",
      "kind": "contains_tool_descriptor",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-time",
      "to": "extension-interface:orchestration",
      "kind": "implements",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-time",
      "to": "capability:supports-mcp",
      "kind": "requires_capability",
      "attributes": {
        "level": "required"
      }
    },
    {
      "from": "tool-server:mcp-time",
      "to": "source-ref:mcp-servers-registry",
      "kind": "sourced_from",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-time",
      "to": "domain:software-engineering",
      "kind": "lib_applies_to_domain",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "tool-descriptor:time.get-current-time",
      "to": "tool-server:mcp-time",
      "kind": "contained_in_plugin",
      "attributes": {}
    },
    {
      "from": "tool-descriptor:time.convert-time",
      "to": "tool-server:mcp-time",
      "kind": "contained_in_plugin",
      "attributes": {}
    },
    {
      "from": "scope-boundary:tool-server-mcp-time.scope",
      "to": "tool-server:mcp-time",
      "kind": "bounds_subject"
    }
  ]
}