streamable-httpupdated 1mo ago
Public, read-only Model Context Protocol server for the Radixia blog. Runs on Cloudflare Workers (streamable HTTP).
What can you do with blog?
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.
Install
Add blog to your client. Pick the one you use.
claude mcp add --transport http blog https://mcp.radixia.ai/mcpcodex mcp add blog --url https://mcp.radixia.ai/mcp{
"mcpServers": {
"blog": {
"url": "https://mcp.radixia.ai/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"blog": {
"type": "http",
"url": "https://mcp.radixia.ai/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"blog": {
"url": "https://mcp.radixia.ai/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"blog": {
"serverUrl": "https://mcp.radixia.ai/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation9/25
- Maintenance19/25
- Trust9/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 26 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | Jul 11, 2026 |