← karandeepsingh.ca

INDIVIDUAL MCP TOOL

list_topics

List every tag on the blog with a post count, for discovering what's covered.

karandeepsingh.canone authenticationAvailability not checked

LIVE ENDPOINT

https://karandeepsingh.ca/mcp

No auth detected

Connect to this endpoint to inspect the live schema for list_topics and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent server

karandeepsingh.ca

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.
  • 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.
  • list_cheatsheets — List all cheatsheets (quick-reference guides) on the blog.