MCP server that exposes Hive Gamification’s paid BOGO door endpoints behind a hierarchical budget gate with atomic reserve, upstream POST, and settle/release behavior. It checks caps across namespace, user, agent, and task levels before allowing a paid call to the upstream Hive backend.
From the registry: Reference integration with @kinthaiofficial OpenClaw 3-layer payment governance
$ git clone https://github.com/srotzin/hive-mcp-openclaw-bridgehttps://github.com/srotzin/hive-mcp-openclaw-bridge$ npm installPlease install the `hive-mcp-openclaw-bridge` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Install Node.js and npm** — Node.js and npm are required to install dependencies and run the server locally. (https://nodejs.org/.)
- **Clone the repository** — Fetch the server source code locally before installing dependencies and starting the server. Run: `git clone https://github.com/srotzin/hive-mcp-openclaw-bridge` (https://github.com/srotzin/hive-mcp-openclaw-bridge)
- **Install project dependencies** — Install the npm dependencies for the cloned repository. Run: `npm install`
Canonical MCP server config (HTTP transport):
- url: `http://localhost:<port>/mcp`
Note: Run the server locally with `npm start`. The README quickstart indicates the MCP endpoint is exposed over HTTP at `/mcp` and defaults to port `3000`. Supported environment variables for the server process are: `PORT` (optional, listen port, example `<port>`), `HIVE_BASE` (optional, upstream base URL, example `<your-hive-base-url>`), `HIVE_TIMEOUT_MS` (optional, upstream fetch timeout in milliseconds, example `<timeout-ms>`), `NAMESPACE_CAP` (optional, default namespace-level cap in USDC, example `<namespace-cap>`), `USER_CAP` (optional, default user-level cap, example `<user-cap>`), `AGENT_CAP` (optional, default agent-level cap, example `<agent-cap>`), and `TASK_CAP` (optional, default task-level cap, example `<task-cap>`). No API key or authentication headers are documented for the MCP endpoint itself.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.Open-source SEC EDGAR toolkit — 11 tools, 7 prompts, every filing type. No API key required.
SEC filing intelligence — insider sentiment, material events, financial ratios, disclosure search.
MCP server for Stripe — global payments API (PaymentIntents, Checkout, Billing, Refunds)