Skip to main content

Packages

PackagePurpose
@joyride/coreShared clients, normalized types, reconnect logic, and pricing helpers
joyride-cliHuman-facing terminal workflow for quoting, trading, and streaming
@joyride/mcp-serverMCP server for Claude, Cursor, Copilot, and other AI tools

Current role of the SDK

The SDK sits on top of the exchange APIs and does two main jobs:
  • normalizes wire-format responses into TypeScript-friendly shapes
  • packages workflows for humans and AI agents

Installation

git clone https://github.com/JoyrideExchange/joyride-sdk
cd joyride-sdk
pnpm install
pnpm -r build

Current docs split

For now, this site includes high-value SDK guides: The next step is to add generated SDK API reference from the public TypeScript exports.