Joan is a single source of truth for institutions, licenses, retailers, and the people behind them — across every IP-management platform (CLC, BrandManager360, BrandComply, Affinity, and more). Query it from code, agents, or Claude.
Every IP-management platform uses its own codes for the same real-world entity. Joan unifies them behind stable slugs, exposes them through a typed REST + MCP API, and keeps contact data for the licensing directors and retail buyers you actually need to reach.
Joan is API-first. We ship a typed REST surface and a native MCP server so LLM agents — Claude Desktop, Cursor, your own automations — can answer questions like
curl https://joanapi.com/api/v1/institutions/USC \
-H "Authorization: Bearer joan_live_…" | jq
{
"name": "University of South Carolina",
"slug": "university-of-south-carolina-usc",
"kind": "university",
"codes": {
"clc": { "code": "USC", "metadata": { … } }
},
"licenses": [ … ]
}Same data, same bearer token. Pick whichever your tooling prefers.
API access is gated to approved organizations. Onbase mints your token; you start querying in minutes.