ProofGate
Provides read-only analysis of Binance Spot markets, fetching public ticker, order book, and 1-hour kline data to generate a Trade Readiness Passport with inspectable outcomes such as WATCH, RESEARCH_MORE, or NO_TRADE.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@ProofGateAnalyze BTCUSDT and generate a Trade Readiness Passport."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
ProofGate

Proof before every trade. / 每一次交易前,先让证据过关。
Watch the 27-second bilingual product demo
ProofGate is a read-only AI market-analysis agent and Trade Readiness Passport for Binance Spot markets. It converts live evidence into one of three inspectable outcomes:
WATCH: no configured material gate failed; keep monitoring.RESEARCH_MORE: one material gate failed; gather fresh evidence.NO_TRADE: multiple independent gates failed.
Every outcome includes the raw signal, configured threshold, rule status, and recheck condition. The result is a risk-control artifact, not investment advice or an order instruction.
Current safety boundary
Public Binance Spot market data only.
No Binance account, balance, position, order, transfer, or withdrawal access.
No private key, API key, or token is required.
Futures data is intentionally excluded because it is unavailable from the current development region.
Official Binance Agent OS MCP authorization is a separate, owner-controlled step and has not been enabled in this repository.
Related MCP server: trading-platform-mcp-server
Architecture
Binance Spot public market data
│
├── 24h ticker + bid/ask
├── order book (±1% depth)
└── 1h klines (realised volatility)
│
▼
Deterministic ProofGate risk engine
│
├── Web passport UI
└── Local read-only MCP toolThe web interface and MCP server call the same market-data service and the same risk engine, preventing rule drift between the demo and agent workflow.
Run the web demo
Requirements: Node.js 22.13 or newer.
npm install
npm run devOpen http://localhost:3000, enter a Binance Spot pair such as BTCUSDT,
then select Run gate.
Run the MCP server
npm run mcp:build
npm run mcp:startThe stdio server exposes one focused tool:
Tool | Purpose | Permissions |
| Fetch live public Spot evidence and create a Trade Readiness Passport | Read-only, open-world market request |
For a complete protocol-level check:
npm run mcp:smokeThe smoke test launches the compiled stdio server, completes an MCP handshake,
lists tools, runs a live SOLUSDT call, and verifies the invalid-symbol error
path.
Reproduce the agent in Codex
Codex supports local STDIO MCP servers. Clone and build ProofGate:
git clone https://github.com/sergepoliakov/proofgate-agent-os.git
cd proofgate-agent-os
npm ci
npm run mcp:buildRegister the compiled server with Codex from the repository root:
codex mcp add proofgate -- node "$(pwd)/dist-mcp/mcp/server.js"
codex mcp listRestart the Codex client, then ask:
Use
proofgate_analyze_spot_marketto create a Trade Readiness Passport for SOLUSDT. Explain every failed or warning threshold. Do not access an account or execute a trade.
Expected workflow:
Codex discovers
proofgate_analyze_spot_market.The MCP tool validates the Spot symbol.
It reads public Binance ticker, order-book and 1h kline data.
The deterministic engine checks momentum, spread, ±1% depth, realised volatility and freshness.
Codex receives structured evidence plus WATCH, RESEARCH_MORE or NO_TRADE.
Remove the local server when finished:
codex mcp remove proofgateOptional official Binance Agent OS connection
The official Binance MCP endpoint can be added separately:
codex mcp add binance-agent-os --url https://agent.binance.com/mcp/agentic
codex mcp login binance-agent-osThe account owner must complete Binance browser authorization. For the ProofGate workflow, enable market-data permission only and leave account, trading, transfer and withdrawal permissions disabled. Availability and eligibility depend on Binance account and jurisdiction rules. This optional OAuth path remains pending owner verification in the current release.
Verification
npm run lint
npm test
npm run mcp:smoke
npm run buildAgent OS integration status
The local ProofGate MCP server is working. The official Binance Agent OS MCP endpoint requires Binance browser authorization before its tool list can be used. That authorization remains pending so the account owner can review and grant market-data-only permissions. No execution permission is needed for this project.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Real-time market events, sentiment, and technical analysis as MCP tools, backed by real data.
Binance - 340 tools for market data, order books, and trading pairs
Free read-only crypto whale-tracking & market-data MCP tools across 14 chains. No auth.
Crypto trading intelligence MCP — 34+ endpoints, x402 pay-per-use, AI agent strategy & execution
Related MCP Servers
- AlicenseDqualityDmaintenanceMCP service that provides real-time access to Binance cryptocurrency market data, allowing AI agents to fetch current prices, order books, candlestick charts, and trading statistics through natural language queries.124245Apache 2.0
- FlicenseNot gradedqualityBmaintenanceEnables Claude to monitor and execute Binance trading strategies through a bounded MCP tool interface, with risk controls and audit logging.
- FlicenseNot gradedqualityBmaintenanceEnables fetching live crypto market data from Binance, Bybit, and Hyperliquid via MCP tools, including klines, orderbook, funding rates, technical indicators, and market breadth for real-time analysis by LLMs.
- FlicenseAqualityCmaintenanceProvides live and historical market data for Bitcoin and any Binance pair via two read-only tools: current price snapshot and historical OHLC candles.2
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/sergepoliakov/proofgate-agent-os'
If you have feedback or need assistance with the MCP directory API, please join our Discord server