// model context protocol

Ask your own AI about me

This portfolio runs a small MCP server — the same protocol AI assistants use to call tools. Connect it to Claude Desktop or Cursor and ask your own AI about my work; it answers from my real projects and résumé.

Read-only · grounded in the same content as this site · no LLM cost on the server · it can only return real data, never invent.

// endpoint

https://anvilry.vercel.app/api/mcp/mcp

// Claude Desktop

{
  "mcpServers": {
    "sairam-portfolio": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://anvilry.vercel.app/api/mcp/mcp"]
    }
  }
}

// Cursor

{
  "mcpServers": {
    "sairam-portfolio": { "url": "https://anvilry.vercel.app/api/mcp/mcp" }
  }
}

// tools

toolwhat it returns
get_profileIdentity, headline, links, skills, achievements
list_projectsAll open-source projects
get_projectOne project's detail by slug
list_workProduction work case studies
get_workOne case study's detail by slug
search_experienceKeyword search across work, projects, skills
get_resume_variantA role-targeted résumé PDF URL