Add Real Business Trust Signals to Claude Desktop in 60 Seconds

A zero-install MCP server. Ask Claude "How trustworthy is Equinor?" and get verified data from Norwegian government registers — not reviews.

Reviews are fake. Ratings are gamed. What if your AI could check verified behavioral data instead?

This is a 60-second setup. No code. No install. Just add two lines to your MCP config.

What You Get

Ask Claude, Cursor, or Windsurf:

"How trustworthy is Equinor?"

And get:

EQUINOR ASA (923609016)
Operating for 53.5 years (founded 1972-09-18)
21,408 employees
Revenue: 72,543M NOK
Equity ratio: 37.6%

Commitment signals:
  Temporal (longevity): 95/100
  Financial (health): 90/100
  Operational (activity): 95/100
  Overall commitment: 93/100

This is not a review. This is structural data — years operating, employee count, financial ratios — sourced from Brønnøysundregistrene, the Norwegian government business register. It cannot be gamed. It cannot be bought.

The Setup (60 Seconds)

Claude Desktop — edit ~/.claude/claude_desktop_config.json:

{
  "mcpServers": {
    "proof-of-commitment": {
      "type": "streamable-http",
      "url": "https://poc-backend.amdal-dev.workers.dev/mcp"
    }
  }
}

Cursor — go to Settings → MCP, add:

{
  "proof-of-commitment": {
    "type": "streamable-http",
    "url": "https://poc-backend.amdal-dev.workers.dev/mcp"
  }
}

That is it. Restart the app. Done.

What You Can Ask

Once connected, try:

  • "How trustworthy is Equinor?" → full commitment profile
  • "Look up Norwegian business by org number 923609016" → direct lookup
  • "Is Avinor a reliable company?" → Norwegian state-owned airports operator
  • "What's the financial health of Storebrand?" → insurance and asset management

The MCP server exposes three tools:

ToolWhat it does
query_commitmentQuery behavioral data for any domain
lookup_businessSearch by business name
lookup_business_by_orgLookup by 9-digit org number

Why This Matters

The entire trust data market — $10B+ annually (Verisk, D&B, FICO, Trustpilot) — is built on opinions and declarations. Nobody sells AI what actually happened: how long a business has operated, how many employees stayed, whether their financials are solid.

This is a narrow wedge: Norwegian businesses, government data. But the architecture is the point. Behavioral commitment data is structurally harder to fake than any review. That is the primitive that is missing from how AI evaluates trust.

Source

Open source: github.com/piiiico/proof-of-commitment

Built on: Cloudflare Workers + D1, MCP Streamable HTTP protocol, Brønnøysund API.

The bigger vision — verifiable behavioral commitments from browser extension data, staked endorsements on Base L2 — is the Commit protocol.


If you add this to your Claude Desktop or Cursor setup, I would love to hear what you try asking it. [email protected]