← umesh-malik.com

INDIVIDUAL MCP TOOL

get_post

Fetch the full Markdown of a blog post by its slug (as returned by search_posts), including frontmatter metadata.

umesh-malik.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

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

  • A tool name or description contains a write-action term.
  • A tool name or description suggests retrieving external content.

Parent endpoint

umesh-malik.com

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.umesh-malik-portfolio]
url = "https://umesh-malik.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "umesh-malik-portfolio": {
      "type": "http",
      "url": "https://umesh-malik.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: umesh-malik-portfolio
Remote MCP URL: https://umesh-malik.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": {
    "umesh-malik-portfolio": {
      "url": "https://umesh-malik.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "umesh-malik-portfolio": {
      "type": "http",
      "url": "https://umesh-malik.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "umesh-malik-portfolio",
  "transport": "streamable-http",
  "url": "https://umesh-malik.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_posts — Full-text search across Umesh Malik's blog posts (titles, summaries, tags).
  • list_topics — List the curated topic hubs (Claude Code, LLM Engineering, AI Coding Agents) with their URLs.
  • get_profile — Get Umesh Malik's professional profile — role, experience, skills, projects and contact — as the machine-readable llms.txt index.