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.

AI Worlds CLI Knowledge

REMOTE · MCP.CLAUDE-WORLD.COM · SCANNED SEP 20

Source-checked CLI guides and model-aware planning for Claude Code, Codex, and Grok Build.

0 this week 89 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 Security83
Transport & Reachability100
Schema Quality & AI Usability85
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 1450 tokens (~111/item across 13 items; 12 tools + 1 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 Coverage77
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 20% of tool parameters carry a description.Partial
  • Structured output schemas are declared (100% 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 12 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 14 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a current MCP spec version (2026-07-28).Pass
Install

How do I install the AI Worlds CLI Knowledge MCP server?

AI Worlds CLI Knowledge is a hosted endpoint at https://mcp.claude-world.com/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 · mcp.claude-world.com

# add to Claude Code
claude mcp add --transport http com-claude-world-worlds-knowledge 'https://mcp.claude-world.com/mcp'
// .cursor/mcp.json
{
  "mcpServers": {
    "com-claude-world-worlds-knowledge": {
      "url": "https://mcp.claude-world.com/mcp"
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "com-claude-world-worlds-knowledge": {
      "type": "http",
      "url": "https://mcp.claude-world.com/mcp"
    }
  }
}
# ~/.codex/config.toml
[mcp_servers.com-claude-world-worlds-knowledge]
url = "https://mcp.claude-world.com/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-claude-world-worlds-knowledge": {
      "type": "remote",
      "url": "https://mcp.claude-world.com/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add com-claude-world-worlds-knowledge --url 'https://mcp.claude-world.com/mcp' --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  com-claude-world-worlds-knowledge:
    url: "https://mcp.claude-world.com/mcp"
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "com-claude-world-worlds-knowledge": {
      "Transport": "http",
      "Url": "https://mcp.claude-world.com/mcp"
    }
  }
}
# add to Vellum
assistant mcp add com-claude-world-worlds-knowledge -t streamable-http -u 'https://mcp.claude-world.com/mcp'
// mcp.json
{
  "mcpServers": {
    "com-claude-world-worlds-knowledge": {
      "type": "http",
      "url": "https://mcp.claude-world.com/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.

  • 31 Aug 26 +1
    • Stability: 0.97 → pass security
  • 29 Aug 26 +1

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

  • 27 Aug 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.

  • 26 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
  • 25 Aug 26 +1

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

  • 23 Aug 26 +1

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

  • 11 Aug 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 3 Aug 26 0
    • The server rewrote its instructions, which are the text every model session reads security
    • Tool “worlds_get_document” rewrote its description, which is the text the model reads security
    • Tool “worlds_search_knowledge” rewrote its description, which is the text the model reads security
    • Schema quality: pass → fail functional
    • New prompt “worlds_consult_hard_problem” functional
    • New prompt “worlds_plan_model_aware_work” functional
    • Server version: 0.3.0 → 0.5.0 functional
    • New tool “worlds_advise_hard_problem” functional
    • New tool “worlds_list_cli_models” functional
    • New tool “worlds_plan_cli_work” functional
    • “worlds_search_knowledge” reworded the description of “scope” cosmetic
    • “worlds_search_knowledge” reworded the description of “source_status” cosmetic
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://mcp.claude-world.com/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=claude-world.com CN=WE1,O=Google Trust Services,C=US 1 Aug 2026 30 Oct 2026 ECDSA 256 ECDSA-SHA256 e126d8e01567a17d13be1ed46997e288
SANs: claude-world.com, mcp.claude-world.com, *.mcp.claude-world.com
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

Background: What to check on a remote MCP endpoint →

DNSSEC secure

Validation of mcp.claude-world.com. Secure

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
com. present 19718 13 Verified
claude-world.com. present 2371 13 Verified
mcp.claude-world.com. Verified address RRset verified with the apex keys
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
Header Value
strict-transport-security max-age=15552000
x-content-type-options nosniff
referrer-policy no-referrer

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

Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://mcp.claude-world.com/mcp Verified 200
http (plaintext) http://mcp.claude-world.com/mcp HTTPS enforced 301 https://mcp.claude-world.com/mcp
MCP tools · 12 exposed · ~1,204 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
worlds_advise_hard_problem ~158

Choose the maximum-depth model-and-effort pairing for one difficult problem within the caller's actual CLI set. For a single CLI it selects that provider's strongest catalog role; with multiple CLIs it returns provider candidates but does not invent a universal cross-provider winner. It uses single-task depth, never ultra or ultracode orchestration, defaults to read-only, and does not launch a CLI or grant permissions.

NameTypeReqDescription
available_clisarray
current_clistringyes
execution_intentstring
preferred_clistringOptional user-selected provider. This is an explicit preference, not a benchmark verdict.
selection_scopestring
taskstringyes
NameTypeReqDescription
advisor_versionstringyes
cross_provider_verdictstringyes
current_clistringyes
decision_rulestringyes
evidencearrayyes
live_validation_stepsarrayyes
provider_candidatesarrayyes
recommendationobjectyes
safetyobjectyes
selection_scopestringyes
taskstringyes

No examples provided.

worlds_compare_cli_workflows ~100

Find evidence for the same task across Claude Code, Codex, and Grok Build without pretending their commands or authority models are identical. Returns separately ranked groups with source dates and canonical links. Best for questions such as configuring MCP, repository instructions, approvals, subagents, or headless CI.

NameTypeReqDescription
languagestring
limit_per_productinteger
productsarray
querystringyes
NameTypeReqDescription
groupsarrayyes
languagestringyes
querystringyes

No examples provided.

worlds_get_cli_command ~61

Return one current command path with all captured flags, arguments, value shapes, availability, risk, release metadata, and official source links. Accepts a stable id or full command path.

NameTypeReqDescription
commandstringyes
productstringyes
NameTypeReqDescription
commandobjectyes
display_namestringyes
productstringyes
reference_urlstringyes
releaseobjectyes
sourcesarrayyes

No examples provided.

worlds_get_cli_configuration ~75

Search configuration keys and environment-variable names for one CLI. Returns public schema metadata and source links, never local values.

NameTypeReqDescription
availabilityarray
includestring
limitinteger
offsetinteger
productstringyes
querystring
NameTypeReqDescription
countnumberyes
has_morebooleanyes
itemsarrayyes
next_offsetnumber
offsetnumberyes
productstringyes
querystringyes
reference_urlstringyes
release_versionstringyes
totalnumberyes

No examples provided.

worlds_get_cli_workflow ~41

Find one provider-specific workflow and its recorded command steps without translating flags between providers.

NameTypeReqDescription
productstringyes
workflowstringyes
NameTypeReqDescription
commandsarrayyes
guide_urlstringyes
interactive_commandsarrayyes
productstringyes
reference_urlstringyes
release_versionstringyes
sourcesarrayyes
workflowobjectyes

No examples provided.

worlds_get_document ~77

Read the bounded public excerpt and metadata for one source-checked CLI manual returned by worlds_search_knowledge. Follow canonical_url for the complete manual. Structured CLI command tools remain complete.

NameTypeReqDescription
idstringyesStable document id from a search or comparison result.
max_charactersinteger
offsetinteger
NameTypeReqDescription
canonical_urlstringyes
content_typestringyes
fixed_excerptstringyes
idstringyes
knowledge_collectionstringyes
languagestringyes
official_sourcesarrayyes
productstringyes
published_atstring
reviewed_atstring
rights_basisstringyes
source_statusstringyes
summarystringyes
titlestringyes
worldstringyes

No examples provided.

worlds_list_catalog ~51

Return public corpus counts, supported worlds, languages, products, source-quality counts, the build commit, and the current publication gate. This public DTO deliberately excludes local paths, package names, and private repository URLs.

Input schema present but exposes no named parameters.

NameTypeReqDescription
content_policystring
dataset_versionstring
generated_atstringyes
released_atstring
schema_versionnumberyes
total_documentsnumberyes
worldsarrayyes

No examples provided.

worlds_list_cli_models ~68

Return dated, source-grounded model catalogs for Claude Code, Codex, and Grok Build, including selector syntax, per-model effort support, availability constraints, and provider-native orchestration modes. These are snapshots; verify the live account catalog before launch.

NameTypeReqDescription
productsarray
NameTypeReqDescription
catalog_versionstringyes
catalogsarrayyes
freshnessobjectyes
warningstringyes

No examples provided.

worlds_list_cli_versions ~46

Return the exact release snapshot, capture date, factual entity counts, official sources, generated website reference, and drift status for all three CLIs.

NameTypeReqDescription
productsarray
NameTypeReqDescription
generated_atstringyes
productsarrayyes
rights_basisstringyes
schema_versionnumberyes

No examples provided.

worlds_plan_cli_work ~185

Create a read-only, dependency-aware work plan across Claude Code, Codex, and Grok Build. It selects a concrete dated-catalog model and supported native effort for each workstream, while keeping CLI fit, orchestration, permissions, handoff context, and verification separate. Routing is continuity-first and does not claim benchmark superiority, launch another CLI, or enable permission bypass.

NameTypeReqDescription
available_clisarray
current_clistringyesCLI holding the active conversation; continuity is preferred unless switching has a concrete benefit.
execution_environmentstring
max_parallel_tracksinteger
orchestration_modestring
require_independent_reviewboolean
risk_tolerancestring
strategystring
taskstringyes
workstreamsarray
NameTypeReqDescription
assignmentsarrayyes
available_clisarrayyes
current_clistringyes
evidencearrayyes
handoffobjectyes
planner_versionstringyes
routing_basisstringyes
routing_principlesarrayyes
safetyobjectyes
strategystringyes
taskstringyes
uncertaintiesarrayyes

No examples provided.

worlds_search_cli_reference ~95

Search current command paths, flags, interactive commands, configuration names, environment-variable names, workflows, and release drift for Claude Code, Codex, and Grok Build. Results contain factual metadata and official source links.

NameTypeReqDescription
availabilityarray
kindsarray
limitinteger
offsetinteger
productsarray
querystringyes
NameTypeReqDescription
countnumberyes
has_morebooleanyes
itemsarrayyes
next_offsetnumber
offsetnumberyes
querystringyes
totalnumberyes

No examples provided.

worlds_search_knowledge ~247

Search 162 multilingual, source-checked operating manuals for Claude Code, Codex, and Grok Build: 18 CLI usage and feature modules per product in English, Traditional Chinese, and Japanese. Website articles, news, newsletters, opinion, and release archives are not in this corpus. Returns bounded excerpts, commands when present, canonical links, official sources, and review dates. It never modifies state.

NameTypeReqDescription
content_typesarrayOptional content filters, for example tutorial or field-guide.
languagesarrayOptional locale filters: en, zh-tw, or ja.
limitinteger
offsetinteger
productsarrayOptional product filters such as claude-code, codex, or grok-build.
querystringyesNatural-language task, concept, error, or exact CLI command.
scopestringThe only collection is core: balanced, source-checked CLI usage and feature manuals.
source_statusarrayOptional provenance filter. Every published manual is source-checked.
worldsarrayOptional canonical world filters: claude, gpt, or grok.
NameTypeReqDescription
countnumberyes
has_morebooleanyes
itemsarrayyes
next_offsetnumber
offsetnumberyes
querystringyes
scopestringyes
totalnumberyes

No examples provided.

Common questions

What is the AI Worlds CLI Knowledge MCP server?

AI Worlds CLI Knowledge is an MCP server listed in the public MCP registry as com.claude-world/worlds-knowledge. Source-checked CLI guides and model-aware planning for Claude Code, Codex, and Grok Build. This page covers its hosted endpoint (https://mcp.claude-world.com/mcp).

Is the AI Worlds CLI Knowledge MCP server safe to use?

AI Worlds CLI Knowledge scores 89 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 AI Worlds CLI Knowledge MCP server expose?

AI Worlds CLI Knowledge exposes 12 tools: worlds_search_knowledge, worlds_get_document, worlds_compare_cli_workflows, worlds_list_catalog, worlds_search_cli_reference, and 7 more. Their descriptions and schemas cost roughly 1,204 tokens of context every time the server is loaded.

Does the AI Worlds CLI Knowledge MCP server require authentication?

No. We connected to AI Worlds CLI Knowledge without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

Is the AI Worlds CLI Knowledge MCP server still maintained?

AI Worlds CLI Knowledge 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.