43
/ 100
2 days ago
glama

hive-mcp-cdn

A caching MCP server for A2A capabilities that stores and retrieves arbitrary objects with ETag support, two-tier LRU/SQLite storage, and x402 pay-per-use billing in USDC.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
// known CVEs in dependencies1 low

Disclosed vulnerabilities in this server's declared npm dependencies (via OSV). Whether each is reachable depends on the installed versions.

lowexpress@4.19.2GHSA-qw6h-vgh9-j6wx

express vulnerable to XSS via response.redirect()

Depend on this server? Get alerted when its CVEs change.Watch this server free →
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configCDN_DB_PATHWarm (SQLite): better-sqlite3 at (default /tmp/cdn.db). One cache table with body, ETag, content type, size in bytes, created and expiry timestamps. A second egress table aggregates daily counters.
configCDN_DEFAULT_TTL_S300 Default TTL for objects without explicit max-age.
configCDN_LRU_MAX_BYTESHot (LRU): an in-process Map with insertion-order recency. Bounded by CDN_LRU_MAX_ENTRIES and . Misses fall through to warm and promote on read.
configCDN_LRU_MAX_ENTRIESHot (LRU): an in-process Map with insertion-order recency. Bounded by and CDN_LRU_MAX_BYTES. Misses fall through to warm and promote on read.
configCDN_MAX_OBJECT_BYTES4194304 Per-object size limit (4 MiB).
configCDN_PREPAY_BUNDLE_USD1.0 Default prepay bundle size.
configCDN_PRICE_PER_GB_EGRESS_USD0.05 Per-GB egress fee.
configCDN_PRICE_PER_REQUEST_USD0.0002 Per-request fee.
configENABLEMode: Inbound only. =true default.
configPORT3000 HTTP port.
configWALLET_ADDRESSSettlement on Base L2 USDC. The recipient is the env var.
configX402_ENABLED
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 2 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/srotzin-hive-mcp-cdn-1063z7)](https://m8ven.ai/mcp/srotzin-hive-mcp-cdn-1063z7)
commit: b7ef8e8a226a56c386eafac632d2524db2de2219
code hash: bb85aead8c0a109d62c23883ff9b0ea2397c4e2139cb2597b8be05a325e6b722
verified: 7/29/2026, 9:17:38 AM
view raw JSON →