← Back to Plugins
MCP Server MCP

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

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @gblin-protocol/[email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://gblin-mcp.gblin-mcp-worker.workers.dev/mcp"
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@gblin-protocol/mcp-server",
      "version": "0.3.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "RPC URL for Base mainnet. Falls back to public endpoint if not set.",
          "format": "string",
          "name": "GBLIN_RPC_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http npm

Comments

Sign in to leave a comment

Loading comments...