← blobpedia.org

INDIVIDUAL MCP TOOL

get_latest_release

Get the single latest release (version tag, publish date, and GitHub release-notes link) for ONE NAMED Celestia repo: app, node, core, rollkit, or openrpc.

blobpedia.orgnone authenticationAvailability not checked

LIVE ENDPOINT

https://blobpedia.org/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_latest_release and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent server

blobpedia.org

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

.mcp.json

{
  "mcpServers": {
    "blobpedia": {
      "type": "http",
      "url": "https://blobpedia.org/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • search — Keyword/full-text search over the Celestia knowledge base (CIPs, Celestia/rollup/node docs, forum, whitepapers, blog, YouTube transcripts, celestiaorg GitHub issues/PRs, releases and Discussions).
  • get_cip — Read the full text of one Celestia Improvement Proposal (CIP) by its id.
  • list_cips — Browse or filter Celestia Improvement Proposals (CIPs) by status (Draft, Review, Final) or type.
  • get_discussion — Read one Celestia community forum thread (forum.celestia.org) with its posts, by numeric topic id.
  • get_whitepaper — Read the full text of one Celestia whitepaper or research PDF by slug.
  • list_whitepapers — List the Celestia whitepapers and research PDFs indexed here (slug plus title).
  • get_trending — Show which CELESTIA content is trending on blobpedia this week (most-viewed CIPs, forum threads, docs, etc.).
  • get_doc — Read the FULL text of one indexed Celestia documentation page by id (Celestia node and developer docs plus partner docs) — exact commands, flags, and whole sections a search snippet truncates.