# blog [Health: Active]

**Category:** 💻 Developer Tools  
**Repository:** https://github.com/radixia/blog-mcp  
**GitHub Stars:** 0  
**npm Downloads (last month):** 2368  
**Views:** 0  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/blog

## Description
Search and read the Radixia blog (enterprise AI, cloud, open source) via MCP.

## Claude Desktop Quick Installation
Remote MCP endpoint (confidence: high). Install path detected from listing signals. Add as a URL/SSE server in your client:

```json
"mcpServers": {
  "blog": {
    "url": "https://mcp.radixia.ai/mcp"
  }
}
```

## Documentation & README

# Radixia Blog — MCP server

Public, read-only Model Context Protocol server for the Radixia blog. Runs on Cloudflare Workers (streamable HTTP).

- Endpoint: https://mcp.radixia.ai/mcp
- Registry: ai.radixia/blog

## Tools

- list_posts — recent posts (limit, tag)
- search_posts — full-text search (query, limit)
- get_post — full post by slug
- list_tags — tags with counts
- about_radixia — company profile
- search_isc2026_transcripts — full-text search across 147 auto-caption session transcripts from ISC High Performance 2026 (query, limit)
- get_isc2026_session — full transcript of one ISC 2026 session by title
- get_isc2026_agenda — the ISC 2026 program with times, halls and speakers (day)

The ISC corpus is the static dataset published by the website at
https://www.radixia.ai/labs/isc-2026-search (Radixia Labs). Override its base
URL with the ISC_BASE env var for local testing (see .dev.vars).

See PUBLISHING.md for how this server is published to the official MCP Registry.

