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 toolsRead 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. 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. 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. 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). 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. 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). List current open positions on a venue (read-only passthrough).
place_order
from source