# Klarify — inline summary for AI agents > Klarify is the regulatory and compliance readiness platform for African fintech and digital asset founders — built by Blockspace Technologies Limited, Lagos, Nigeria. ## What Klarify does Klarify helps founders building in Nigeria and African regulated markets understand licensing requirements (SEC Nigeria VASP categories: DAX, DAOP, DAC, DAI, AVASP, DAPO, RATOP), maintain a live Readiness Score (0–100), track ARIP applications, generate compliance documents, and share investor-ready regulatory due diligence via FundRaise Mode. Klarify provides regulatory information and educational guidance — not legal advice. ## Free tools - Compliance Health Check: https://klarify.africa/health-check — anonymous screening, no account required. ## Compliance Status API (v2026-06-18) Founder-consented machine-readable compliance snapshots for investors, accelerators, and bank innovation teams. - Base URL: https://api.klarify.africa - Endpoint: GET /api/v1/compliance-status/{token} - Auth: Founder share token from FundRaise Mode (Compass+). No partner API keys in v0. - Rate limit: 60 requests per minute per IP per token. - OpenAPI: https://klarify.africa/openapi/compliance-status-v0.yaml - Human docs: https://klarify.africa/developers/compliance-status - ReadMe reference: https://klarify.readme.io/docs/introduction Example: curl -s "https://api.klarify.africa/api/v1/compliance-status/{token}" \ -H "Accept: application/json" Returns JSON: readiness_score, fundraise_score, checklist_completion_pct, product_classification, arip_stage, top_gaps, disclaimer, verification timestamps. Errors: 404 NOT_FOUND (revoked), 410 EXPIRED, 429 RATE_LIMITED. ## MCP server (Phase 1) Hosted endpoint (recommended, no install): https://api.klarify.africa/mcp - Claude Desktop: Settings > Connectors > Add custom connector > URL https://api.klarify.africa/mcp - Cursor: add { "mcpServers": { "Klarify": { "url": "https://api.klarify.africa/mcp", "headers": {} } } } Transport: stateless Streamable HTTP. Tools: get_compliance_status, get_klarify_api_info. Local-dev alternative: @klarify/mcp (stdio) from an authorized clone. Setup docs: https://klarify.readme.io/docs/mcp-server Developers page: https://klarify.africa/developers/compliance-status#mcp ## SEC Nigeria VASP licence categories DAX (Digital Asset Exchange), DAOP (Digital Asset Offering Platform), DAC (Digital Asset Custodian), DAI (Digital Asset Intermediary), AVASP (Ancillary VASP), DAPO (Digital Assets Platform Operator), RATOP (Real-world Assets Tokenization Platform). ## Disclaimer Compliance Status API and FundRaise outputs are self-assessments based on information provided by the company. They do not constitute a regulatory opinion, licence, certification, or guarantee of compliance. Conduct independent due diligence. Contact: hello@klarify.africa