Developer Tools
blobpedia.org
Provides search and retrieval tools for the Celestia knowledge base, including CIPs, documentation, and community discussions.
ENDPOINT 1
https://blobpedia.org/mcp
MCP server metadata
- Name
- blobpedia
- Version
- 1.0.0
Known tools 44
searchKeyword/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).
Inferred read-onlylist_cipsBrowse or filter Celestia Improvement Proposals (CIPs) by status (Draft, Review, Final) or type.
Inferred read-onlyget_discussionRead one Celestia community forum thread (forum.celestia.org) with its posts, by numeric topic id.
Inferred read-onlyget_whitepaperRead the full text of one Celestia whitepaper or research PDF by slug.
Inferred read-onlylist_whitepapersList the Celestia whitepapers and research PDFs indexed here (slug plus title).
Inferred read-onlyget_trendingShow which CELESTIA content is trending on blobpedia this week (most-viewed CIPs, forum threads, docs, etc.).
Inferred read-onlyget_docRead 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.
Inferred read-onlyget_cip_historyShow the status-change timeline of one Celestia Improvement Proposal (CIP) — when it moved Draft to Review to Final, etc.
Inferred read-onlyget_cip_attachmentsList file/PDF attachments of one Celestia Improvement Proposal (CIP) — e.g.
Inferred read-onlyget_cip_mentionsFind where a given Celestia Improvement Proposal (CIP) is referenced across blobpedia: forum threads, blog posts, celestiaorg GitHub issues and pull requests, and sibling CIPs.
Inferred read-onlyget_recent_changesTimeline of what changed on Celestia recently across blobpedia (new/changed CIPs, forum threads, blog posts, GitHub releases, radar alerts), newest first.
Inferred read-onlyget_network_statsCounts of CELESTIA CONTENT indexed by blobpedia (how many CIPs, forum threads, docs, videos, etc.).
Inferred read-onlyget_network_stateLive Celestia ON-CHAIN state + TIA market, fetched in real time (source: Celenium indexer + CoinGecko): mainnet block height, total TIA supply, validator count, cumulative blob data posted, total txs/accounts/namespaces, plus TIA price, market cap and 24h change.
Inferred read-onlylist_ecosystem_projectsBrowse the Celestia ecosystem catalog (rollups, DeFi, wallets, infrastructure, etc.), optionally filtered by category or keyword.
Inferred read-onlylist_reposList the GitHub repositories that blobpedia has INDEXED for Celestia, with item counts.
Inferred read-onlyget_github_discussionRead one Celestia GitHub Discussion (celestiaorg/docs and other Celestia repos) cached on THIS server — full body plus comments — by an id you got from list_github_discussions on this server.
Inferred read-onlyget_videoGet one Celestia-related YouTube video cached on this server (metadata plus transcript), by video id.
Inferred read-onlylist_videosBrowse Celestia-related YouTube videos cached on this server, filtered by channel/date/transcript availability.
Inferred read-onlyget_foundation_infoWho runs Celestia: leadership and team members of the Celestia Foundation and Celestia Labs — names, roles and background — plus the headline figures from the official celestia.org About page.
Inferred read-onlysemantic_searchSemantic (meaning-based) search over the Celestia knowledge base (CIPs, Celestia/rollup/node docs, forum, whitepapers, blog, releases, ecosystem, YouTube transcripts, celestiaorg GitHub issues/PRs).
Inferred read-onlyget_started_guidePersonalized onboarding for building ON CELESTIA — running a node, posting a blob, or deploying a rollup that uses Celestia for data availability.
Inferred read-onlysearch_github_issuesFull-text search across blobpedia's indexed GitHub issues across Celestia repos.
Inferred read-onlysearch_talksSearch blobpedia's indexed Celestia talks/videos (YouTube transcripts).
Inferred read-onlysearch_release_notesSearch across release-notes bodies of all indexed Celestia repos for a feature/keyword.
Inferred read-onlyfind_security_patchesSurface release notes likely to contain security or CVE fixes.
Inferred read-onlyfind_maintainer_guidanceSurface forum posts authored by top-volume Celestia forum contributors (likely maintainers/core team) on a topic.
Inferred read-onlyfind_expertRank likely Celestia experts on a topic across blobpedia: forum activity matching the topic, plus overall forum volume of that author.
Inferred read-onlyecosystem_dependency_graphMap ecosystem_projects matching a topic to the GitHub repos that mention them, building a quick "who references these projects" picture.
Inferred read-onlyfind_collaboration_opportunitiesGiven one Celestia ecosystem project, find others with complementary tags/category that could plug in.
Inferred read-onlydiagnose_errorPaste a Celestia ERROR MESSAGE, stack trace, or error code and get the most likely resolved fixes from blobpedia history: forum threads where the same error was discussed, and related GitHub issues (each with its own date).
Potential side effectsget_breaking_changesCompare two versions of one Celestia repo and return the release notes between them, plus any forum threads near the release window.
Inferred read-onlydetect_cip_dependency_chainWalk the CIP `requires:` graph from a starting CIP or PR draft.
Inferred read-onlyget_sdk_changelogFetch the release-notes body for one version across celestia-app / celestia-node / celestia-core / rollkit / celestia-openrpc.
Inferred read-onlyfind_known_issuesSurface known UNRESOLVED problems matching a free-text description: forum threads with zero replies but high views, plus open GitHub issues.
Inferred read-onlyfind_cip_for_featureGiven a Celestia feature or capability description, find the matching CIP(s) by searching titles and bodies.
Inferred read-onlyget_latest_releaseGet the single latest release (version tag, publish date, and GitHub release-notes link) for ONE NAMED Celestia repo: app, node, core, rollkit, or openrpc.
Potential side effectsget_radarGet the Celestia Radar, blobpedia's curated feed of time-sensitive ecosystem alerts: breaking changes, upgrade deadlines, protocol changes and required node-operator/rollup actions, each with deadline, affected components and source link.
Inferred read-onlyfind_similar_projectsFind Celestia ecosystem projects most similar to a free-text description by matching across title + category + description + tags.
Inferred read-onlylearning_pathConstruct a structured Celestia onboarding sequence for a stated goal: whitepaper → relevant docs → CIPs to know → forum starter threads → talks.
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.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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for blobpedia.org was fetched 2026-07-28T07:30:18.408Z and is being refreshed.
blobpedia.org is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.