From bae2d84b881cd11d2ec9eb2f4446542973b393f4 Mon Sep 17 00:00:00 2001 From: futbolbjk <141591184+futbolbjk@users.noreply.github.com> Date: Sat, 14 Mar 2026 11:35:29 -0700 Subject: [PATCH] Add Parsec to Data Sources (#52) Co-authored-by: Claude Opus 4.6 --- Readme.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Readme.md b/Readme.md index d40fc9c..d19487a 100644 --- a/Readme.md +++ b/Readme.md @@ -407,6 +407,10 @@ Note: the one marked as `Live Trading` has reasonable live trading support for a - [Orderflow](https://github.com/focus1691/orderflow) | `TypeScript`, `NestJS`, `TimescaleDB` | - Builds real-time Footprint Candles from WebSocket trade data across crypto exchanges. - [Agent Gateway](https://agent-gateway-kappa.vercel.app) | `REST API` | - Free unified REST API providing real-time prices for 500+ crypto tokens via Hyperliquid. No API key required for price data. OpenAPI spec at `/openapi.json`. +### Prediction Markets + +- [Parsec](https://github.com/parsecular/parsec-mcp) | `Rust`, `TypeScript`, `Python` | - Prediction market data, execution, and live streams across all major exchanges. [Website](https://parsecapi.com) + ## Broker APIs - [Ib_insync](https://github.com/erdewit/ib_insync) | `Python` | - Python sync/async framework for Interactive Brokers API