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.

AI Worlds CLI Knowledge

REMOTE · MCP.CLAUDE-WORLD.COM · SCANNED AUG 3

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

70 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 Security83
Transport & Reachability100
Schema Quality & AI Usability63
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (poor).Fail
  • 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 Management7
  • Stability observed for 2 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
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
Capabilities100
  • Implements a current MCP spec version (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.claude-world.com

# add to Claude Code
claude mcp add --transport http com-claude-world-worlds-knowledge 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"
// 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.

  • 3 Aug 26 +1
    • 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
  • 2 Aug 26 0
    • Stability: unverified → 0.03 functional
  • 1 Aug 26 69

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

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.