← Registry

General Tools

vanshverma.com

Provides access to laboratory experiments, engineering projects, and technical notes, allowing users to filter and retrieve detailed research data.

1 endpoint9 known toolsFirst detected August 9, 2026Last detected August 9, 2026

ENDPOINT 1

https://vanshverma.com/api/mcp

No auth detected

MCP server metadata

Name
vanshverma-portfolio
Version
1.0.0
Capabilities
tools.listChanged

Known tools 9

query_experiments

Filter the 293 lab experiments (240 confirmed, 25 null, 28 mixed).

Inferred read-only
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.

Inferred read-only
list_projects

Engineering projects (proprietary and/or open-source), optionally filtered by free-text query.

Inferred read-only
get_project

One project by name (case-insensitive).

Inferred read-only
list_notes

All technical notes with titles, dates, excerpts, and URLs (HTML + raw markdown).

Inferred read-only
get_note

One note by slug, including its full markdown content.

Inferred read-only
list_papers

Research preprints with abstracts.

Inferred read-only
get_paper

One preprint by slug, including abstract and full text.

Inferred read-only
get_evidence

Every public claim mapped to the artifact that proves it: repos, receipt files (claims/prereg/review/reproduce), preprint source, and live URLs.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.