UnityBridge-MCP
Provides integration with Quod's Unity layer for normalised, real-time trade data, enabling query and analysis of multi-format messages via MCP tools.
Click on "Deploy 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., "@UnityBridge-MCPshow me the latest 10 orders"
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.
UnityBridge-MCP
A normalisation + MCP layer for trade data. Heterogeneous messages — FIX, venue JSON, broker CSV — land in different shapes; UnityBridge maps them all to one normalised record and exposes that over MCP, so an LLM or agent can query it in plain English without touching the raw plumbing.
This mirrors the job Quod's Unity layer does: a normalised, real-time data layer that any downstream consumer (including AI) can read against one schema.
FIX 4.4 ─┐
JSON ├─► normalizer ─► NormalizedOrder ─► OrderStore ─► MCP tools
CSV ┘ (detect + (one schema) (query + query_orders
parse + aggregate) aggregate_latency
validate) ingest_statsWhat's real here
parsers/fix.py,parsers/venue_json.py,parsers/broker_csv.py— three real parsers with correct field maps (FIX tags 11/55/54/38/44/30/39, venue key aliases, positional CSV). Each maps to the sameNormalizedOrder.normalizer.py— format detection, dispatch, pydantic validation, latency enrichment, and error capture (malformed messages are recorded, not dropped silently — the success rate is a real metric).store/order_store.py— filterable query + aggregates (p50 latency by venue, reject rate, counts by status), computed, not hard-coded.
Related MCP server: struct-mcp
Quick start
make install
make replay N=500 # replay a synthetic feed, print normalisation stats
make mcp # serve query tools over MCP
make test
docker compose upStatus
Reference skeleton. Parsers, normaliser and store are real and run offline on a
synthetic multi-format feed. # INTEGRATION: markers show where the live Unity /
Kafka bus replaces the synthetic generator.
This server cannot be deployed
Maintenance
Related MCP Connectors
Governed data discovery, exact queries, decisions, simulations, and runtime utilities over MCP.
AI agents query normalized financial services data and run workflows via Milemarker MCP.
Query your org's data in natural language — read-only MCP access to SQL, NoSQL, files & warehouses.
- SchemaOAuthai.schemalabs
The AI that understands raw data: Schema over your tables and databases, as MCP tools.
Related MCP Servers
- AlicenseCqualityCmaintenanceEnables querying real-time and historical financial market data for stocks, options, forex, and crypto, including quotes, trades, technical indicators, and reference data through a set of MCP tools.713MIT
- AlicenseNot gradedqualityDmaintenanceTransform data structure definitions into queryable MCP servers, enabling natural language queries about field meanings, data lineage, and structure.MIT
- AlicenseAqualityDmaintenanceProvides structured financial market data (stocks, ETFs, mutual funds, fundamentals, market indicators) to AI systems via MCP, enabling natural language access to financial datasets with both hosted and local deployment options.3111 npmISC
- FlicenseBqualityBmaintenanceEnables unified access to portfolio management, market data, risk analysis, trade records, compliance checks, and Slack notifications through a single MCP server.18-