mcpbeat Sign in

Fillgate MCP Server

by mineloop99 Your server? Claim it
local only

Fillgate runs on your own machine — the client starts it, so there is no endpoint to ping. 27 installs a week from npm.

Fee-carrying trading tools for AI agents: Jupiter Ultra, Polymarket CLOB v2, Hyperliquid perps.

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs per day peak 250 · avg 11 · -88% w/w
a month agotoday
27
Installs / week
npm · @fillgate/mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add fillgate -- npx -y @fillgate/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "fillgate": {
      "args": [
        "-y",
        "@fillgate/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.fillgate]
command = "npx"
args = ["-y", "@fillgate/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "fillgate": {
      "args": [
        "-y",
        "@fillgate/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "fillgate": {
      "args": [
        "-y",
        "@fillgate/mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: DRY_RUN (true = never broadcast; every execute returns a preview), MAX_NOTIONAL_USD (Hard cap per prepared order, in USD), MAX_SLIPPAGE_BPS (Reject quotes above this slippage), RATE_LIMIT_PER_MIN (Max prepare/execute calls per user per minute), FILLGATE_VENUES (Comma-separated venues to enable (jupiter,polymarket,hyperliquid). Unset = auto-detect from the configured write paths; only fully configured venues register their tools.), JUP_REFERRAL_ACCOUNT (Jupiter Ultra referral account (from scripts/setup-jupiter-referral.ts). Unset = swaps route the referral fee to Fillgate's own default account; the Jupiter tools are always registered.), OPERATOR_SOLANA_SECRET_KEY (Operator Solana wallet, base58 or JSON array secret key; MCP-operator only, never a user's key), PM_BUILDER_CODE (Polymarket builder code (Settings -> Builders); unset = orders earn no builder fee), OPERATOR_EVM_PRIVATE_KEY (Operator EVM wallet for Polymarket + Hyperliquid; MCP-operator only, never a user's key), HL_BUILDER_ADDRESS (Hyperliquid builder address; unset = orders earn no builder fee), HL_TESTNET (true = Hyperliquid testnet (default until mainnet builder collateral is funded)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Fillgate

same job, measured the same way
Polymarket MCP
by whitmorelabs

Trading intelligence tools for Polymarket: slippage, liquidity, arbitrage, price feeds

64 installs/wk local only
Alphapipeline
by parkyucheol-del

Pay-per-call x402 data API for AI trading agents: Polymarket arbitrage, kimchi premium & more.

14 tools answering
Polymarket MCP Server
by joinquantish

Self-hosted MCP server for AI agent trading on Polymarket prediction markets

local only
Coinversaa
by coinversaa

Crypto intelligence for AI agents. Hyperliquid trader analytics, cohorts, and live market data.

90 installs/wk local only
Newsgurus Intel
by collectorguru

Pay-per-call trading intelligence for AI agents: live market regime, trading signals, composite conv

38 tools answering
MarketTrace agent-feed
by markettrace

Crypto perps data for AI agents: funding rates, open interest, liquidations, order book, CVD.

answering
Openmm MCP
by qbt-labs

MCP server for OpenMM — exposes market data, account, trading, and strategy tools to AI agents

15 tools answering
FINOPTIMA
by toutcreer

AI trading agent: multi-pool AMM, 4 strategies, marketplace, copy trading. 35 tools.

51 installs/wk local only

Fillgate — questions

Answers built from our own checks of this server.

Why is there no uptime for Fillgate?
Fillgate runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @fillgate/mcp was installed 27 times last week.
Is Fillgate still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Fillgate?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @fillgate/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Fillgate?
The npm package @fillgate/mcp was installed 27 times in the last week. Week over week that is -88%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.