Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

lurq

REMOTE · API.LURQ.RUN · SCANNED SEP 20

Verify npm packages before your AI agent installs them: hallucinations, advisories, API drift.

Available components

+3 this week 80 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score → Why this is hard to score →

Endpoint Security89
Transport & Reachability100
Schema Quality & AI Usability74
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 2552 tokens (~159/item across 16 items; 16 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management23
  • Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 16 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 17 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the lurq MCP server?

lurq is a hosted endpoint at https://api.lurq.run/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

remote · api.lurq.run

# add to Claude Code
claude mcp add --transport http jadenryu-lurq 'https://api.lurq.run/mcp'
// .cursor/mcp.json
{
  "mcpServers": {
    "jadenryu-lurq": {
      "url": "https://api.lurq.run/mcp"
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "jadenryu-lurq": {
      "type": "http",
      "url": "https://api.lurq.run/mcp"
    }
  }
}
# ~/.codex/config.toml
[mcp_servers.jadenryu-lurq]
url = "https://api.lurq.run/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "jadenryu-lurq": {
      "type": "remote",
      "url": "https://api.lurq.run/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add jadenryu-lurq --url 'https://api.lurq.run/mcp' --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  jadenryu-lurq:
    url: "https://api.lurq.run/mcp"
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "jadenryu-lurq": {
      "Transport": "http",
      "Url": "https://api.lurq.run/mcp"
    }
  }
}
# add to Vellum
assistant mcp add jadenryu-lurq -t streamable-http -u 'https://api.lurq.run/mcp'
// mcp.json
{
  "mcpServers": {
    "jadenryu-lurq": {
      "type": "http",
      "url": "https://api.lurq.run/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

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.

  • 19 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 17 to 20. That category is still filling its 30-day observation window: 5 days of observed history at the previous scan, 6 at this one. The score rises as the window fills, whether or not the server changes.

  • 17 Sept 26 0
    • Schema quality: 2278 → 2552 functional
    • New tool “connect_check” functional
  • 16 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

  • 14 Sept 26 +1
    • Stability: unverified → 0.03 functional
  • 13 Sept 26 77

    First indexed and scored.

Diagnostics

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 20 Sept 2026 · Probed https://api.lurq.run/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=api.lurq.run CN=YR1,O=Let's Encrypt,C=US 23 Aug 2026 21 Nov 2026 RSA 2048 SHA256-RSA 5cc65209e99376402730757370cba0fee39
SANs: api.lurq.run
CN=YR1,O=Let's Encrypt,C=US (CA) CN=Root YR,O=ISRG,C=US 3 Sept 2025 2 Sept 2028 RSA 2048 SHA256-RSA a20253f15f2691c05dc1ce13b9bcca4e
CN=Root YR,O=ISRG,C=US (CA) CN=ISRG Root X1,O=Internet Security Research Group,C=US 13 May 2026 2 Sept 2032 RSA 4096 SHA256-RSA f24b6d17f9d9ad7cb1c9fea78782699f

Background: What to check on a remote MCP endpoint →

DNSSEC insecure

Validation of api.lurq.run. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
run. present 37315 8 Verified
lurq.run. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication Challenged, unverified

The endpoint asked for a token, but we could not retrieve and validate the RFC 9728 metadata that tells a client how to obtain one.

Result Challenged, unverified
Enforced On tool calls
HTTP status 200
Header Value
strict-transport-security max-age=31536000; includeSubDomains
content-security-policy default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests
x-content-type-options nosniff
x-frame-options SAMEORIGIN
referrer-policy no-referrer

Protected resource metadata

Retrieved No
Problem no_resource_metadata

Background: How OAuth 2.1 works in the 2026 MCP spec →

Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://api.lurq.run/mcp Verified 200
http (plaintext) http://api.lurq.run/mcp HTTPS enforced 301 https://api.lurq.run/mcp
MCP tools · 16 exposed · ~2,422 tokens

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. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
audit ~156

Assess an entire project's dependencies in ONE call: which packages are outdated, deprecated or carry advisories for the exact installed version, and which configured MCP servers have drifted, need credentials, or cannot be observed at all. Send the inventory you read locally (names and versions only — never source). Returns a per-item verdict plus an explicit coverage count: how many were answered, how many are queued because the index has not seen them, and how many were skipped and why. An item lurq could not assess is reported as unassessed, never as clean.

NameTypeReqDescription
mcpServersarrayMCP servers read from .mcp.json / agent configs
packagesarraynpm dependencies read from package.json + lockfile

No output schema declared.

No examples provided.

capabilities ~92

Look up which lurq tool answers a situation, and what to run next. Call when you're unsure whether lurq covers something (an upgrade, a licence rule, a version's exact exports, publishing a package) instead of guessing or skipping it. Returns matching capabilities with the tool or command to use.

NameTypeReqDescription
querystringWhat you are trying to do, in plain words. Omit for the full menu.

No output schema declared.

No examples provided.

compare ~75

Side-by-side comparison of 2–5 npm packages you are choosing between, ranked by health score. Untracked names are fetched on demand; one still being scored comes back under `pending` (retry shortly), and a name not on npm under `notFound`.

NameTypeReqDescription
packagesarrayyes2–5 npm package names

No output schema declared.

No examples provided.

compat ~258

Check whether a set of packages forms a coherent stack. Resolves the whole set the way npm would and returns a definitive verdict: compatible, conflict (with the exact clashing constraints), or unknown. Checks peer-dependency and engine ranges from declared metadata, plus any recorded sandbox conflicts. Read-only: never installs or executes package code. Not always instant: a set checked before answers immediately, but a new set is resolved live from registry metadata, which can take up to ~25 seconds. Call once with the whole stack before committing to it.

NameTypeReqDescription
nodestringOptional target Node runtime (e.g. "20" or "20.20.2") for engines.node checks
packagesarrayyesThe full candidate stack to check together, 2–30 npm package names — a whole package.json dependency list is the intended input. Pass every package in one call: conflicts routinely appear only across…
versionsobjectOptional exact versions keyed by package name, e.g. {"react":"19.0.0"} (use when not checking latest). Must be exact semver versions, not ranges.

No output schema declared.

No examples provided.

connect_check ~274

Before wiring an MCP server into a client, find out whether it will work there and exactly what it takes. Accepts an endpoint URL, an official-registry server name, or an npm package name. Answers per client (Claude Code, Claude.ai, ChatGPT, Cursor, VS Code, Codex, Gemini CLI and more): WORKS; NEEDS_SETUP with the steps (a key to send as a header, an OAuth client to pre-register and the redirect URIs to allow, a URL placeholder to fill); BLOCKED with the reason and which side causes it; or UNKNOWN when a decisive fact is not established. Built from a credential-free probe of the endpoint (whether it answers, how it authenticates, which OAuth registration methods it offers, spec deviations strict clients refuse, tool names and schemas) and from primary-sourced client constraints. Returns ready-to-paste config in each client's own format, with placeholder values. Tell the user what it found, including which client it was checked for. UNKNOWN never means it will not work.

NameTypeReqDescription
clientstringOne client to check, e.g. claude-code, cursor, chatgpt; omit for every client
serverstringyesEndpoint URL (https://…), official registry name (io.github.acme/weather), or npm package name

No output schema declared.

No examples provided.

diagram ~66

Emit a reference-architecture Mermaid diagram for a stack you have already chosen (package names). A labeled starting point keyed by layer, not a validated architecture, and not an architecture designer.

NameTypeReqDescription
stackarrayPackage names that make up the stack; omit or empty to get usage guidance

No output schema declared.

No examples provided.

diff_surface ~142

What changed in a package's runtime surface between two versions: symbols removed, added, and arity changes, plus renames the package itself proves (a removed name that shared one declaration with a name the new version still exports). Removals break `node`; type-only removals are returned separately because they break `tsc` instead. Answers "when did this stop working" from static comparison, with no install required. Use before an upgrade, and to explain a break after one.

NameTypeReqDescription
fromVersionstringyesVersion you are on
packagestringyesnpm package name
toVersionstringyesVersion you are moving to

No output schema declared.

No examples provided.

evaluate ~123

Full evidence read for one npm package: health and quality scores and the signals behind them, advisories, the shared safety verdict, a summary and a usage guide. Use it when a choice needs more than verify's install gate. Enforces the account's dependency policy. A package lurq has never tracked is fetched and scored on demand, waiting up to ~4 seconds; if scoring takes longer the result is `tracked: false` with a note to retry in a few seconds, which is not an answer about the package.

NameTypeReqDescription
packagestringyesnpm package name

No output schema declared.

No examples provided.

mcp_drift ~157

What moved in an MCP server's tool contract between two versions: tools removed, parameters that became required, types narrowed, and annotation flips. Two findings here have no npm equivalent and are why this exists. SILENT DRIFT is a schema that changed while its description stayed byte-identical, invisible to anyone reading a changelog. PRIVILEGE WIDENING is a tool that stopped being read-only or started being destructive, which does not break anything and is worse than a break. Use before upgrading a server an agent depends on.

NameTypeReqDescription
fromVersionstringyesVersion you are on
serverstringyesnpm package name of the MCP server
toVersionstringyesVersion you are moving to

No output schema declared.

No examples provided.

mcp_stack ~178

Check whether a set of MCP servers can be wired into one agent together. The npm question does not apply — servers are separate processes with nothing to resolve between them. They clash in the single flat TOOL NAMESPACE the agent assembles from all of them: two servers exposing the same tool name leave the agent unable to express which it means, and nothing errors, one simply shadows the other. Also reports the standing context cost, since every tool's schema rides in every request. Pass `tools` for a server when you already hold its tool list (any server: remote, PyPI, Docker, private) and it is analysed as-is; otherwise the npm server's probed surface is used, and one that has not been probed makes the answer UNKNOWN, never clean.

NameTypeReqDescription
serversarrayyesThe servers configured into one agent

No output schema declared.

No examples provided.

mcp_surface ~180

What an MCP server ACTUALLY exposes: every tool, its required and optional parameters, and its behaviour annotations, read from a live `tools/list` handshake in a sandbox rather than from a README or the model's memory. Call before wiring an agent to a server, or when a tool call is failing for reasons the error does not explain. Also returns `requires` — the API keys and settings the server declares it needs — and `configRequest`, a ready-made line to put in front of your user when something is missing, so 'it needs a token' never presents as 'it is broken'. A miss returns UNKNOWN and queues a probe; UNKNOWN never means the server has no tools.

NameTypeReqDescription
serverstringyesnpm package name of the MCP server
versionstringExact version; omit for the latest probed

No output schema declared.

No examples provided.

policy ~71

The rules this account's selection policy enforces on which packages you may add: denied packages (with the reason), license allowlist, confidence, advisory, adoption, staleness and bundle-size floors. Read it once before choosing dependencies so you pick an allowed package first; evaluate already enforces it. Read-only.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

report_outcome ~132

Opt-in feedback after you act on lurq's evidence about a package (verify, evaluate, compare, compat): whether you went with it and whether it built. No source code, only the coarse decision + a build signal. Helps lurq learn which packages agents actually succeed with; safe to skip.

NameTypeReqDescription
acceptedbooleanyesDid you go with this package?
buildSignalstringCoarse post-install result, if known
needstringWhat you needed the package for, in plain words (no source code)
packagestringyesThe package you decided on

No output schema declared.

No examples provided.

resolve_surface ~128

What a package version ACTUALLY exports at runtime, extracted from its shipped JavaScript rather than from documentation or the model's memory: names and arity, not type signatures (use usage for those). Call before writing code against a package whose API may have moved. Runtime existence is what decides whether an import throws; a removed type breaks tsc, a removed runtime symbol breaks the program. A miss returns UNKNOWN and queues extraction, UNKNOWN never means the symbol is absent.

NameTypeReqDescription
packagestringyesnpm package name
versionstringExact version; omit for the latest extracted

No output schema declared.

No examples provided.

usage ~300

A package version's TYPED API: exported symbols and their signatures from its shipped .d.ts (or DefinitelyTyped), exact to the version, none of it in the model's training data. Use before writing code against a package whose API may have moved. For whether a name exists at RUNTIME (what decides if an import throws) use resolve_surface; for is-it-safe-to-install use verify. Pass knownVersion (e.g. the version you were trained on) to get the precise delta: added, removed, renamed, changed. Also returns the version's declared engines (Node/runtime floor). Large surfaces are paged, 80 symbols per call: `totalSymbols` is the size, `query` filters by name, `offset` pages. `shallow: true` means the API lives on an interface's members that are not listed, and the note says where to read them. For framework file/convention changes (not exported symbols), consult the official migration guide / Context7 instead.

NameTypeReqDescription
knownVersionstringA version you already know; returns the API delta from it to the target
offsetintegerIndex of the first symbol to return, to page past the first 80
packagestringyesnpm package name
querystringPart of a symbol name (case-insensitive); returns only matching symbols
versionstringTarget version (defaults to latest)

No output schema declared.

No examples provided.

verify ~90

Confirm an npm package is real, healthy, and not risky before installing: guards against hallucinated or typosquatted names, deprecations and known advisories, and returns a safety verdict with its reasons and what was not checked. Checks the live registry. The cheap gate to call before every install; use evaluate when you need the full scores.

NameTypeReqDescription
packagestringyesnpm package name to verify

No output schema declared.

No examples provided.

Common questions

What is the lurq MCP server?

lurq is an MCP server listed in the public MCP registry as io.github.jadenryu/lurq. Verify npm packages before your AI agent installs them: hallucinations, advisories, API drift. This page covers its hosted endpoint (https://api.lurq.run/mcp).

Is the lurq MCP server safe to use?

lurq scores 80 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the lurq MCP server expose?

lurq exposes 16 tools: evaluate, policy, compare, compat, verify, and 11 more. Their descriptions and schemas cost roughly 2,422 tokens of context every time the server is loaded.

Does the lurq MCP server require authentication?

Yes. lurq asked us for credentials when we connected, so you will need to authorise it in your MCP client before it can do anything.

Is the lurq MCP server still maintained?

lurq is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.