Skip to content
BLOBPEDIA/FOR AI
FOR AI

BLOBPEDIA
for AI Agents

Machine-readable access to the Celestia knowledge base. BLOBPEDIA exposes all content via MCP (Model Context Protocol) and a REST API. No authentication required.

Interactive API reference →

MCP Server

ENDPOINThttps://blobpedia.org/mcp
Install in your IDE / editor (10)
Claude Desktopjson
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) · %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
  "mcpServers": {
    "blobpedia": {
      "type": "http",
      "url": "https://blobpedia.org/mcp"
    }
  }
}
Claude.ai (web/mobile)shell
Settings → Connectors → Add custom connector
URL: https://blobpedia.org/mcp
Auth: none
Available on Free, Pro, Max, Team and Enterprise plans.
Claude Code CLIshell
one-liner
claude mcp add --transport http --scope user blobpedia https://blobpedia.org/mcp
Cursorjson
~/.cursor/mcp.json (global) or .cursor/mcp.json (project)
{
  "mcpServers": {
    "blobpedia": {
      "url": "https://blobpedia.org/mcp"
    }
  }
}
VS Code (Copilot Agent Mode)json
.vscode/mcp.json (workspace) or user profile
{
  "servers": {
    "blobpedia": {
      "type": "http",
      "url": "https://blobpedia.org/mcp"
    }
  }
}
Cline (VS Code extension)json
MCP Servers panel → Remote Servers → Streamable HTTP
{
  "mcpServers": {
    "blobpedia": {
      "url": "https://blobpedia.org/mcp",
      "disabled": false,
      "autoApprove": []
    }
  }
}
Continue.devyaml
.continue/mcpServers/blobpedia.yaml (agent mode)
name: BLOBPEDIA
version: 0.0.1
schema: v1
mcpServers:
  - name: BLOBPEDIA
    type: streamable-http
    url: https://blobpedia.org/mcp
Zedjson
settings.json → context_servers
{
  "context_servers": {
    "blobpedia": {
      "url": "https://blobpedia.org/mcp"
    }
  }
}
JetBrains (IntelliJ / PyCharm / WebStorm 2025.2+)shell
Settings → Tools → AI Assistant → Model Context Protocol → Add server
URL: https://blobpedia.org/mcp
Transport: HTTP
Auth: none
ChatGPT (Plus / Business / Enterprise)shell
Settings → Connectors → Developer mode → Add MCP server
URL: https://blobpedia.org/mcp
Transport: Streamable HTTP
Auth: none
Read-only tools auto-allowed; the server has no write tools.
Available tools (23)
searchKeyword/full-text search across the Celestia knowledge base
semantic_searchMeaning-based (vector + rerank) search across all Celestia sources, incl. YouTube transcripts
get_cipGet the full text of a Celestia Improvement Proposal by id
list_cipsList CIPs with status/type filters
get_cip_historyCIP status-change timeline
get_cip_attachmentsList file/PDF attachments for a CIP
get_cip_mentionsWhere a CIP is referenced: forum, blog, proposals, sibling CIPs
get_discussionGet a Celestia forum thread with posts
get_docGet the full text of a Celestia documentation page by id
get_whitepaperGet a Celestia whitepaper by slug
list_whitepapersList indexed Celestia whitepapers
get_trendingTrending Celestia content this week
get_recent_changesUnified activity stream: CIP transitions, forum, blog, releases
get_network_statsCounts of indexed Celestia content (catalog coverage)
get_network_stateLIVE Celestia on-chain state + TIA market (Celenium + CoinGecko): height, TIA supply, validators, blob data, price
list_ecosystem_projectsCelestia ecosystem project catalog
list_reposList GitHub repositories indexed for Celestia
list_github_discussionsList GitHub Discussions from Celestia repos (celestiaorg/docs Q&A, Ideas)
get_github_discussionGet a GitHub Discussion with body and comments
get_videoGet a cached Celestia YouTube video (metadata + transcript)
list_videosBrowse cached Celestia YouTube videos by channel / date / transcript
get_foundation_infoCelestia Foundation + Labs leadership and team: names, roles, background
get_started_guidePersonalized onboarding to build on Celestia (rollup_dev, node_operator, app_dev, researcher, new_to_celestia)

REST API v1

BASE URLhttps://blobpedia.org/api/v1
Quick examples
curl https://blobpedia.org/api/v1/search?q=governance&limit=5
curl https://blobpedia.org/api/v1/cips/0042
curl https://blobpedia.org/api/v1/trending
Endpoints (36)
/api/v1/cipsList CIPs · status, type, limit, offset
/api/v1/cips/:idGet single CIP with full content · id: "0042", "CIP-0042", "PR-0117"
/api/v1/cips/:id/historyCIP status change history · CIP id
/api/v1/cips/:id/attachmentsCIP file attachments · CIP id
/api/v1/searchFull-text search across all content · q, type (all|cip|doc|discussion|whitepaper|blog|youtube|github), limit
/api/v1/discussionsList forum topics · limit, offset, category
/api/v1/discussions/:idGet topic with posts · topic id
/api/v1/docsList documentation pages · source, limit, offset
/api/v1/docs/:idGet full doc page content · doc id
/api/v1/whitepapersList all whitepapers
/api/v1/whitepapers/:slugGet whitepaper with extracted text · slug
/api/v1/trendingTrending content this week
/api/v1/radarBreaking changes and deadlines · level (all|critical|important|ecosystem)
/api/v1/videosYouTube videos · channel, limit, offset
/api/v1/statsNetwork stats snapshot + history
/api/v1/reposIndexed GitHub repositories
/api/v1/codeGitHub issues and PRs browser · repo, state, type, q, limit, offset
/api/v1/ecosystemcelestia.org/ecosystem project catalog · category, q, limit, offset
/api/v1/cips/graphCIP requires dependency graph
/api/v1/videos/:idSingle YouTube video metadata + transcript · video id
/api/v1/github-discussionsGitHub Discussions (celestiaorg/docs Q&A) · repo, category, limit, offset
/api/v1/github-discussions/:idSingle discussion with body + comments · discussion node id
/api/v1/searches/popularTop human search queries on /search · window (days, 1-90), limit
/api/v1/searches/zeroDistinct search queries that returned 0 results - content-gap signal · window, limit
POST /api/v1/cips/batchBulk CIP lookup (≤50 ids) · Body: { ids: string[] } - accepts 0042, CIP-0042, PR-0117
/api/v1/cips/:id/tldrCached 2-3 sentence TL;DR - read-only, never triggers LLM generation · CIP id
/api/v1/cips/tldrsBatch cached TL;DRs for up to 50 CIPs in one call · ids=0001,CIP-0042,PR-117
/api/v1/cips/:id/mentionsAggregated backlinks: forum threads, blog posts, sibling CIPs · CIP id
/api/v1/sourcesDiscovery: one row per content type with current count + last-synced timestamp
/api/v1/networkLIVE Celestia on-chain state + TIA market (Celenium + CoinGecko)
/api/v1/changesUnified activity feed: CIP transitions, forum threads, blog posts, releases, radar items - merged descending-by-time · days (1-90), limit (1-500)
/api/v1/csp-violationsAggregated CSP violations grouped by directive - for security monitoring dashboards · window (days, 1-90), limit (top blocked_uris per directive, 1-25)
/api/v1/openapi.jsonOpenAPI 3.1 description of every endpoint - feed to Swagger UI / OpenAI function-calling / Postman
/api/v1/referenceInteractive API reference (Scalar) rendered from the OpenAPI spec - open in a browser to explore + try endpoints
/api/v1API index - lists every v1 endpoint with a one-line description
/healthLiveness probe + MCP tool count

Rate limits

/mcp60 req / 15 min per IP
/api/v1/search20 req / min per IP
/api/v1/*120 req / 15 min per IP

Limits returned in RateLimit-* headers. On 429, check Retry-After.