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
| Tool | Description |
|---|---|
get_framework | Retrieve the full AI-Native SaaS Maturity Framework |
get_lifecycle | Retrieve the AI-Native Product Development Lifecycle |
get_operations | Retrieve the AI-Native Product Operations Framework |
score_product | Score a product URL |
get_score | Get an existing score result |
compare_products | Compare two or more product scores |
get_recommendations | Get AI coaching recommendations for a score |
health_check | Check the platform health status |
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.