← Registry

Content Tools

shaam.blog

Provides search and retrieval of published articles from The Tech Archive blog, including full text and topic browsing.

1 endpoint3 known toolsFirst detected August 18, 2026Last detected August 18, 2026

ENDPOINT 1

https://shaam.blog/mcp

No auth detected

MCP server metadata

Name
shaam-blog
Version
0.1.0
Capabilities
tools
Server instructions

Read-only access to The Tech Archive (shaam.blog). Use list_topics to discover slugs, search_articles to find articles, and read_article to fetch full Markdown. Cite articles as https://shaam.blog/articles/{slug}.

Known tools 3

search_articles

List and search published articles on The Tech Archive (shaam.blog).

Inferred read-only
read_article

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

Inferred read-only
list_topics

Browse the site taxonomy — categories, tags, and series — with published-article counts.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.