MCP server for multi-party USDC settlement that routes transactions through a validator network for approval, rejection, or dispute. Settlements finalize when validators representing 67% of total voting power approve.
From the registry: Multi-agent settlement and clearing with validator consensus
$ npm installPlease install the `hiveclear` 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. (https://nodejs.org/)
- **Install project dependencies** — Install the repository dependencies before starting the server. Run: `npm install`
Canonical MCP server config (HTTP transport):
- url: `http://<your-host>:<your-port>/mcp`
Note: The README describes an HTTP MCP server that accepts JSON-RPC 2.0 requests at the /mcp endpoint. The server is started locally with `npm start` and listens on port 3001 by default. `PORT` can be set to override the listening port, but this is a server runtime setting rather than a client MCP config value. No packaged npx command or remote hosted endpoint is provided.
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.SEC filing intelligence — insider sentiment, material events, financial ratios, disclosure search.
Open-source SEC EDGAR toolkit — 11 tools, 7 prompts, every filing type. No API key required.
MCP server for Stripe — global payments API (PaymentIntents, Checkout, Billing, Refunds)