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.