Skip to content

Releases: Coinversaa/mcp-server

v0.5.0 — Risk Tools and Replay Updates

06 Apr 07:37

Choose a tag to compare

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_dislocations
    • market_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

13 Mar 03:03

Choose a tag to compare

What's New

  • Builder dex discovery: New list_markets tool (free tier) — discover 369+ markets across 8 dexes (xyz, flx, vntl, hyna, km, abcd, cash)
  • Dex filtering: pulse_market_overview and list_markets accept optional dex param
  • 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.

v0.4.0

11 Mar 23:48

Choose a tag to compare

  • Add 6 free tier tools (no API key required)
  • Fix critical missing await bug (broken since v0.3.0)
  • IP-based rate limiting for free tier
  • Conditional MCP tool registration

v0.3.0

10 Mar 08:33
93d594f

Choose a tag to compare

  • Added toon support for all apis to reduce context size in large historical responses
  • Added new tools

v0.2.1

27 Feb 03:56

Choose a tag to compare

  • Fix mcpName casing for Official MCP Registry
  • Add glama.json for Glama verification
  • Published to Official MCP Registry (io.github.Coinversaa/mcp-server)