// 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
| tool | what it returns |
|---|---|
| get_profile | Identity, headline, links, skills, achievements |
| list_projects | All open-source projects |
| get_project | One project's detail by slug |
| list_work | Production work case studies |
| get_work | One case study's detail by slug |
| search_experience | Keyword search across work, projects, skills |
| get_resume_variant | A role-targeted résumé PDF URL |