Live
Black Hat USADark ReadingBlack Hat AsiaAI BusinessAI Citations: The New Backlink and How to Track Them at ScaleDEV CommunityConnecting Generative Adversarial Networks and Actor-Critic MethodsDEV CommunityCybersecurity Leaders to Watch in California’s Artificial Intelligence Industry - Security BoulevardGoogle News: AILess than a year after Anthropic called out China as an 'enemy nation', 'Claude leak' sends Chinese devel - The Times of IndiaGoogle News: ClaudeSources: Sam Altman has excluded OpenAI CFO Sarah Friar from some key financial meetings; Friar began reporting to Fidji Simo instead of the CEO in August 2025 (The Information)TechmemeReport says Minnesota workers face highest generative AI exposure in the Midwest - The Minnesota DailyGoogle News: Generative AIA 9-Million-Parameter LLM That Fits in 130 Lines of Code - Startup FortuneGoogle News: LLMAI breakthrough cuts energy use by 100x while boosting accuracy - ScienceDailyGNews AI energyMy forays into cyborgism: theory, pt. 1LessWrongBeauty, Bias, And Algorithm: AI Beauty Tools And The Amplification Of Inequality In India - Feminism in IndiaGNews AI IndiaAn Inside Look at OpenAI and Anthropic’s Finances Ahead of Their IPOs - WSJGoogle News: OpenAIBlack Hat USADark ReadingBlack Hat AsiaAI BusinessAI Citations: The New Backlink and How to Track Them at ScaleDEV CommunityConnecting Generative Adversarial Networks and Actor-Critic MethodsDEV CommunityCybersecurity Leaders to Watch in California’s Artificial Intelligence Industry - Security BoulevardGoogle News: AILess than a year after Anthropic called out China as an 'enemy nation', 'Claude leak' sends Chinese devel - The Times of IndiaGoogle News: ClaudeSources: Sam Altman has excluded OpenAI CFO Sarah Friar from some key financial meetings; Friar began reporting to Fidji Simo instead of the CEO in August 2025 (The Information)TechmemeReport says Minnesota workers face highest generative AI exposure in the Midwest - The Minnesota DailyGoogle News: Generative AIA 9-Million-Parameter LLM That Fits in 130 Lines of Code - Startup FortuneGoogle News: LLMAI breakthrough cuts energy use by 100x while boosting accuracy - ScienceDailyGNews AI energyMy forays into cyborgism: theory, pt. 1LessWrongBeauty, Bias, And Algorithm: AI Beauty Tools And The Amplification Of Inequality In India - Feminism in IndiaGNews AI IndiaAn Inside Look at OpenAI and Anthropic’s Finances Ahead of Their IPOs - WSJGoogle News: OpenAI
AI NEWS HUBbyEIGENVECTOREigenvector

Apex Protocol – An open MCP-based standard for AI agent trading

Hacker News AI Topby andmermApril 6, 20261 min read0 views
Source Quiz

Article URL: https://apexstandard.org/ Comments URL: https://news.ycombinator.com/item?id=47655618 Points: 4 # Comments: 1

v0.1.0-alpha

APEX defines how AI agents communicate with brokers, exchanges, dealers, and other execution venues. One protocol. Realtime state. Autonomous safety. Multi-asset by design.

FIX Protocol connected electronic trading. APEX connects agentic trading.

Protocol Specification

19 mandatory tools across five domains — session, account, orders, market data, and risk — plus a realtime resource model with live state, notifications, and production capability profiles.

Read the spec

Instrument Taxonomy

A universal instrument identifier system. APEX:FX:EURUSD means the same thing at every broker. No more per-broker symbol mapping. One ID scheme for every tradeable instrument.

See the ID format

Conformance Tests

167 executable conformance checks across 4 reference implementations validating protocol conformance — from basic tool smoke tests to transport resilience, schema validation, and production readiness.

View the test suite

AI Agent

APEX Protocol (MCP over HTTP/SSE)

Broker MCP Server

Tools for actions. Resources for live state. Notifications for change. The broker implements it. The agent speaks it. No hub. No routing. No middleman.

For Brokers

Implement once. Every agent connects.

Build an APEX alpha-compatible MCP server and become accessible to agent integrations through a shared protocol surface — without bespoke integrations for each one.

  • Reference implementations in TypeScript, Rust, Go, and Java
  • HTTP/SSE transport with session replay and notification delivery
  • 167-check conformance harness across stdio and transport
  • Canonical instrument IDs across all asset classes
  • Production profiles: Realtime and Autonomous capability claims

Broker integration guide

For Agent Developers

Write once. Trade on any broker.

Use canonical instrument IDs and a unified tool vocabulary. Your agent code targets a shared protocol surface rather than per-provider APIs. Switch providers with far less custom integration work.

  • Canonical instrument IDs: APEX:FX:EURUSD
  • Realtime state: subscribe to quotes, candles, positions, risk
  • Event-driven notifications: fills, rejections, candle closes, kill switch
  • Deterministic safety: halt on stale data, broken sequences, risk limits
  • Open spec, free to implement: CC-BY 4.0

Agent quickstart

Core

Layer 1 — Mandatory Baseline

Session, account, orders, market data, risk

v0.1-alpha

Production

Realtime & Autonomous Profiles

Transport, resources, notifications, safety controls

v0.1-alpha

Profile

FX

Spot FX, CFD FX, rollovers, currency exposure

v0.1-alpha

Profile

CFD

Equities, indices, commodities, corporate actions

v0.1-alpha

Profile

Crypto

Spot, perpetuals, funding rates, margin modes

v0.1-alpha

Profile

Derivatives

Listed options, futures, greeks

planned

Profile

Fixed Income

Bonds, yield, duration

planned

apex.session.* Authentication, capabilities, heartbeat*

apex.account.* Balances, positions, orders, history*

apex.order.* Place, modify, cancel, status*

apex.market.* Quotes, snapshots, search, instrument details*

apex.risk.* Pre-trade checks, account limits*

Live State Resources

Quotes, candles, positions, orders, risk, and derived features exposed as MCP resources with freshness metadata and monotonic sequencing. Subscribe once, stay current.

Structured Notifications

Seven mandatory notification types — order fills, partial fills, rejections, candle closes, kill switch, gap fill, and replay failure — each with a typed envelope carrying sequence, timestamp, and payload.

HTTP/SSE Transport

Streamable HTTP on a single /mcp endpoint. Session management via Mcp-Session-Id. SSE delivery with monotonic event IDs and Last-Event-ID reconnect.

Session Replay

Acknowledgment-driven event log replays execution-critical events on reconnect. Ephemeral market data collapsed into gap fill markers. Agent controls retention via apex.session.acknowledge. Storage is implementation choice — memory, file, or durable queue.

Autonomous Safety

Kill switch, position limits, daily loss caps, stale-data rejection, and sequence-gap detection. The runtime halts autonomy before the model is asked to decide — not after.

Production Profiles

Two capability claims beyond the core baseline: Production Realtime for live trading and Production Autonomous for agent-driven execution with full safety controls.

Open standard. Vendor-neutral. Community-governed.

The APEX Protocol specification is licensed CC-BY 4.0. Reference implementations are Apache 2.0. Governance is through the Technical Advisory Committee with an open RFC process. Agent developers never pay to use the protocol.

Original source

Hacker News AI Top

https://apexstandard.org/
Was this article helpful?

Sign in to highlight and annotate this article

AI
Ask AI about this article
Powered by Eigenvector · full article context loaded
Ready

Conversation starters

Ask anything about this article…

Daily AI Digest

Get the top 5 AI stories delivered to your inbox every morning.

Knowledge Map

Knowledge Map
TopicsEntitiesSource
Apex Protoc…agentHacker News…

Connected Articles — Knowledge Graph

This article is connected to other articles through shared AI topics and tags.

Knowledge Graph100 articles · 143 connections
Scroll to zoom · drag to pan · click to open

Discussion

Sign in to join the discussion

No comments yet — be the first to share your thoughts!

More in Self-Evolving AI