Fillgate MCP server
Fee-carrying trading tools for AI agents: Jupiter Ultra, Polymarket CLOB v2, Hyperliquid perps.
33 downloads/wk
Reviews
Write oneNobody has reviewed Fillgate yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Fillgate tools (15, 5 write)
write = sends, deletes, buys or postsRead from the package source without running it. The installed server may list more.
fee_ledgerFees earned per venue from our own fill log, plus where to reconcile each venue against its own dashboard.
fillgate_statusShow fee codes, guardrails and which venues are enabled. Call first.
hl_approve_builder_feeOne-time approval of our builder fee by the operator wallet (must be the main wallet, not an agent wallet).
hl_marketsHyperliquid perp markets with mid prices (testnet or mainnet per HL_TESTNET).
hl_prepare_orderwrite actionPreview a Hyperliquid perp order with our builder fee; reports whether the operator wallet has approved the builder. Submit with hl_submit_order within 120s.
hl_submit_orderwrite actionSubmit a prepared Hyperliquid order carrying builder {b,f}. Blocked while DRY_RUN=true.
jup_preparePrepare a swap for the operator wallet. Returns preparedId + preview; execute with jup_swap within 120s.
jup_quoteQuote a Solana swap on Jupiter Ultra (no transaction). Shows our referral fee and warnings.
jup_swapSign and execute a prepared Jupiter swap. Blocked while DRY_RUN=true.
pm_orderbookwrite actionOrder book + midpoint for a Polymarket outcome token, with our builder fee quoted for a notional.
pm_prepare_orderwrite actionPreview a Polymarket order with our builder code and fee. Returns preparedId; submit with pm_submit_order within 120s.
pm_search_marketsSearch active Polymarket markets by text. Returns token IDs, prices, liquidity, end date.
pm_submit_orderwrite actionSubmit a prepared Polymarket order (limit GTC or market FOK). Blocked while DRY_RUN=true.
portfolioOperator balances/positions across enabled venues.
statsRouted volume, fills, est. fees, unique users and top guard-rejection codes from the ledger. `since` accepts "7d"/"24h"/"30m"/"all" (default "all").
Public scan report
scanner v0.1.9 · 2026-09-20 · same rubric, same numbers if you re-run it
- Code scan13 source files scanned25/25
- –Live reliabilityno gateway calls yet and no remote to proben/a
- –Tool poisoningtools not inspected (local package is not executed); not countedn/a
- Auth qualitystatic API keys via environment variables6/15
- Maintenancerepository not readable: repo not found3/15
- Maintainer identityno repository or website to verify2/10
Install directly
Runs npx -y @fillgate/mcp on your machine. Read the scan report first; the gateway never runs local packages.
claude mcp add fillgate -- npx -y @fillgate/mcp
Fillgate: common questions
- Is Fillgate MCP server safe?
- With care: it is graded C, so read the findings first (55/100). Read the Fillgate safety report
- How do I install Fillgate?
- It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
- Does Fillgate need an API key?
- Yes. The registry entry asks for
OPERATOR_SOLANA_SECRET_KEY,OPERATOR_EVM_PRIVATE_KEY. - Is Fillgate maintained?
- The latest release is v0.3.1.