← blobpedia.org

INDIVIDUAL MCP TOOL

get_cip_attachments

List file/PDF attachments of one Celestia Improvement Proposal (CIP) — e.

blobpedia.orgnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

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.
  • 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.