INDIVIDUAL MCP TOOL
get_commands
Return just the runnable commands and code blocks from the best-matching article or cheatsheet — no prose.
LIVE ENDPOINT
https://karandeepsingh.ca/mcp
Connect to this endpoint to inspect the live schema for get_commands and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
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.karandeepsingh-blog]
url = "https://karandeepsingh.ca/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"karandeepsingh-blog": {
"type": "http",
"url": "https://karandeepsingh.ca/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: karandeepsingh-blog
Remote MCP URL: https://karandeepsingh.ca/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": {
"karandeepsingh-blog": {
"url": "https://karandeepsingh.ca/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"karandeepsingh-blog": {
"type": "http",
"url": "https://karandeepsingh.ca/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "karandeepsingh-blog",
"transport": "streamable-http",
"url": "https://karandeepsingh.ca/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_posts— Search Karandeep Singh's blog (DevOps/AWS articles and cheatsheets).read_post— Read a post's full text by URL, paginated.list_recent— List the most recently published posts.browse_by_tag— List posts with a given tag (e.list_topics— List every tag on the blog with a post count, for discovering what's covered.related_posts— Given a post URL, find other posts that share the most tags with it.random_post— Return a random post from the blog — a surprise pick.get_cheatsheet— Jump straight to a cheatsheet by topic (docker, cloudformation, cost, aurora, kubernetes, …) and get its full text.