Nummeropslag
PYPI · NUMMEROPSLAG-MCP · 3 COMPONENTS · SCANNED AUG 16
Privacy-first Danish caller ID, CVR company lookup, operator data, and community spam signals.
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →
Supply Chain Security100
- No malware found by supply-chain analysis.Pass
- No known CVEs affecting this package version or its production dependencies.Pass
- Runs setuptools.build_meta at install time, a recognised native-build step with no shell scripting around it. View diagnostics → Pass
- 1 of 30 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency48
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 11 days ago).Pass
- Publishes a security disclosure policy (SECURITY.md).Pass
Schema Quality & AI Usability73
- AI-judged instruction clarity (good).Pass
- Tool/resource definitions use about 283 tokens (~56/item across 5 items; 5 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management40
- Stability observed for 12 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage67
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 0% of tool parameters carry a description.Fail
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
pypi · nummeropslag-mcp
claude mcp add andrey-tut-nummeropslag -- uvx nummeropslag-mcp
codex mcp add andrey-tut-nummeropslag -- uvx nummeropslag-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"andrey-tut-nummeropslag": {
"type": "local",
"command": [
"uvx",
"nummeropslag-mcp"
],
"enabled": true
}
}
} openclaw mcp add andrey-tut-nummeropslag --command uvx --arg nummeropslag-mcp
mcp_servers:
andrey-tut-nummeropslag:
command: "uvx"
args: ["nummeropslag-mcp"] {
"mcpServers": {
"andrey-tut-nummeropslag": {
"command": "uvx",
"args": [
"nummeropslag-mcp"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 16 Aug 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 37 to 40. That category is still filling its 30-day observation window: 11 days of observed history at the previous scan, 12 at this one. The score rises as the window fills, whether or not the server changes.
- 14 Aug 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 30 to 33. That category is still filling its 30-day observation window: 9 days of observed history at the previous scan, 10 at this one. The score rises as the window fills, whether or not the server changes.
- 13 Aug 26 +15
- Malware scan: unverified → pass ▲ security
- 12 Aug 26 −11
- Malware scan: pass → unverified ▼ security
- Stability: unverified → 0.27 ▲ functional
- 11 Aug 26 +1
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 10 Aug 26 +15
- Malware scan: unverified → pass ▲ security
- 8 Aug 26 +1
- Security disclosure: fail → pass ▲ functional
- 5 Aug 26 +10
- Malware scan: pass → unverified ▼ security
- Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
- MCP protocol: unverified → pass ▲ functional
- Tool coverage: unverified → 100 ▲ functional
- First check of Schema quality: good functional
- First check of Schema quality: pass functional
- First check of Schema quality: fail functional
- First check of Tool coverage: 0 functional
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 16 Aug 2026 · Analysed pypi/nummeropslag-mcp@1.0.2
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | pypi |
Install scripts 1 script
| Hook | Tier | Command |
|---|---|---|
| build_backend | allowlisted | setuptools.build_meta |
Dependencies 30 packages
| Packages resolved | 30 |
|---|---|
| Stale | 1 |
| Tree resolution | Complete |
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
api_status Check Nummeropslag API status ~32
Return the status of the configured API key: allowed scopes, daily quota and how many calls have been used today.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
check_spam Check a Danish number for spam ~65
Quick spam/scam check for a Danish phone number. Returns a compact verdict: spam level, score, trust rating and how many users reported it. Use this to decide whether an incoming call is likely spam, telemarketing or a scam.
| Name | Type | Req | Description |
|---|---|---|---|
| number | string | yes | – |
No output schema declared.
No examples provided.
get_operator Get a Danish number's operator ~51
Return the telecom operator and number type (mobile / landline / service) for a Danish phone number, from the official Danish number plan. Lightweight, no company data.
| Name | Type | Req | Description |
|---|---|---|---|
| number | string | yes | – |
No output schema declared.
No examples provided.
lookup_number Look up a Danish phone number ~82
Look up a Danish phone number and return the full record: the registered company (from the official CVR register), the telecom operator, the number type, a community spam/trust rating and recent anonymous comments. `number` is an 8-digit Danish number (separators, spaces and a +45 prefix are accepted).
| Name | Type | Req | Description |
|---|---|---|---|
| number | string | yes | – |
No output schema declared.
No examples provided.
search_businesses Search Danish businesses ~53
Search Danish companies by name (from the CVR register). Returns matching businesses. Useful to find a company's phone number or details by name.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | – | – |
| query | string | yes | – |
No output schema declared.
No examples provided.