✦ Plus & Pro

Bruk DBN-verktøy fra Claude, Cursor & Copilot

Koble enhver MCP-klient til alle 19 Do Better Norge-verktøy — transkripsjon, juridisk analyse, tidslinjer, redigering og mer.

Logg inn for å opprette din personlige MCP-token. Tilgjengelig for Plus- og Pro-medlemmer.

Lim inn tokenet ditt i konfigurasjonen nedenfor etter å ha opprettet det ovenfor.

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_..."
      }
    }
  }
}

Kjør i terminalen din:

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.

Alle verktøy kjører på kreditter fra din Plus- eller Pro-plan. Klikk på et kort for full teknisk informasjon.

🔍
Search DBN legal corpus
dbn.search_legal
Search the DBN Norwegian family-law corpus.
🧭
Advanced corpus search
dbn.corpus_search
Search the DBN legal corpus with a chosen retrieval mode (hybrid, bm25, vector, azure) and optional category filter.
💬
Ask a legal question
dbn.ask
Answer a legal preparation question with source-grounded DBN context.
📋
Summarize document
dbn.summarize
Summarize pasted case text with optional legal-corpus enrichment.
📅
Extract timeline
dbn.timeline
Extract dates, hearings, milestones, and deadlines from case text.
🔒
Redact private data
dbn.redact
Remove or pseudonymize names, IDs, phone numbers, addresses, and places.
🌍
Translate legal document
dbn.translate
Translate Norwegian family-law text with legal terminology annotations.
⚖️
Legal analysis
dbn.legal_analysis
Extract legal issues from a document and answer each with DBN legal context.
✉️
Draft authority correspondence
dbn.korrespond
Draft a reply or new letter to Norwegian authorities.
Refine authority correspondence
dbn.korrespond_refine
Refine an existing Norwegian draft letter to an authority into a stronger, source-grounded version.
📄
Analyze Barnevernet document
dbn.barnevernet_analyze
Analyze child-welfare documents for red flags and legal issues.
🏛️
Create advocate brief
dbn.advocate_brief
Generate a source-grounded brief for a chosen party or role.
🔬
Deep research
dbn.deep_research
Expand a legal question into research angles and synthesize a cited brief.
🔄
Find document discrepancies
dbn.discrepancy_find
Compare two document versions for contradictions, deletions, and added claims.
🎤
Transcribe audio
dbn.transcribe_audio
Transcribe an audio file from base64 or a URL.
📑
Extract document text
dbn.extract_text
Extract plain text from a document (PDF, DOCX, TXT, etc.) supplied as base64 or a URL.
📊
Corpus statistics
dbn.corpus_stats
Return document/chunk counts and active legal sources.
📚
List corpus documents
dbn.list_documents
List DBN legal corpus documents with filters.
📖
Get document chunks
dbn.get_document
Fetch a document and its chunks by document id.
🔗
Explore citation graph
dbn.citation_graph
Explore cites, cited-by, implementation, or chain relationships.
🗂️
Plan next case step
dbn.case_workbench_plan
Create a stateless preparation plan. Does not save anything.
💾
Save result to My Case
dbn.save_to_case
Explicitly save a prior MCP tool result to the user case record.
Prosesser og glem som standard. Alle verktøyanrop prosesserer teksten din i minnet og returnerer resultater til din AI-klient. Ingenting lagres i Min sak med mindre du eksplisitt kaller dbn.save_to_case.

Verktøyene gir støtte til juridisk forberedelse, ikke endelig juridisk rådgivning. Resultatene er kun til informasjonsformål og bør vurderes av en kvalifisert juridisk profesjonell.