General Tools
vanshverma.com
Provides access to laboratory experiments, engineering projects, and technical notes, allowing users to filter and retrieve detailed research data.
ENDPOINT 1
https://vanshverma.com/api/mcp
MCP server metadata
- Name
- vanshverma-portfolio
- Version
- 1.0.0
Known tools 9
query_experimentsFilter the 293 lab experiments (240 confirmed, 25 null, 28 mixed).
Inferred read-onlyget_experimentFull detail for one experiment: question, measured finding, result, and which receipt files (claims.toml / PREREG.md / REVIEW.md / reproduce.sh) its repo actually ships.
Inferred read-onlylist_projectsEngineering projects (proprietary and/or open-source), optionally filtered by free-text query.
Inferred read-onlylist_notesAll technical notes with titles, dates, excerpts, and URLs (HTML + raw markdown).
Inferred read-onlyget_evidenceEvery public claim mapped to the artifact that proves it: repos, receipt files (claims/prereg/review/reproduce), preprint source, and live URLs.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.