{
  "name": "amy-mayernik-candidate-profile",
  "version": "1.0.0",
  "description": "MCP server for Amy Mayernik's candidate profile. Tools and resources for agents to query her capabilities, case studies, sample work, and role-fit assessment.",
  "protocol": "Model Context Protocol",
  "protocolVersion": "2024-11-05",
  "transports": [
    "streamable-http (this endpoint)",
    "stdio (via npx @amy-mayernik/mcp-candidate-profile)"
  ],
  "tools": [
    {
      "name": "get_capability",
      "description": "Look up Amy's depth and demonstrated experience on a specific field marketing or events capability (e.g., 'hacker houses', 'ABM event strategy', 'pipeline attribution', 'executive program design'). Returns years of practice, companies where it was applied, example artifacts, and depth narrative."
    },
    {
      "name": "get_case_study",
      "description": "Return the full content of a named case study. Available: 'the-vault' (Eigen Labs hacker house series), 'field-marketing-system' (the operating function under the events)."
    },
    {
      "name": "get_event_brief_template",
      "description": "Return the structured event brief template Amy uses to document every event before kickoff. Pass format='sections-only' for the structure, 'sample-filled' for the Mintlify Docs Days example."
    },
    {
      "name": "check_role_fit",
      "description": "Score a job description against Amy's profile. Returns ✓ met / ⚠ stretches / ✗ gaps assessment plus suggested cover-letter angles. Heuristic match — for deeper analysis, fetch skill://amy-mayernik and reason with Claude directly."
    },
    {
      "name": "search_artifacts",
      "description": "Search across all portfolio content (case studies, sample work, brief template, about page, letter, SKILL.md) for a query. Returns ranked excerpts with resource URIs."
    }
  ],
  "resources": [
    {
      "uri": "skill://amy-mayernik",
      "name": "Structured candidate profile (SKILL.md)"
    },
    {
      "uri": "case-study://the-vault",
      "name": "Case Study — The Vault Hacker House Series"
    },
    {
      "uri": "case-study://field-marketing-system",
      "name": "Case Study — The Field Marketing & Events System"
    },
    {
      "uri": "artifact://h2-2026-calendar",
      "name": "H2 2026 Event Calendar (drafted for Mintlify)"
    },
    {
      "uri": "artifact://event-brief-template",
      "name": "Event Brief Template (filled for Mintlify Docs Days)"
    },
    {
      "uri": "letter://why-mintlify",
      "name": "Why Mintlify letter + 90-day plan"
    },
    {
      "uri": "philosophy://behind-the-scenes",
      "name": "Behind the Scenes — how Amy works"
    }
  ],
  "prompts": [
    {
      "name": "candidate-summary",
      "description": "Generate a short summary of why Amy is a fit for a given role."
    },
    {
      "name": "interview-prep",
      "description": "Generate 5 thoughtful interview questions Amy might want to ask."
    }
  ],
  "portfolio": "https://mintlify.lfgamy.com",
  "contact": "collab@lfgamy.com"
}