mcpserver.lol
registry/agent-gate
Connection check local install

agent-gate

Local mandate gate and proof trail for AI agents that take consequential actions.

Tools 7
GitHub stars
Installs / wk 129
Licence
Transport stdio
Last checked never

Tools & capabilities

7 tools

Read from the published package source — this server runs locally, so there is no endpoint to query. Names are taken from the code, not observed at runtime, and descriptions are often absent.

cancel_order from source
Cancel a resting order. Blocked when the kill switch is engaged or the venue is not whitelisted. Recorded to Forge.
gate_action from source
Check one consequential agent action against the signed mandate and record the Forge proof trail. It returns allow, escalate, or block. It does not execute the action.
gate_status from source
Report the active mandate summary, allowed action types, kill-switch state, and whether trading venue tools are available.
get_market from source
Fetch one market by id/ticker (read-only passthrough).
get_markets from source
List markets on a venue (read-only passthrough). Does not place any trade.
get_positions from source
List current open positions on a venue (read-only passthrough).
place_order from source
Submit an order for evaluation by the local risk mandate. Executes ONLY if the mandate allows it; a block or escalate is returned without touching the venue. Every outcome is recor…