PluginBench
MCP Server
Active
MIT

io.github.gblinproject/gblin-treasury-risk-regime MCP Server

io.github.gblinproject/gblin-treasury-risk-regime

What is the io.github.gblinproject/gblin-treasury-risk-regime MCP server?

Risk regime + treasury for AI agents on Base: free regime reads, signed attestations, idle USDC.

How to install io.github.gblinproject/gblin-treasury-risk-regime

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • GBLIN_RPC_URL

    RPC URL for Base mainnet. Falls back to public endpoint if not set.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "gblin-treasury-risk-regime": {
      "command": "npx",
      "args": [
        "-y",
        "@gblin-protocol/mcp-server"
      ],
      "env": {
        "GBLIN_RPC_URL": "<YOUR_GBLIN_RPC_URL>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "gblin-treasury-risk-regime": {
      "command": "npx",
      "args": [
        "-y",
        "@gblin-protocol/mcp-server"
      ],
      "env": {
        "GBLIN_RPC_URL": "<YOUR_GBLIN_RPC_URL>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "gblin-treasury-risk-regime": {
      "command": "npx",
      "args": [
        "-y",
        "@gblin-protocol/mcp-server"
      ],
      "env": {
        "GBLIN_RPC_URL": "<YOUR_GBLIN_RPC_URL>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "gblin-treasury-risk-regime": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@gblin-protocol/mcp-server"
      ],
      "env": {
        "GBLIN_RPC_URL": "<YOUR_GBLIN_RPC_URL>"
      }
    }
  }
}
Claude Code
claude mcp add gblin-treasury-risk-regime --env GBLIN_RPC_URL=<YOUR_GBLIN_RPC_URL> -- npx -y @gblin-protocol/mcp-server

Related MCP servers

AI agents' first sovereign vault: yield compounds, Crash Shield self-defends, JIT pays x402.

1
TypeScript
MIT
View repository →