← Registry

Developer Tools

vanshul.com

Provides tools to extract, search, and pack GitHub repository and documentation content into agent-ready context blobs for AI assistants.

2 endpoints10 known toolsFirst detected August 6, 2026Last detected August 6, 2026

ENDPOINT 1

https://ctx.vanshul.com/mcp

No auth detected

MCP server metadata

Name
vanshul-ctx
Version
1.0.0
Capabilities
tools
Server instructions

Tools to turn a GitHub repo into agent-ready context. Pass a repo as "owner/repo" or a github.com URL.

Known tools 6

pack_repo

Fetch a GitHub repository and return it as one agent-ready context blob: text files concatenated with clear "==== path ====" headers, binaries/lockfiles/build dirs stripped, with a token estimate.

Inferred read-only
search_context

Search a GitHub repository and return only the passages that match a query — each with its file path, line number and a relevance score.

Inferred read-only
list_files

List the text files ctx would include for a repository (after stripping binaries, lockfiles and build dirs), with their byte sizes.

Inferred read-only
get_file

Return the full text of a single file in a repository, by path.

Inferred read-only
pack_docs

Crawl a documentation site from a start URL and return it as one agent-ready context blob: each page extracted to clean Markdown, concatenated with its URL.

Inferred read-only
search_docs

Crawl a documentation site and return only the passages that match a query — each with its page URL, line and a relevance score.

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.vanshul-ctx]
url = "https://ctx.vanshul.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "vanshul-ctx": {
      "type": "http",
      "url": "https://ctx.vanshul.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: vanshul-ctx
Remote MCP URL: https://ctx.vanshul.com/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": {
    "vanshul-ctx": {
      "url": "https://ctx.vanshul.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "vanshul-ctx": {
      "type": "http",
      "url": "https://ctx.vanshul.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "vanshul-ctx",
  "transport": "streamable-http",
  "url": "https://ctx.vanshul.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 2

https://mcp.vanshul.com/mcp

No auth detected

MCP server metadata

Name
vanshul-web-reader
Version
1.0.0
Capabilities
tools
Server instructions

Tools to read the live web as clean Markdown. Pass an absolute http(s) URL.

Known tools 4

fetch_markdown

Fetch a web page and return its main content as clean Markdown (nav, ads and boilerplate removed).

Inferred read-only
fetch_metadata

Fetch a web page and return its metadata as JSON: title, byline, site name, excerpt and word count (no full body).

Inferred read-only
extract_links

Fetch a web page and return all of its outbound http(s) links (with anchor text) as JSON.

Inferred read-only
search_page

Fetch a web page and return only the passages that match a query, instead of the whole page.

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.vanshul-web-reader]
url = "https://mcp.vanshul.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "vanshul-web-reader": {
      "type": "http",
      "url": "https://mcp.vanshul.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: vanshul-web-reader
Remote MCP URL: https://mcp.vanshul.com/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": {
    "vanshul-web-reader": {
      "url": "https://mcp.vanshul.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "vanshul-web-reader": {
      "type": "http",
      "url": "https://mcp.vanshul.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "vanshul-web-reader",
  "transport": "streamable-http",
  "url": "https://mcp.vanshul.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for vanshul.com was fetched 2026-08-11T12:10:40.737Z.

Trust status Trusted

vanshul.com is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

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