mcpbeat

Gblin MCP Server

io.github.gblinproject/gblin-mcp-server
answering

Gblin MCP Server is answering right now. Last checked 9 min ago. 63 installs a week from npm. It exposes 5 tools. Last commit 3 Aug 2026.

Collateral-backed treasury vault for AI agents on Base. Crash Shield defends, JIT pays x402.

Installs per day peak 174 · avg 25 · -65% w/w
a month agotoday
Uptime history 16 hours of history
16 hours agonow
100.0%
Uptime 24h
56 of 56 checks
5
Tools
read from the server
59 ms
Response time
average over 24h
63
Installs / week
npm and PyPI

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 9 min ago.

run in your terminal
claude mcp add gblin-mcp-server --transport http https://gblin-mcp.gblin-mcp-worker.workers.dev/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "gblin-mcp-server": {
      "url": "https://gblin-mcp.gblin-mcp-worker.workers.dev/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.gblin-mcp-server]
url = "https://gblin-mcp.gblin-mcp-worker.workers.dev/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "gblin-mcp-server": {
      "url": "https://gblin-mcp.gblin-mcp-worker.workers.dev/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "gblin-mcp-server": {
      "url": "https://gblin-mcp.gblin-mcp-worker.workers.dev/mcp"
    }
  }
}

Available tools 5

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

agent
get_agent_economy_stats
Public GBLIN agent-economy observatory stats (x402 calls, payers, on-chain counters). Cached.
attestation
get_attestation_sample
FREE static sample of the paid Risk Attestation: identical shape and EIP-712 schema, sample:true, permanently expired. Wire your parser/verifier against this, then switch to the paid endpoint.
how
how_to_buy_live_attestation
Instructions for buying the live EIP-712-signed risk attestation over x402 ($0.003 USDC on Base) and verifying it offline.
market
get_market_risk_regime
Current BTC/ETH market risk regime (calm | elevated | crash) read live from GBLIN's on-chain Crash Shield on Base mainnet. Free. Same math as the paid EIP-712 attestation, but unsigned — for a signed, attachable proof buy the x402 attestation (see how_to_buy_live_attestation).
protocol
get_protocol_info
GBLIN protocol overview for agents (llms.txt): contracts, endpoints, prices, payment flow, field contract of the attestation.

Endpoints

URLTransportStateLatencyChecked
https://gblin-mcp.gblin-mcp-worker.workers.dev/mcp streamable-http answering 72 ms 9 min ago

Gblin MCP Server — questions

Answers built from our own checks of this server.

What can Gblin MCP Server do?
It exposes 5 tools, read directly from the server on our last check. Among them: get_agent_economy_stats, get_attestation_sample, get_market_risk_regime, get_protocol_info, how_to_buy_live_attestation. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Gblin MCP Server working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 56 of 56 checks got a reply (100.0%), average response time 59 ms. The bar chart above shows every period we have measured.
How do I connect Gblin MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Gblin MCP Server need an API key?
No. Gblin MCP Server completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 5 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Gblin MCP Server?
It answers our handshake in 59 ms on average, which is faster than 96% of all working MCP servers we measure. That puts it in the quick quarter of the ecosystem. The comparison comes from our own checks across the whole registry, every 15 minutes.
How many people use Gblin MCP Server?
The npm package @gblin-protocol/mcp-server was installed 63 times in the last week. Week over week that is -65%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Gblin MCP Server open source?
Yes — it is published under the MIT licence, written in TypeScript, 1 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.