← shaam.blog

INDIVIDUAL MCP TOOL

read_article

Fetch one published article by slug, including its full Markdown body, author, timestamps, and canonical URL for citation.

shaam.blognone authenticationAvailability not checked

LIVE ENDPOINT

https://shaam.blog/mcp

No auth detected

Connect to this endpoint to inspect the live schema for read_article 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

shaam.blog

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.shaam-blog]
url = "https://shaam.blog/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "shaam-blog": {
      "type": "http",
      "url": "https://shaam.blog/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "shaam-blog": {
      "type": "http",
      "url": "https://shaam.blog/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "shaam-blog",
  "transport": "streamable-http",
  "url": "https://shaam.blog/mcp"
}
MCP Inspector

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

Related tools

  • search_articles — List and search published articles on The Tech Archive (shaam.blog).
  • list_topics — Browse the site taxonomy — categories, tags, and series — with published-article counts.