Developer Tools
vanshul.com
Provides tools to extract, search, and pack GitHub repository and documentation content into agent-ready context blobs for AI assistants.
ENDPOINT 1
https://ctx.vanshul.com/mcp
MCP server metadata
- Name
- vanshul-ctx
- Version
- 1.0.0
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_repoFetch 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-onlysearch_contextSearch 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-onlylist_filesList the text files ctx would include for a repository (after stripping binaries, lockfiles and build dirs), with their byte sizes.
Inferred read-onlypack_docsCrawl 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-onlysearch_docsCrawl a documentation site and return only the passages that match a query — each with its page URL, line and a relevance score.
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.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
MCP server metadata
- Name
- vanshul-web-reader
- Version
- 1.0.0
Tools to read the live web as clean Markdown. Pass an absolute http(s) URL.
Known tools 4
fetch_markdownFetch a web page and return its main content as clean Markdown (nav, ads and boilerplate removed).
Inferred read-onlyfetch_metadataFetch a web page and return its metadata as JSON: title, byline, site name, excerpt and word count (no full body).
Inferred read-onlyextract_linksFetch a web page and return all of its outbound http(s) links (with anchor text) as JSON.
Inferred read-onlysearch_pageFetch a web page and return only the passages that match a query, instead of the whole page.
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.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.
vanshul.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.