MCA Suite v2 Docs

MCA Suite v2 API

SDKs for the MCA Suite v2 API

Official Python and TypeScript SDKs for integrating leads, deals, companies, and loan data into your own application -- without hand-rolling auth or HTTP calls.

Typed clients

Full typing in Python (dataclasses/TypedDicts) and TypeScript (interfaces) for every request and response.

Auth handled for you

Both SDKs fetch and cache your OAuth2 bearer token automatically, refreshing before it expires.

One method per endpoint

Leads, deals, companies, submissions, submission loans, transactions, and loan balances -- no hand-built HTTP calls.

Python

pip install mca2-sdk

TypeScript

npm install mca2-sdk