Content Tools
shaam.blog
Provides search and retrieval of published articles from The Tech Archive blog, including full text and topic browsing.
ENDPOINT 1
https://shaam.blog/mcp
MCP server metadata
- Name
- shaam-blog
- Version
- 0.1.0
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_articlesList and search published articles on The Tech Archive (shaam.blog).
Inferred read-onlyread_articleFetch one published article by slug, including its full Markdown body, author, timestamps, and canonical URL for citation.
Inferred read-onlylist_topicsBrowse the site taxonomy — categories, tags, and series — with published-article counts.
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.