Skip to main content

SDKs & Integrations

Dacard.ai provides multiple ways to integrate with the platform beyond direct API calls.

MCP Server

The Dacard.ai MCP (Model Context Protocol) server exposes 8 queryable tools for AI assistants, enabling any MCP-compatible agent to access framework data, scoring workflows, and coaching capabilities.

Available tools

Usage with Claude Desktop

Add the Dacard.ai MCP server to your Claude Desktop configuration:

REST API

The primary integration method. See the API Reference for complete endpoint documentation. Base URL: https://app.dacard.ai All endpoints accept and return JSON. Authentication is via Clerk session cookie or Bearer JWT.

TypeScript SDK

The TypeScript SDK provides typed wrappers for all API endpoints with built-in authentication and error handling.

Python SDK

Python SDK for data science, analytics, and backend integrations.

Webhooks

Stripe webhooks notify your application of billing events. See the Webhooks guide for event types and setup instructions.

Need a different integration?

If you need an integration not listed here, reach out via the platform or open an issue on GitHub.