Developer Tools
hiten.dev
Exposes a developer's portfolio data including profile, skills, experience, and projects via MCP tools.
ENDPOINT 1
https://mcp.hiten.dev/mcp
MCP server metadata
- Name
- hiten-portfolio
- Version
- 1.0.0
Structured access to Hiten Patel's professional profile (senior frontend engineer, UK). Use get_profile / get_skills / get_experience / get_projects / get_project for factual CV data, search_writing for his technical blog, and ask_cv for free-form questions answered by his CV-grounded chat service. All data comes from the same single source of truth that generates hiten.dev and ask.hiten.dev.
Known tools 7
get_profileWho Hiten Patel is: positioning, why-hire-me bullets, what he is looking for next, AI workflow, leadership, certifications, education, and contact details.
Inferred read-onlyget_skillsCore stack (TypeScript, Lit, Vue, React/Next.js, Node, Astro, CSS, accessibility), secondary technologies, and honest gaps.
Inferred read-onlyget_experienceEmployment history: current consultancy engagements (with detail) and earlier roles.
Inferred read-onlyget_projectsAll case studies and side projects with ids, titles, URLs and one-line summaries.
Inferred read-onlyget_projectFull detail for one case study or side project by id (get ids from get_projects).
Inferred read-onlysearch_writingKeyword search over Hiten's technical blog posts on devtoolbox.blog (frontend tooling, homelab, AI-assisted development).
Inferred read-onlyask_cvAsk a free-form question about Hiten's experience, answered by his CV-grounded chat service (ask.hiten.dev).
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.hiten-portfolio]
url = "https://mcp.hiten.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"hiten-portfolio": {
"type": "http",
"url": "https://mcp.hiten.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: hiten-portfolio
Remote MCP URL: https://mcp.hiten.dev/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": {
"hiten-portfolio": {
"url": "https://mcp.hiten.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"hiten-portfolio": {
"type": "http",
"url": "https://mcp.hiten.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "hiten-portfolio",
"transport": "streamable-http",
"url": "https://mcp.hiten.dev/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 hiten.dev was fetched 2026-08-16T21:55:50.977Z.
hiten.dev is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.