io.github.gblinproject/gblin-mcp-server
io.github.gblinproject/gblin-mcp-serverCollateral-backed treasury vault for AI agents on Base. Crash Shield defends, JIT pays x402.
Tools · 8
Current BTC/ETH risk regime (calm | elevated | crash) with a suggested posture, read live from GBLIN's on-chain Crash Shield on Base (60s cache). Free and unsigned; a signed, verifiable-offline versio…
Static, permanently expired sample of the signed Risk Attestation (sample:true), same fields and EIP-712 schema as the paid one. Use it to build and test a parser/verifier.
Cumulative public counters of GBLIN's x402 endpoints: paid calls, unique payer wallets, USDC earned, with methodology disclosure. Cached 5 min.
GBLIN llms.txt as plain text: contract addresses, endpoints, prices, payment flow, field contract of the attestation.
Append the HASHES of an AI action to GBLIN's public RFC 6962 transparency log and return a portable receipt: Ed25519 signature, inclusion proof, operator-signed C2SP checkpoint, plus the latest on-cha…
Receipt #index from GBLIN's receipts log, re-signed (Ed25519 is deterministic) with a fresh inclusion proof, the current signed checkpoint and the latest on-chain anchor. Free.
Verify a gblin-receipt/v1 JSON with pure math (no log lookup, no trust in this server): leaf hash, Ed25519 signature, RFC 6962 inclusion proof, C2SP checkpoint signature, verifier-key hash. Same check…
Kept/violated tallies for GBLIN's pre-registered, hash-pinned promises (attestation uptime, counter honesty), probed every 10 minutes; each closed UTC day is sealed on Base as an EAS attestation (sche…
Resources · 4
Endpoint, price, x402 flow and offline verification of the EIP-712-signed Risk Attestation ($0.003 USDC on Base).
gblin://howto/attestation
Paid seal endpoint ($0.01 USDC on Base via x402), fields, free reading routes and the offline verifier.
gblin://howto/seal
Machine-readable numbers: 60 requests/min/IP on /mcp, receipts.seal demo 5/day/IP, all tools free; paid prices of the x402 HTTP endpoints.
gblin://limits
Current verifier keys (receipts log, witness), the EAS attester wallet, and the pre-registered key-rotation procedure (how old receipts stay verifiable).
gblin://keys
Prompts · 2
Check the live on-chain risk regime and decide whether to deploy capital, reduce, or stand down — with the rule stated up front so the decision is auditable.
Seal the hashes of an action into the public transparency log, then verify the returned receipt with pure math, and state plainly what the receipt does and does not prove.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"io.github.gblinproject/gblin-mcp-server": {
"url": "https://gblin-mcp.gblin-mcp-worker.workers.dev/mcp",
"transport": "streamable-http"
}
}
}