'π', 'dbn.ask' => 'π¬', 'dbn.summarize' => 'π', 'dbn.timeline' => 'π ', 'dbn.redact' => 'π', 'dbn.translate' => 'π', 'dbn.legal_analysis' => 'βοΈ', 'dbn.korrespond' => 'βοΈ', 'dbn.barnevernet_analyze' => 'π', 'dbn.advocate_brief' => 'ποΈ', 'dbn.deep_research' => 'π¬', 'dbn.discrepancy_find' => 'π', 'dbn.transcribe_audio' => 'π€', 'dbn.corpus_stats' => 'π', 'dbn.list_documents' => 'π', 'dbn.get_document' => 'π', 'dbn.citation_graph' => 'π', 'dbn.case_workbench_plan' => 'ποΈ', 'dbn.save_to_case' => 'πΎ', ]; ?>
Connect any MCP client to all 19 Do Better Norge tools β transcription, legal analysis, timelines, redaction, and more.
Your MCP token
Sign in to create your personal MCP token for Plus or Pro members.
Sign inMCP access is available on Plus and Pro plans. Upgrade to connect your AI tools.
Upgrade planTokens are shown once at creation. Create one per client (Claude, Cursor, VS Codeβ¦).
Client configuration
Paste your token into the config below after creating it above.
Edit claude_desktop_config.json
(~/Library/Application Support/Claude/ on Mac,
%APPDATA%\Claude\ on Windows):
{
"mcpServers": {
"dobetternorge": {
"command": "npx",
"args": ["-y", "@bluenotelogic/mcp", "dobetternorge-mcp", "--stdio"],
"env": {
"DBN_MCP_TOKEN": "dbn_user_mcp_..."
}
}
}
}
Run in your terminal:
claude mcp add dobetternorge -- npx -y @bluenotelogic/mcp dobetternorge-mcp --stdio
# Set your token (add to ~/.bashrc or ~/.zshrc to persist):
export DBN_MCP_TOKEN=dbn_user_mcp_...
Edit ~/.cursor/mcp.json (or Windsurf's equivalent):
{
"mcpServers": {
"dobetternorge": {
"command": "npx",
"args": ["-y", "@bluenotelogic/mcp", "dobetternorge-mcp", "--stdio"],
"env": {
"DBN_MCP_TOKEN": "dbn_user_mcp_..."
}
}
}
}
Cursor also supports the remote HTTP endpoint β use the Remote HTTP tab if you prefer not to run npx.
Create .vscode/mcp.json in your project (VS Code will prompt for the token on first use):
{
"inputs": [
{
"type": "promptString",
"id": "dbn-token",
"description": "Do Better Norge MCP token",
"password": true
}
],
"servers": {
"dobetternorge": {
"type": "stdio",
"command": "npx",
"args": ["-y", "@bluenotelogic/mcp", "dobetternorge-mcp", "--stdio"],
"env": {
"DBN_MCP_TOKEN": "${input:dbn-token}"
}
}
}
}
For clients that support remote MCP (Cursor, Zed, Windsurf with remote connector) β no npx needed:
URL: https://mcp.dobetternorge.no/mcp
Authorization: Bearer dbn_user_mcp_...
Paste the URL into your client's "Remote MCP server" field, then set the Authorization header.
Available tools (= count($toolCatalog) ?>)
All tools run on your Plus or Pro plan credits. Click a card for full details.
Privacy
dbn.save_to_case.
DBN MCP tokens do not retain input text or tool results after the request completes.
Tools provide legal preparation support, not final legal advice. Results are for informational purposes and should be reviewed by a qualified legal professional.