{
  "name": "rehan-raj-portfolio",
  "title": "Rehan Raj Portfolio MCP Server",
  "description": "Query canonical facts about Rehan Raj, a student founder in San Antonio, TX: profile, ventures (Lumora Sleep, SEVORA, The Uplift Project, Keyvaro and more), press features, honors, timeline, videos and contact info. Verb-first tools with zod-typed parameters and structured errors.",
  "version": "1.0.0",
  "maintainer": {
    "name": "Rehan Raj",
    "email": "rehan@uselumora.co",
    "url": "https://rehanraj.com/"
  },
  "transport": ["stdio"],
  "install": {
    "source": "https://rehanraj.com/mcp/server.mjs",
    "command": "node",
    "args": ["mcp/server.mjs"],
    "requirements": "Node 18+; npm install inside /mcp (dependencies: @modelcontextprotocol/sdk, zod)"
  },
  "tools": [
    { "name": "get_profile", "description": "Get identity, role, location, tagline, contact links and headline stats" },
    { "name": "list_ventures", "description": "List every venture with id, status and one-line summary" },
    { "name": "get_venture", "description": "Get full details for one venture by id (enum)" },
    { "name": "list_press_features", "description": "List press features with outlet, title, year and URL" },
    { "name": "list_honors", "description": "List honors and awards with organization and year" },
    { "name": "get_timeline", "description": "Get the chronological timeline of roles and milestones" },
    { "name": "list_videos", "description": "List the public videos (YouTube demos, interview, pitch) with URLs" },
    { "name": "get_contact_info", "description": "Get the preferred contact channels" }
  ],
  "resources": {
    "llms_txt": "https://rehanraj.com/llms.txt",
    "agents_md": "https://rehanraj.com/AGENTS.md",
    "openapi": "https://rehanraj.com/openapi.json",
    "markdown": "https://rehanraj.com/index.md",
    "sitemap": "https://rehanraj.com/sitemap.xml"
  }
}
