INDIVIDUAL MCP TOOL
get_resume
Returns Khalid Ibne Hasan's structured resume: work experience, education, skill groups, and the URL of the downloadable PDF version.
LIVE ENDPOINT
https://www.khalidibnehasan.com/mcp
Connect to this endpoint to inspect the live schema for get_resume and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent server
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.khalidibnehasan-portfolio]
url = "https://www.khalidibnehasan.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"khalidibnehasan-portfolio": {
"type": "http",
"url": "https://www.khalidibnehasan.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: khalidibnehasan-portfolio
Remote MCP URL: https://www.khalidibnehasan.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": {
"khalidibnehasan-portfolio": {
"url": "https://www.khalidibnehasan.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"khalidibnehasan-portfolio": {
"type": "http",
"url": "https://www.khalidibnehasan.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "khalidibnehasan-portfolio",
"transport": "streamable-http",
"url": "https://www.khalidibnehasan.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_profile— Returns who Khalid Ibne Hasan is: name, role, organization, location, links, and a short professional bio.get_availability— Returns what Khalid Ibne Hasan is currently open to (advisory, speaking, and similar engagements) plus the ways to reach him, including a direct call-booking link.list_projects— Lists Khalid's shipped case studies (products built at Keyin College) and his side projects (the Lab).get_case_study— Returns the full case study for one project by slug: role, year, impact, description, highlights, and stack.list_writing— Lists Khalid's writing: in-site notes and Substack essays, merged and sorted newest first.get_post— Returns the full text of one in-site note by slug.search_site— Searches all of khalidibnehasan.ask_khalid— Asks Khalid Ibne Hasan's chat persona one question and returns its answer.