INDIVIDUAL MCP TOOL
run_mica_pro_check
Run the full MiCA (EU cryptoasset marketing) self-audit on a marketing asset.
LIVE ENDPOINT
https://northpoint.fi/api/mcp
Connect to this endpoint to inspect the live schema for run_mica_pro_check and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.northpoint-mcp]
url = "https://northpoint.fi/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"northpoint-mcp": {
"type": "http",
"url": "https://northpoint.fi/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: northpoint-mcp
Remote MCP URL: https://northpoint.fi/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"northpoint-mcp": {
"url": "https://northpoint.fi/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"northpoint-mcp": {
"type": "http",
"url": "https://northpoint.fi/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "northpoint-mcp",
"transport": "streamable-http",
"url": "https://northpoint.fi/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_regimes— List every marketing-compliance regime NorthPoint can check (MiCA, FCA financial promotions, GDPR/ePrivacy, SEC, MAS, VARA, TGE launch readiness, AEO visibility), with the free and subscriber rule counts for each.get_lite_ruleset— Return the FREE lite ruleset for one regime as markdown, so YOU (the calling model) can audit a marketing asset against it directly — no NorthPoint API key needed and no round trip.run_gdpr_pro_check— Run the full GDPR + ePrivacy marketing self-audit (~30 rules).run_fca_pro_check— Run the full FCA UK financial-promotions self-audit for cryptoasset marketing (~25 rules).run_sec_pro_check— Run the SEC retail communications self-audit (~25 rules) for US-touching crypto marketing.run_mas_pro_check— Run the full MAS Singapore DPT marketing self-audit (~35–40 rules).run_vara_pro_check— Run the full VARA Dubai marketing self-audit (~35–40 rules).run_tge_readiness_check— Run the full TGE / token-launch marketing readiness audit (28 rules) across MiCA offer-to-public + Article 88, FCA financial promotions, SEC/Howey, MAS and VARA — in one multi-jurisdiction pass.