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

org.imqueue/mcp

REMOTE · MCP.IMQUEUE.ORG · 2 COMPONENTS · SCANNED AUG 3

Search @imqueue docs and scaffold typed services & clients from your AI coding agent.

71 Trust /100
Trust breakdown (6 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 →

Endpoint Security74
Transport & Reachability100
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
Install

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

# add to Claude Code
claude mcp add --transport http org-imqueue-mcp https://mcp.imqueue.org/mcp
# ~/.codex/config.toml
[mcp_servers.org-imqueue-mcp]
url = "https://mcp.imqueue.org/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "org-imqueue-mcp": {
      "type": "remote",
      "url": "https://mcp.imqueue.org/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add org-imqueue-mcp --url https://mcp.imqueue.org/mcp --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  org-imqueue-mcp:
    url: "https://mcp.imqueue.org/mcp"
// mcp.json
{
  "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.

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.

  • 3 Aug 26 0
    • Stability: unverified → 0.03 functional
  • 2 Aug 26 71

    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 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
MCP tools — 6 exposed · ~551 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.

Tool Tokens
get_doc ~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.

NameTypeReqDescription
urlstringyesAn imqueue.org page URL, e.g. https://imqueue.org/get-started/
NameTypeReqDescription
bytesintegeryesSize of the page body, so a caller can decide before reading it
mimeTypestringyesMedia type of the page body carried in content
urlstringyesThe markdown mirror actually fetched — not always the URL passed in, which is why it is worth returning

No examples provided.

list_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.

NameTypeReqDescription
packagesarrayyesOrdered by what to reach for first

No examples provided.

local_install_guide ~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.

NameTypeReqDescription
claudeCodeCommandstringyesOne-liner for Claude Code
clientConfigobjectyesDrop 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 ~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.

NameTypeReqDescription
methodsarrayKnown methods (used to shape the example call)
servicestringyesThe service to call, e.g. 'user' or 'UserService'
NameTypeReqDescription
clientstringyesGenerated client class name
exampleobjectyesAn illustrative call — not a file to write
generateCommandstringyesRun against the RUNNING service to emit the real typed client
outputstringyesWhere that command writes the client
servicestringyes

No examples provided.

scaffold_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.

NameTypeReqDescription
methodsarrayMethods to expose
namestringyesService name, e.g. 'user' or 'UserService'
NameTypeReqDescription
cliAlternativestringyesThe CLI command that creates a full provider-wired project instead
filesarrayyes
installstringyes
servicestringyesClass name used, after normalisation ('user' -> 'UserService')

No examples provided.

search_docs ~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.

NameTypeReqDescription
limitintegerMax results (default 6)
querystringyesA question or a symbol name, e.g. 'expose a service method', 'delayed jobs' or 'IMQOptions.safeDelivery'
NameTypeReqDescription
countintegeryesNumber of results returned (0 means no matches)
querystringyesThe query that was searched
resultsarrayyesMost relevant first

No examples provided.