Odel
Nummeropslag

Nummeropslag

Local
@andrey-tutPythonMITUpdated 1mo ago

Privacy-first Danish caller ID, CVR company lookup, operator data, and community spam signals.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

MCP Bundlehttps://github.com/andrey-tut/nummeropslag-api/releases/download/v1.0.1/nummeropslag-mcp-1.0.1.mcpb

Distributed as an MCP bundle (`https://github.com/andrey-tut/nummeropslag-api/releases/download/v1.0.1/nummeropslag-mcp-1.0.1.mcpb`) — download it and import the bundle in your MCP client.

Dockerghcr.io/andrey-tut/nummeropslag-mcp:v1.0.1

Run

docker run -i --rm ghcr.io/andrey-tut/nummeropslag-mcp:v1.0.1

MCP client config

{
  "mcpServers": {
    "nummeropslag": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/andrey-tut/nummeropslag-mcp:v1.0.1"
      ]
    }
  }
}
PyPInummeropslag-mcpv1.0.2

Run

uvx nummeropslag-mcp

MCP client config

{
  "mcpServers": {
    "nummeropslag": {
      "command": "uvx",
      "args": [
        "nummeropslag-mcp"
      ]
    }
  }
}