Marketing
northpoint.fi
Provides automated marketing compliance audits for crypto and financial promotions across multiple regulatory regimes.
ENDPOINT 1
https://northpoint.fi/api/mcp
MCP server metadata
- Name
- northpoint-mcp
- Version
- 1.0.0
NorthPoint MCP exposes 7 Pro compliance audit tools and 2 signal-feed tools. Tools require a valid np_live_ API key (Authorization: Bearer ...). See https://northpoint.fi/portal/mcp-setup.
Known tools 13
list_regimesList 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.
Inferred read-onlyget_lite_rulesetReturn 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.
Inferred read-onlyrun_mica_pro_checkRun the full MiCA (EU cryptoasset marketing) self-audit on a marketing asset.
Inferred read-onlyrun_fca_pro_checkRun the full FCA UK financial-promotions self-audit for cryptoasset marketing (~25 rules).
Inferred read-onlyrun_sec_pro_checkRun the SEC retail communications self-audit (~25 rules) for US-touching crypto marketing.
Inferred read-onlyrun_mas_pro_checkRun the full MAS Singapore DPT marketing self-audit (~35–40 rules).
Inferred read-onlyrun_tge_readiness_checkRun 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.
Inferred read-onlyrun_aeo_visibility_checkRun the AEO / GEO (Answer Engine / Generative Engine Optimization) visibility audit (12 rules).
Inferred read-onlyget_latest_signalReturn the last N days of NorthPoint's competitor + regulatory + narrative signal feed.
Inferred read-onlysearch_signalsText-search NorthPoint's signal feed for a keyword or phrase across competitor/regulatory/narrative entries.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.