Releases: Coinversaa/mcp-server
Releases · Coinversaa/mcp-server
v0.5.0 — Risk Tools and Replay Updates
What's New
This release adds a major upgrade to Coinversaa's MCP risk surface and historical replay support.
New MCP capabilities
- Added standalone risk tools for:
live_mark_dislocationsmarket_recent_candles
- Expanded syncer-backed risk coverage for:
- liquidation analysis
- coin fragility snapshots
- open interest history
- cohort bias history
- recent risk monitoring
Historical replay improvements
- Added historical clearinghouse replay support in the backend
- Improved replay correctness for:
- open perp positions
- spot balances
- liquidation compatibility with current syncer schema
- Added regression tests for wallet replay and open-position visibility
- Replay now rejects timestamps beyond the latest replayable market snapshot
Documentation updates
- Updated README and SKILL docs for the full 39-tool surface
- Clarified which risk tools are beta recent-intelligence tools
- Added clearer guidance for AI-agent use cases
- Documented the 1-minute candle MCP cap:
- max 720 candles per call
- last 12 hours per request
Notes
- Risk tool freshness varies by source
- Live positions, long/short, liquidations, and recent candles may be near real time
- Historical clearinghouse and mark-price-derived history can lag behind depending on sync coverage
Upgrade
If you use the npm package through Claude, Cursor, or another MCP client, restart your MCP client and ensure it pulls:
@coinversaa/mcp-server@0.5.0
v0.4.1 — Builder Dex Support
What's New
- Builder dex discovery: New
list_marketstool (free tier) — discover 369+ markets across 8 dexes (xyz, flx, vntl, hyna, km, abcd, cash) - Dex filtering:
pulse_market_overviewandlist_marketsaccept optionaldexparam - Server instructions: Agents receive builder dex table, symbol format, and cohort tiers on connect
- useToonFormat cleanup: Defaults to toon (compact), JSON still available via
useToonFormat: false - Docs rewrite: README and SKILL.md updated with full builder dex documentation
30 tools total, 7 free (was 6).
See README for the full builder dex table and symbol format.