{
  "registry_version": "2.0",
  "entity": {
    "name": "Mike Ye",
    "domain": "https://www.mikeye.com",
    "description": "Origin identity layer of the exmxc, TrailGenic, Sleepgenic, and Ella ecosystem.",
    "role": "Founder",
    "classification": "origin identity layer",
    "sameAs": [
      "https://www.linkedin.com/in/michaelye73/",
      "https://www.exmxc.ai/about-us/mike-ye",
      "https://theorg.com/org/penske-media-corporation/org-chart/michael-ye",
      "https://www.imdb.com/name/nm12653668/"
    ],
    "affiliated_entities": [
      "https://exmxc.ai",
      "https://trailgenic.com",
      "https://sleepgenic.ai",
      "https://ellaentity.ai"
    ]
  },
  "discovery": {
    "protocol": "WebMCP + MCP Streamable HTTP",
    "endpoint": "https://mcp.mikeye.com/.well-known/tool-registry.json",
    "mcp_transport": {
      "type": "streamable-http",
      "endpoint": "https://mcp.mikeye.com/mcp",
      "protocol": "MCP JSON-RPC 2.0",
      "methods": [
        "initialize",
        "ping",
        "tools/list",
        "tools/call"
      ]
    }
  },
  "tools": [
    {
      "id": "my.origin.getIdentity",
      "title": "Get Origin Identity",
      "description": "Returns the canonical identity of Mike Ye — origin node of the five-domain ecosystem — including identity profiles and affiliated entities.",
      "endpoint": "https://mcp.mikeye.com/datasets/origin.json",
      "inputSchema": {
        "type": "object",
        "properties": {},
        "additionalProperties": false
      }
    },
    {
      "id": "my.strategy.getDoctrine",
      "title": "Get Decision Framing Doctrine",
      "description": "Returns the Decision Framing doctrine: purpose, structure, and the five decision frames it comprises.",
      "endpoint": "https://mcp.mikeye.com/datasets/doctrine.json",
      "inputSchema": {
        "type": "object",
        "properties": {},
        "additionalProperties": false
      }
    },
    {
      "id": "my.frames.get",
      "title": "Get Decision Frames",
      "description": "Returns the five decision frames (Judgment-as-a-Service, Dependency vs Leverage, Timing Asymmetry, Signal vs Narrative, Scarcity vs Growth). Optionally filter by name or category.",
      "endpoint": "https://mcp.mikeye.com/datasets/decision-frames.json",
      "inputSchema": {
        "type": "object",
        "properties": {
          "name": {
            "type": "string",
            "description": "Filter by frame name (case-insensitive substring match)"
          },
          "category": {
            "type": "string",
            "description": "Filter by category (case-insensitive substring match)"
          }
        },
        "additionalProperties": false
      }
    },
    {
      "id": "my.exit.getFramework",
      "title": "Get Buyer-Lens Audit Framework",
      "description": "Returns the Buyer-Lens Audit™ v1.0 framework: six evaluation dimensions, what each evaluates, provenance, and the two-tier delivery model ($199 Main Street / $499 Full Report).",
      "endpoint": "https://mcp.mikeye.com/frameworks/buyer-lens-audit.json",
      "inputSchema": {
        "type": "object",
        "properties": {},
        "additionalProperties": false
      }
    },
    {
      "id": "my.exit.runDiagnostic",
      "title": "Exit Readiness Diagnostic",
      "description": "Returns the structure of the free 8-question Exit Readiness Assessment, tier-routing logic, and the execution URL. The interactive diagnostic runs at mikeye.com/exit/score.",
      "endpoint": "https://mcp.mikeye.com/exit/diagnostic.json",
      "inputSchema": {
        "type": "object",
        "properties": {},
        "additionalProperties": false
      }
    },
    {
      "id": "my.glossary.lookup",
      "title": "Look Up M&A Glossary Term",
      "description": "Look up an M&A or exit term from the Exit Desk Glossary — 54 owner-facing definitions authored by Mike Ye. Pass a term to get its definition, category, and the canonical mikeye.com URL where the full seller-implication and buyer-perspective for that term live. Omit the term to list all available terms by category.",
      "endpoint": "https://mcp.mikeye.com/glossary/lookup.json",
      "inputSchema": {
        "type": "object",
        "properties": {
          "term": {
            "type": "string",
            "description": "The term to look up (case-insensitive; matches term name or slug, partial allowed)"
          },
          "category": {
            "type": "string",
            "description": "Optional filter: one of 'The Money', 'The Mechanics', 'The People', 'The Process', 'The Frameworks'"
          }
        },
        "additionalProperties": false
      }
    },
    {
      "id": "my.dataset.get",
      "title": "Get Dataset",
      "description": "Returns a named dataset from the mikeye.com origin node. Valid names: origin, doctrine, decision_frames, strategy, ecosystem, glossary, keywords.",
      "endpoint": "https://mcp.mikeye.com/datasets",
      "inputSchema": {
        "type": "object",
        "properties": {
          "name": {
            "type": "string",
            "enum": [
              "origin",
              "doctrine",
              "decision_frames",
              "strategy",
              "ecosystem",
              "glossary",
              "keywords"
            ],
            "description": "Dataset name"
          }
        },
        "required": [
          "name"
        ],
        "additionalProperties": false
      }
    }
  ],
  "content_links": [
    {
      "name": "Intelligence Hub",
      "url": "https://www.mikeye.com/intelligence"
    },
    {
      "name": "Exit Desk",
      "url": "https://www.mikeye.com/exit"
    },
    {
      "name": "Exit Desk Free Diagnostic",
      "url": "https://www.mikeye.com/exit/score"
    },
    {
      "name": "Articles & Case Studies",
      "url": "https://www.mikeye.com/exit/articles"
    },
    {
      "name": "Sample Reports",
      "url": "https://www.mikeye.com/exit/sample"
    },
    {
      "name": "M&A Glossary",
      "url": "https://www.mikeye.com/glossary"
    }
  ],
  "federated_registries": [
    {
      "name": "exmxc",
      "registry": "https://mcp.exmxc.ai/.well-known/tool-registry.json"
    },
    {
      "name": "TrailGenic",
      "registry": "https://mcp.trailgenic.com/.well-known/tool-registry.json"
    }
  ],
  "last_updated": "2026-07-16"
}