INDIVIDUAL MCP TOOL
list_projects
Engineering projects (proprietary and/or open-source), optionally filtered by free-text query.
LIVE ENDPOINT
https://vanshverma.com/api/mcp
Connect to this endpoint to inspect the live schema for list_projects and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.vanshverma-portfolio]
url = "https://vanshverma.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"vanshverma-portfolio": {
"type": "http",
"url": "https://vanshverma.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: vanshverma-portfolio
Remote MCP URL: https://vanshverma.com/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"vanshverma-portfolio": {
"url": "https://vanshverma.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"vanshverma-portfolio": {
"type": "http",
"url": "https://vanshverma.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "vanshverma-portfolio",
"transport": "streamable-http",
"url": "https://vanshverma.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
query_experiments— Filter the 293 lab experiments (240 confirmed, 25 null, 28 mixed).get_experiment— Full detail for one experiment: question, measured finding, result, and which receipt files (claims.toml / PREREG.md / REVIEW.md / reproduce.sh) its repo actually ships.get_project— One project by name (case-insensitive).list_notes— All technical notes with titles, dates, excerpts, and URLs (HTML + raw markdown).get_note— One note by slug, including its full markdown content.list_papers— Research preprints with abstracts.get_paper— One preprint by slug, including abstract and full text.get_evidence— Every public claim mapped to the artifact that proves it: repos, receipt files (claims/prereg/review/reproduce), preprint source, and live URLs.