@imqueue
REMOTE · MCP.IMQUEUE.ORG · 2 COMPONENTS · SCANNED AUG 3
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 against the live server, and we only credit what we can confirm. How we score →
Endpoint Security74
- The endpoint's TLS certificate is valid, in date, and uses a strong key. View diagnostics → Pass
- No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one. See how to fix → View diagnostics → Partial
- HTTPS is enforced; there's no plaintext access path. View diagnostics → Pass
- HSTS check failed: the Strict-Transport-Security header is absent. See how to fix → View diagnostics → Fail
- DNSSEC check failed: this domain isn't protected by DNSSEC. See how to fix → View diagnostics → Fail
Transport & Reachability100
- Verified streamable-http transport via a live MCP handshake. View diagnostics → Pass
Schema Quality & AI Usability80
- AI-judged instruction clarity (excellent).Pass
- Tool/resource definitions use about 551 tokens (~91/item across 6 items; 6 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management3
- Stability observed for 1 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
- Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
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.
remote · mcp.imqueue.org
claude mcp add --transport http org-imqueue-mcp https://mcp.imqueue.org/mcp
[mcp_servers.org-imqueue-mcp] url = "https://mcp.imqueue.org/mcp"
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"org-imqueue-mcp": {
"type": "remote",
"url": "https://mcp.imqueue.org/mcp",
"enabled": true
}
}
} openclaw mcp add org-imqueue-mcp --url https://mcp.imqueue.org/mcp --transport streamable-http
mcp_servers:
org-imqueue-mcp:
url: "https://mcp.imqueue.org/mcp" {
"mcpServers": {
"org-imqueue-mcp": {
"type": "http",
"url": "https://mcp.imqueue.org/mcp"
}
}
} The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.
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.
- 3 Aug 26 0
- Stability: unverified → 0.03 ▲ functional
- 2 Aug 26 71
First indexed and scored.
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 3 Aug 2026 · Probed https://mcp.imqueue.org/mcp
TLS valid
Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .
| Subject | Issuer | Valid from | Valid until | Key | Signature | Serial |
|---|---|---|---|---|---|---|
| CN=imqueue.org | CN=WE1,O=Google Trust Services,C=US | 24 Jul 2026 | 22 Oct 2026 | ECDSA 256 | ECDSA-SHA256 | 662f7f5fa3d65b76139db1c263b60ed3 |
| SANs: imqueue.org, mcp.imqueue.org, *.mcp.imqueue.org | ||||||
| CN=WE1,O=Google Trust Services,C=US (CA) | CN=GTS Root R4,O=Google Trust Services LLC,C=US | 13 Dec 2023 | 20 Feb 2029 | ECDSA 256 | ECDSA-SHA384 | 7ff31977972c224a76155d13b6d685e3 |
| CN=GTS Root R4,O=Google Trust Services LLC,C=US (CA) | CN=GlobalSign Root CA,OU=Root CA,O=GlobalSign nv-sa,C=BE | 15 Nov 2023 | 28 Jan 2028 | ECDSA 384 | SHA256-RSA | 7fe530bf331343bedd821610493d8a1b |
DNSSEC insecure
Validation of mcp.imqueue.org. — Not signed
| Zone | DS | Keys | Algorithms | Outcome |
|---|---|---|---|---|
| . | trust_anchor | 20326, 38696 | 8, 8 | Verified |
| org. | present | 26974 | 8 | Verified |
| imqueue.org. | absent | Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation |
Authentication No authorisation required
The endpoint answered without asking for a token. Anyone who knows the URL can reach it.
| Result | No authorisation required |
|---|---|
| HTTP status | 200 |
Transports 2 probes
| Transport | URL | Outcome | Status | Location |
|---|---|---|---|---|
| streamable-http | https://mcp.imqueue.org/mcp | Verified | 200 | |
| http (plaintext) | http://mcp.imqueue.org/mcp | HTTPS enforced | 301 | https://mcp.imqueue.org/mcp |
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.
get_doc Read an @imqueue doc page ~76
Fetch the full markdown of an @imqueue documentation page by its URL (as returned by search_docs). Returns plain markdown suitable for reading and quoting. Only imqueue.org URLs are fetched; anything else is refused.
| Name | Type | Req | Description |
|---|---|---|---|
| url | string | yes | An imqueue.org 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 |
| mimeType | string | yes | Media type of the page body carried in content |
| 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 ~32
Return the main @imqueue packages with a one-line summary and install command, so you can pick the right one.
Input schema present but exposes no named parameters.
| Name | Type | Req | Description |
|---|---|---|---|
| packages | array | yes | Ordered by what to reach for first |
No examples provided.
local_install_guide How to install the @imqueue MCP server locally ~64
Return the setup instructions for running the full @imqueue MCP server on your own machine. The local server adds the CLI-backed tools, which act on your project files and running services and so cannot be offered by a hosted server. Returns instructions only — it installs nothing.
Input schema present but exposes no named parameters.
| Name | Type | Req | Description |
|---|---|---|---|
| claudeCodeCommand | string | yes | One-liner for Claude Code |
| clientConfig | object | yes | Drop into an MCP config file as-is. VS Code and Visual Studio use `servers` with type:'stdio' instead of `mcpServers`. |
No examples provided.
scaffold_client Scaffold an @imqueue typed client ~104
Show 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 command plus an illustrative usage snippet. Returns text only — it writes no files.
| 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 |
| output | string | yes | Where that command writes the client |
| service | string | yes | — |
No examples provided.
scaffold_service Scaffold an @imqueue service ~99
Generate 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. Returns source text only — it writes no files.
| 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') |
No examples provided.
search_docs Search @imqueue documentation ~176
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.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | — | Max results (default 6) |
| query | string | yes | A question or a symbol name, e.g. 'expose a service method', 'delayed jobs' or 'IMQOptions.safeDelivery' |
| Name | Type | Req | Description |
|---|---|---|---|
| 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.