Skip to content
unlob

unlob for Claude Desktop

The same eleven tools, available in ordinary conversation. Useful for research work where you want corroboration and authority checks without writing anything.

Config lives in claude_desktop_config.json

claude_desktop_config.jsonjson
{
  "mcpServers": {
    "unlob": {
      "command": "npx",
      "args": ["-y", "@unlob/mcp"],
      "env": { "UNLOB_API_KEY": "ulb_your_key_here" }
    }
  }
}

Setup

  1. Get an API key

    10,000 free requests a month, no card required.

  2. Open the config

    Settings → Developer → Edit Config opens claude_desktop_config.json. Add the block above, merging with any servers already there.

  3. Restart Claude Desktop

    The config is read at startup. After restarting, the tool icon shows the unlob tools.

  4. Try a corroboration check

    Ask about a recent claim and request that it be checked against independent sources — that routes through corroborate rather than a plain search.

Worth knowing

  • Config file locations differ by platform; the Edit Config menu item opens the right one.
  • JSON syntax errors cause the server to silently fail to appear. If the tools do not show up, validate the file first.

What Claude Desktop gets

All 11 tools, from one config block.

Frequently asked questions

Why are the unlob tools not appearing?

Almost always a JSON syntax error in the config, or a missed restart. Validate the file, confirm the mcpServers key merged correctly with any existing entries, and restart.

Get a key and connect it

10,000 requests a month, no card. The config above works unchanged once you have a key.