Catalog
Compass
Officialby LicentiumIO · JavaScript
Ground your LLM in EU financial, crypto and AI regulation, verbatim and cited, via Compass.
Ground your LLM in EU financial, crypto and AI regulation, verbatim and cited, via Compass.
README not available yet.
Install
Configuration
Environment variables
COMPASS_API_KEYrequiredsecretYour ck_live_ key from https://compass.licentium.ai/developers
claude_desktop_config.json
{
"mcpServers": {
"compass-mcp": {
"command": "npx",
"args": [
"-y",
"@licentium/compass-mcp@1.0.1"
],
"env": {
"COMPASS_API_KEY": "<YOUR_COMPASS_API_KEY>"
}
}
}
}