@imqueue
NPM · @IMQUEUE/MCP · 2 COMPONENTS · SCANNED SEP 21
Search @imqueue docs and scaffold typed services & clients from your AI coding agent.
Available components
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 → Why this is hard to score →
Supply Chain Security98
- No malware found by supply-chain analysis.Pass
- No known CVEs affecting this package version or its production dependencies.Pass
- No install/post-install scripts declared.Pass
- 31 of 96 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 (GPL-3.0-only).Pass
- Actively maintained (last published 2 days ago).Pass
- Publishes a security disclosure policy (SECURITY.md).Pass
Schema Quality & AI Usability74
- AI-judged instruction clarity (excellent).Pass
- Context-footprint check failed: tool/resource definitions use about 2393 tokens (~170/item across 14 items; 14 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 Management100
- No destabilizing schema changes in the last 30 days.Pass
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
- Structured output schemas are declared (43% of tools); any adoption earns full credit.Pass
Tool Safety100
- No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
- We read all 14 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
- An AI judge read all 15 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
How do I install the @imqueue MCP server?
@imqueue runs locally as an npm package, launched with npx -y @imqueue/mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.
npm · @imqueue/mcp
claude mcp add org-imqueue-mcp -- npx -y @imqueue/mcp
{
"mcpServers": {
"org-imqueue-mcp": {
"command": "npx",
"args": [
"-y",
"@imqueue/mcp"
]
}
}
} {
"servers": {
"org-imqueue-mcp": {
"command": "npx",
"args": [
"-y",
"@imqueue/mcp"
]
}
}
} codex mcp add org-imqueue-mcp -- npx -y @imqueue/mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"org-imqueue-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"@imqueue/mcp"
],
"enabled": true
}
}
} openclaw mcp add org-imqueue-mcp --command npx --arg -y --arg @imqueue/mcp
mcp_servers:
org-imqueue-mcp:
command: "npx"
args: ["-y", "@imqueue/mcp"] {
"McpServers": {
"org-imqueue-mcp": {
"Transport": "stdio",
"Command": "npx",
"Arguments": [
"-y",
"@imqueue/mcp"
]
}
}
} assistant mcp add org-imqueue-mcp -t stdio -c npx -a -y @imqueue/mcp
{
"mcpServers": {
"org-imqueue-mcp": {
"command": "npx",
"args": [
"-y",
"@imqueue/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.
- 21 Sept 26 0
- Stability: 0.97 → pass security
- 20 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.
- 19 Sept 26 +15
- Malware scan: unverified → pass ▲ security
- 18 Sept 26 −15
- Malware scan: pass → unverified ▼ security
- Package version: 3.7.8 → 3.7.9 functional
- 17 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.
- 15 Sept 26 −2
- Stability: pass → 0.80 functional
- 14 Sept 26 0
- Stability: 0.97 → pass security
- 13 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.
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 21 Sept 2026 · Analysed npm/@imqueue/mcp@3.7.9
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | npm |
Background: How many MCP packages publish verified provenance →
Dependencies 96 packages
| Packages resolved | 96 |
|---|---|
| Stale | 31 |
| Tree resolution | Complete |
Background: SBOMs and build attestations, explained →
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 →
cli_help Show @imqueue CLI help ~87
Run `imq [command] --help` and return the exact, version-accurate flags for a command (e.g. 'service create', 'client generate'). The flags it lists are the ones create_service accepts. Read-only: it prints help and exits.
| Name | Type | Req | Description |
|---|---|---|---|
| command | string | – | A subcommand, e.g. 'service create' (omit for top-level help) |
No output schema declared.
No examples provided.
cli_install Install the @imqueue CLI ~76
Install @imqueue/cli globally via `npm install -g @imqueue/cli`, replacing any `imq` already installed. cli_status reports whether it is already present. A global install may require a user-writable npm prefix or elevated permissions.
| Name | Type | Req | Description |
|---|---|---|---|
| version | string | – | npm version/tag to install (default 'latest') |
No output schema declared.
No examples provided.
cli_status Check the @imqueue CLI ~50
Detect whether the `imq` CLI (@imqueue/cli) is installed on this machine and report its version. create_service and generate_client need it; the scaffold_service and scaffold_client tools do not.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
config Manage @imqueue CLI configuration ~152
Run `imq config <action>`. `check` = is config initialized; `get [option]` = read a value (or list all); `set option value` = overwrite a value (nested keys use a dot-path, e.g. 'ci.provider'); `init` = interactive setup, which will time out when run non-interactively, so `set` is the automatable one. Requires the `imq` CLI.
| Name | Type | Req | Description |
|---|---|---|---|
| action | string | yes | Config operation |
| cwd | string | – | Working directory to run in |
| option | string | – | Config key (dot-path for nested), for get/set |
| value | string | – | Value to set (required for `set`) |
No output schema declared.
No examples provided.
create_service Create an @imqueue service with the CLI ~220
Scaffold a real, provider-wired @imqueue service via `imq service create`. Runs as a DRY-RUN by default: it shows the plan and writes nothing. With apply=true it writes files into the target directory and may initialise git, configure CI and push to a remote. Accepts `imq` flags (cli_help lists them) to avoid interactive prompts. Requires the `imq` CLI.
| Name | Type | Req | Description |
|---|---|---|---|
| apply | boolean | – | false/omitted = dry-run preview; true = actually create (writes files) |
| cwd | string | – | Working directory to run in (defaults to the server's cwd) |
| flags | array | – | Extra `imq` flags, e.g. ['--vcs','github','--ci','github-actions'] or feature selection ['--packages','pg-prisma,validation,opentelemetry,gcp','-D']. Get exact flags from cli_help. |
| name | string | yes | Service name, e.g. 'user' |
| path | string | – | Target directory (optional) |
No output schema declared.
No examples provided.
fleet Control the local @imqueue services fleet ~165
Run `imq ctl <action>` over a directory of service repositories. `status` reports what is running and changes nothing; `start`, `stop` and `restart` change which processes are running on this machine. Requires the `imq` CLI.
| Name | Type | Req | Description |
|---|---|---|---|
| action | string | yes | What to do to the fleet |
| calm | boolean | – | Start services one at a time, waiting for each to be ready |
| cwd | string | – | Working directory to run in |
| path | string | – | Directory containing the service repositories (default '.') |
| services | string | – | Comma-separated service names; omit to scan the path |
| update | boolean | – | git pull each service before starting (start/restart) |
| verbose | boolean | – | Verbose output |
No output schema declared.
No examples provided.
generate_client Generate a typed client with the CLI ~110
Run `imq client generate <Service>` to emit the real, fully-typed client, writing it into the output directory. The target service must be RUNNING — the CLI introspects the live service over its message queue. Requires the `imq` CLI.
| Name | Type | Req | Description |
|---|---|---|---|
| cwd | string | – | Working directory to run in |
| path | string | – | Output directory (optional) |
| service | string | yes | Service name to generate a client for, e.g. 'User' / 'UserService' |
No output schema declared.
No examples provided.
get_doc Read an @imqueue doc page ~148
Fetch the markdown of an @imqueue documentation page by its URL (as returned by search_docs). Returns plain markdown suitable for reading and quoting. Pass a URL with a #fragment — which is what search_docs returns for a section result — to get just that section plus the heading path above it; pass the URL without one to read the whole page. Only imqueue.org (framework docs) and imqueue.com (licensing, pricing, support) URLs are fetched; anything else is refused. Very large pages are truncated, which the result reports.
| Name | Type | Req | Description |
|---|---|---|---|
| url | string | yes | An imqueue.org or imqueue.com page URL, e.g. https://imqueue.org/get-started/ |
| Name | Type | Req | Description |
|---|---|---|---|
| bytes | integer | yes | Size of the page body, so a caller can decide before reading it |
| fragmentMiss | object | – | Present when a #fragment matched no indexed section — markdown is the WHOLE page, not the slice that was asked for |
| markdown | string | yes | The page body — the same text carried in content, minus the heading path prefix |
| mimeType | string | yes | Media type of the page body carried in markdown and content |
| section | object | – | Present when a #fragment resolved to one section — markdown is that section, not the page |
| truncated | boolean | yes | True when the page was too large to return whole — markdown holds the leading part only |
| url | string | yes | The markdown mirror actually fetched — not always the URL passed in, which is why it is worth returning |
No examples provided.
list_packages List @imqueue packages ~216
The complete, authoritative catalogue of documented @imqueue packages, each with its current version, licence, minimum Node version, a one-line summary and its exact install command. Call this BEFORE adding any @imqueue dependency: search_docs can only find a package you already suspect exists, and this is the list. Covers typed RPC over a message queue, the Redis queue engine, the `imq` CLI, jobs and scheduling, Prisma and Sequelize database toolkits, method caching, tag-invalidated caching, PostgreSQL LISTEN/NOTIFY, Zod validation, OpenTelemetry or Datadog tracing, async logging, GraphQL N+1 batching across services, CIDR/IP checks and HTTP rate limiting. Some pairs are mutually exclusive — pg-prisma vs pg-sequelize, opentelemetry vs datadog — and installing both of a pair breaks silently, so read the `pick` rule on those entries before choosing. For one package's release history, links and the framework-wide Node and Redis requirements, use package_status.
Input schema present but exposes no named parameters.
| Name | Type | Req | Description |
|---|---|---|---|
| factsUnavailable | boolean | – | True when imqueue.org/status.json could not be read, so no entry carries a version or licence. The catalogue itself is compiled in and still complete |
| framework | object | – | – |
| packages | array | yes | Ordered by what to reach for first |
No examples provided.
logs Read or clean @imqueue fleet logs ~129
Work with logs of services started by `imq ctl`. action='dump' (default) returns the current combined logs and exits — it never follows/streams, and output is capped. action='clean' deletes the collected log files. Requires the `imq` CLI.
| Name | Type | Req | Description |
|---|---|---|---|
| action | string | – | dump = read current logs (default); clean = delete collected logs |
| cwd | string | – | Working directory to run in |
| prefix | boolean | – | Prefix each line with the service name (default true) |
| services | string | – | Comma-separated service names; omit to combine all |
No output schema declared.
No examples provided.
package_status @imqueue package versions and licences ~187
The current version, licence, minimum Node version and last release date of any published @imqueue package — or of all of them. Use it when the user asks which version of an @imqueue package is current, what licence it is under, or which Node or Redis version it needs. Covers every published package, including @imqueue/cli and @imqueue/mcp, and also returns the framework-wide licence, Node and Redis requirements, with a `licenseNote` that states the licence terms in a sentence. The facts are read from the npm registry by imqueue.org, and the result says when. Pass `package` for one entry, with or without the @imqueue/ scope; omit it for all of them.
| Name | Type | Req | Description |
|---|---|---|---|
| package | string | – | One package, with or without the scope: 'rpc', '@imqueue/rpc'. Omit for every package. |
| Name | Type | Req | Description |
|---|---|---|---|
| framework | object | yes | – |
| generated | string | yes | When the site last read these facts from the npm registry |
| packages | array | yes | – |
| source | string | yes | – |
No examples provided.
scaffold_client Scaffold an @imqueue typed client ~165
READ-ONLY: returns text and writes nothing to disk, and does NOT run the command it shows you. Explains how to generate and use the fully-typed client for an @imqueue service: @imqueue generates the real client from a running service via `imq client generate`, so this returns that exact command plus an illustrative usage snippet. The generated file exports a single namespace holding the client class, so the import shape is not the obvious one — take it from `namespace` rather than guessing. Use generate_client (local install only) if you want the command actually run.
| Name | Type | Req | Description |
|---|---|---|---|
| methods | array | – | Known methods (used to shape the example call) |
| service | string | yes | The service to call, e.g. 'user' or 'UserService' |
| Name | Type | Req | Description |
|---|---|---|---|
| client | string | yes | Generated client class name |
| example | object | yes | An illustrative call — not a file to write |
| generateCommand | string | yes | Run against the RUNNING service to emit the real typed client |
| namespace | string | yes | The ONLY export of the generated file: a namespace holding the client class. Import this, then `new <namespace>.<client>()` — importing the class directly does not resolve. |
| output | string | yes | The file that command writes (a compiled .js lands beside it) |
| service | string | yes | – |
No examples provided.
scaffold_service Scaffold an @imqueue service ~167
READ-ONLY: returns generated source code as text and writes nothing to disk, creates no project and runs no command. Generates an idiomatic @imqueue/rpc service (an IMQService subclass with @expose()d, JSDoc-typed methods) plus a bootstrap that starts it. Provide the methods you want, or omit them for a starter template. Any non-primitive parameter or return type also gets a types.ts with the required @classType()/@property() declarations — without those the generated client types it `any`, which compiles. Use create_service (local install only) if you want files actually written.
| Name | Type | Req | Description |
|---|---|---|---|
| methods | array | – | Methods to expose |
| name | string | yes | Service name, e.g. 'user' or 'UserService' |
| Name | Type | Req | Description |
|---|---|---|---|
| cliAlternative | string | yes | The CLI command that creates a full provider-wired project instead |
| files | array | yes | – |
| install | string | yes | – |
| service | string | yes | Class name used, after normalisation ('user' -> 'UserService') |
| types | array | yes | Complex types the signatures refer to. Each needs @classType() on the class and @property() on every field — types.ts declares them; complete the fields. Empty when every type is a primitive. |
No examples provided.
search_docs Search @imqueue documentation ~310
Search the official @imqueue docs (guides, tutorial, CLI manual, articles) and every exported symbol of every @imqueue package that publishes a generated API reference, returning the most relevant pages with their URLs. Each result names the package it belongs to. Takes a plain question or an exact symbol name such as 'RedisQueue.send', 'PgPubSub.listen' or 'watcherCheckDelay'. Answers 'how do I do X in @imqueue' and confirms a signature before code is written against it. Every result carries the page URL, which get_doc reads in full. Some capabilities are covered by two mutually exclusive packages — @imqueue/pg-prisma vs @imqueue/pg-sequelize, @imqueue/opentelemetry vs @imqueue/datadog — so for a query like 'tracing' or 'database', call list_packages for the choosing rule rather than taking whichever package ranks first, and pass `package` here to search within the one you settled on.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | – | Max results (default 6) |
| package | string | – | Restrict results to one package, e.g. 'http-protect' or '@imqueue/opentelemetry'. Use it once you know which package you want — the same words appear in several packages' symbols. |
| query | string | yes | A question or a symbol name, e.g. 'expose a service method', 'delayed jobs' or 'IMQOptions.safeDelivery' |
| Name | Type | Req | Description |
|---|---|---|---|
| advisories | array | – | Present when the results involve two packages that cover the same ground. Each names both options with the rule for choosing — install exactly one, never both. |
| count | integer | yes | Number of results returned (0 means no matches) |
| query | string | yes | The query that was searched |
| results | array | yes | Most relevant first |
No examples provided.
What is the @imqueue MCP server?
@imqueue is an MCP server listed in the public MCP registry as org.imqueue/mcp. Search @imqueue docs and scaffold typed services & clients from your AI coding agent. This page covers its npm package (@imqueue/mcp).
Is the @imqueue MCP server safe to use?
@imqueue scores 84 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 21 September 2026. It declares no install or post-install scripts. 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 @imqueue MCP server expose?
@imqueue exposes 14 tools: search_docs, get_doc, list_packages, package_status, scaffold_service, and 9 more. Their descriptions and schemas cost roughly 2,182 tokens of context every time the server is loaded.
Is the @imqueue MCP server still maintained?
@imqueue is still listed as active in the MCP registry. We last reached this channel on 21 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.
What licence is the @imqueue MCP server under?
@imqueue declares the GPL-3.0-only licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.