{
  "$schema": "https://static.modelcontextprotocol.io/schemas/mcp-server-card/v1.json",
  "version": "1.0",
  "protocolVersion": "2025-06-18",
  "serverInfo": {
    "name": "arjunlohan",
    "title": "Arjun Lohan (arjunlohan.com)",
    "version": "1.0.0"
  },
  "description": "First-party MCP server for arjunlohan.com: Arjun Lohan's profile, work history, projects (nightclaude, almashows, ScreenGif), agent skills (finesse, sharpen), writing, and contact details, served as Markdown tools and resources.",
  "documentationUrl": "https://www.arjunlohan.com/developers",
  "transport": {
    "type": "streamable-http",
    "endpoint": "https://www.arjunlohan.com/mcp"
  },
  "capabilities": {
    "tools": { "listChanged": false },
    "resources": { "subscribe": false, "listChanged": false }
  },
  "authentication": {
    "required": false,
    "schemes": []
  },
  "tools": [
    {
      "name": "get_profile",
      "description": "Who Arjun Lohan is: bio, current role, background, FAQ, and links, as Markdown. Start here for any question about him."
    },
    {
      "name": "list_projects",
      "description": "All of Arjun Lohan's projects (nightclaude, almashows, ScreenGif, and more) with slugs, summaries, stacks, and live URLs."
    },
    {
      "name": "get_project",
      "description": "The full Markdown case study for one project. Get slugs from list_projects (e.g. \"nightclaude\", \"almashows\")."
    },
    {
      "name": "list_writing",
      "description": "Arjun Lohan's writing: blog posts on this site (with slugs) and newsletter essays on The Financial Engineer (with links)."
    },
    {
      "name": "get_blog_post",
      "description": "The full Markdown text of one blog post. Get slugs from list_writing."
    },
    {
      "name": "get_page",
      "description": "The Markdown representation of any arjunlohan.com page by path, e.g. \"/\", \"/about\", \"/work\", \"/skills\", \"/contact\", \"/developers\"."
    },
    {
      "name": "get_contact_info",
      "description": "How to contact Arjun Lohan: canonical email, social profiles, location, and what he is happy to hear about."
    }
  ],
  "resources": "dynamic"
}
