FLOX is a C++23 trading systems framework. The flox-mcp package
exposes ~30 tools so coding agents (Claude/Cursor/Cline) can run
backtests, scaffold strategies, validate strategies for lookahead
bias, place orders, and query PnL.
Open-source MCP server for Lighter — a zero-fee zk-rollup perpetual DEX
on Ethereum. Lets AI agents (Claude Desktop, Cursor, Hermes, custom MCP
clients) trade ~190 Lighter perpetuals natively, including crypto pairs
and RWA perps (PAXG/XAU gold, XAG silver, WTI oil, equity tickers like
TSLA/AMZN/ASML).
Key properties:
- Three credential tiers (PUBLIC market-data only / READ account state /
TRADE signing) so users opt into capability progressively
- Native on-chain stop-loss + take-profit that survive client restarts
- Server-side safety caps: max trade size in USDC, max slippage, symbol
allowlist
- Sub-account-first design — API key signs only for one sub-account,
cannot withdraw, main wallet stays cold
PyPI: 0xdegenmo-lighter-mcp v0.1.1
License: MIT
Self-contained MCP server with Glama listing (badge included). Three tools
for AI agents needing ad-free Markdown web content:
- fetch_page: URL → clean Markdown (HTML + PDF)
- fetch_pages_batch: up to 25 URLs in parallel
- search_web: query → top-k result pages already as Markdown
Bot flagged:
- invalid-name → renamed link text to Fabio662/yieldagentx402-sdks (owner/repo format)
- missing-glama → added Glama score badge after name
- has-emoji / formatting → removed **bold** markdown and special chars from description
Repo now points to the public SDK mirror at Fabio662/yieldagentx402-sdks
(the platform itself lives in a separate private repo).
Multi-language crypto news MCP server with editorial summaries,
sentiment labels (BULLISH/NEUTRAL/BEARISH), and importance scores
(0-100). 6 tools across 8 languages; every story credits the
original publisher. Public no-auth Streamable HTTP endpoint at
https://zippfeed.com/mcp/. Distributed via PyPI (uvx zipp-mcp) and
GHCR (ghcr.io/deficlow/zipp-mcp), also on the Official MCP Registry
as com.zippfeed/zipp.
zen-mcp is the first MCP server for Zen Browser. It uses WebDriver BiDi
over WebSocket to provide 20 tools for browser automation — navigation,
form filling, screenshots, JavaScript evaluation, and more. No Selenium
or Playwright required.
https://github.com/sh6drack/zen-mcp
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>