TypeScript SDK
moovfinancial/moov-typescript
v0.10.2
Official TypeScript SDK for using the Moov API
SDK Installation
The SDK can be installed with either npm, pnpm, bun or yarn package managers.
NPM
|
|
PNPM
|
|
Bun
|
|
Yarn
|
|
Model Context Protocol (MCP) Server
This SDK is also an installable MCP server where the various SDK methods are exposed as tools that can be invoked by AI applications.
Node.js v20 or greater is required to run the MCP server from npm.
Claude installation steps
Add the following server definition to your claude_desktop_config.json
file:
|
|
Cursor installation steps
Create a .cursor/mcp.json
file in your project root with the following content:
|
|
You can also run MCP servers as a standalone binary with no additional dependencies. You must pull these binaries from available Github releases:
|
|
If the repo is a private repo you must add your Github PAT to download a release -H "Authorization: Bearer {GITHUB_PAT}"
.
|
|
For a full list of server arguments, run:
|
|