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.
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 Security83
- 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
- The HSTS (Strict-Transport-Security) header is present. View diagnostics → Pass
- DNSSEC is configured correctly; the domain's records validate against the full chain to the root. View diagnostics → Pass
Transport & Reachability100
- Verified streamable-http transport via a live MCP handshake. View diagnostics → Pass
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
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
claude mcp add --transport http com-claude-world-worlds-knowledge https://mcp.claude-world.com/mcp
[mcp_servers.com-claude-world-worlds-knowledge] url = "https://mcp.claude-world.com/mcp"
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"com-claude-world-worlds-knowledge": {
"type": "remote",
"url": "https://mcp.claude-world.com/mcp",
"enabled": true
}
}
} openclaw mcp add com-claude-world-worlds-knowledge --url https://mcp.claude-world.com/mcp --transport streamable-http
mcp_servers:
com-claude-world-worlds-knowledge:
url: "https://mcp.claude-world.com/mcp" {
"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.
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.
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 |
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.
worlds_advise_hard_problem Consult the Strongest Available Model for One 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.
| Name | Type | Req | Description |
|---|---|---|---|
| available_clis | array | — | — |
| current_cli | string | yes | — |
| execution_intent | string | — | — |
| preferred_cli | string | — | Optional user-selected provider. This is an explicit preference, not a benchmark verdict. |
| selection_scope | string | — | — |
| task | string | yes | — |
| Name | Type | Req | Description |
|---|---|---|---|
| advisor_version | string | yes | — |
| cross_provider_verdict | string | yes | — |
| current_cli | string | yes | — |
| decision_rule | string | yes | — |
| evidence | array | yes | — |
| live_validation_steps | array | yes | — |
| provider_candidates | array | yes | — |
| recommendation | object | yes | — |
| safety | object | yes | — |
| selection_scope | string | yes | — |
| task | string | yes | — |
No examples provided.
worlds_compare_cli_workflows Compare Coding-Agent 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.
| Name | Type | Req | Description |
|---|---|---|---|
| language | string | — | — |
| limit_per_product | integer | — | — |
| products | array | — | — |
| query | string | yes | — |
| Name | Type | Req | Description |
|---|---|---|---|
| groups | array | yes | — |
| language | string | yes | — |
| query | string | yes | — |
No examples provided.
worlds_get_cli_command Get One 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.
| Name | Type | Req | Description |
|---|---|---|---|
| command | string | yes | — |
| product | string | yes | — |
| Name | Type | Req | Description |
|---|---|---|---|
| command | object | yes | — |
| display_name | string | yes | — |
| product | string | yes | — |
| reference_url | string | yes | — |
| release | object | yes | — |
| sources | array | yes | — |
No examples provided.
worlds_get_cli_configuration Find CLI Configuration ~75
Search configuration keys and environment-variable names for one CLI. Returns public schema metadata and source links, never local values.
| Name | Type | Req | Description |
|---|---|---|---|
| availability | array | — | — |
| include | string | — | — |
| limit | integer | — | — |
| offset | integer | — | — |
| product | string | yes | — |
| query | string | — | — |
| Name | Type | Req | Description |
|---|---|---|---|
| count | number | yes | — |
| has_more | boolean | yes | — |
| items | array | yes | — |
| next_offset | number | — | — |
| offset | number | yes | — |
| product | string | yes | — |
| query | string | yes | — |
| reference_url | string | yes | — |
| release_version | string | yes | — |
| total | number | yes | — |
No examples provided.
worlds_get_cli_workflow Get a CLI Workflow ~41
Find one provider-specific workflow and its recorded command steps without translating flags between providers.
| Name | Type | Req | Description |
|---|---|---|---|
| product | string | yes | — |
| workflow | string | yes | — |
| Name | Type | Req | Description |
|---|---|---|---|
| commands | array | yes | — |
| guide_url | string | yes | — |
| interactive_commands | array | yes | — |
| product | string | yes | — |
| reference_url | string | yes | — |
| release_version | string | yes | — |
| sources | array | yes | — |
| workflow | object | yes | — |
No examples provided.
worlds_get_document Read a Knowledge 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.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | Stable document id from a search or comparison result. |
| max_characters | integer | — | — |
| offset | integer | — | — |
| Name | Type | Req | Description |
|---|---|---|---|
| canonical_url | string | yes | — |
| content_type | string | yes | — |
| fixed_excerpt | string | yes | — |
| id | string | yes | — |
| knowledge_collection | string | yes | — |
| language | string | yes | — |
| official_sources | array | yes | — |
| product | string | yes | — |
| published_at | string | — | — |
| reviewed_at | string | — | — |
| rights_basis | string | yes | — |
| source_status | string | yes | — |
| summary | string | yes | — |
| title | string | yes | — |
| world | string | yes | — |
No examples provided.
worlds_list_catalog List Knowledge Catalog Status ~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.
| Name | Type | Req | Description |
|---|---|---|---|
| content_policy | string | — | — |
| dataset_version | string | — | — |
| generated_at | string | yes | — |
| released_at | string | — | — |
| schema_version | number | yes | — |
| total_documents | number | yes | — |
| worlds | array | yes | — |
No examples provided.
worlds_list_cli_models List CLI Models and Effort Support ~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.
| Name | Type | Req | Description |
|---|---|---|---|
| products | array | — | — |
| Name | Type | Req | Description |
|---|---|---|---|
| catalog_version | string | yes | — |
| catalogs | array | yes | — |
| freshness | object | yes | — |
| warning | string | yes | — |
No examples provided.
worlds_list_cli_versions List CLI Versions and Coverage ~46
Return the exact release snapshot, capture date, factual entity counts, official sources, generated website reference, and drift status for all three CLIs.
| Name | Type | Req | Description |
|---|---|---|---|
| products | array | — | — |
| Name | Type | Req | Description |
|---|---|---|---|
| generated_at | string | yes | — |
| products | array | yes | — |
| rights_basis | string | yes | — |
| schema_version | number | yes | — |
No examples provided.
worlds_plan_cli_work Plan Model-Aware 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.
| Name | Type | Req | Description |
|---|---|---|---|
| available_clis | array | — | — |
| current_cli | string | yes | CLI holding the active conversation; continuity is preferred unless switching has a concrete benefit. |
| execution_environment | string | — | — |
| max_parallel_tracks | integer | — | — |
| orchestration_mode | string | — | — |
| require_independent_review | boolean | — | — |
| risk_tolerance | string | — | — |
| strategy | string | — | — |
| task | string | yes | — |
| workstreams | array | — | — |
| Name | Type | Req | Description |
|---|---|---|---|
| assignments | array | yes | — |
| available_clis | array | yes | — |
| current_cli | string | yes | — |
| evidence | array | yes | — |
| handoff | object | yes | — |
| planner_version | string | yes | — |
| routing_basis | string | yes | — |
| routing_principles | array | yes | — |
| safety | object | yes | — |
| strategy | string | yes | — |
| task | string | yes | — |
| uncertainties | array | yes | — |
No examples provided.
worlds_search_cli_reference Search Current 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.
| Name | Type | Req | Description |
|---|---|---|---|
| availability | array | — | — |
| kinds | array | — | — |
| limit | integer | — | — |
| offset | integer | — | — |
| products | array | — | — |
| query | string | yes | — |
| Name | Type | Req | Description |
|---|---|---|---|
| count | number | yes | — |
| has_more | boolean | yes | — |
| items | array | yes | — |
| next_offset | number | — | — |
| offset | number | yes | — |
| query | string | yes | — |
| total | number | yes | — |
No examples provided.
worlds_search_knowledge Search AI Worlds 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.
| Name | Type | Req | Description |
|---|---|---|---|
| content_types | array | — | Optional content filters, for example tutorial or field-guide. |
| languages | array | — | Optional locale filters: en, zh-tw, or ja. |
| limit | integer | — | — |
| offset | integer | — | — |
| products | array | — | Optional product filters such as claude-code, codex, or grok-build. |
| query | string | yes | Natural-language task, concept, error, or exact CLI command. |
| scope | string | — | The only collection is core: balanced, source-checked CLI usage and feature manuals. |
| source_status | array | — | Optional provenance filter. Every published manual is source-checked. |
| worlds | array | — | Optional canonical world filters: claude, gpt, or grok. |
| Name | Type | Req | Description |
|---|---|---|---|
| count | number | yes | — |
| has_more | boolean | yes | — |
| items | array | yes | — |
| next_offset | number | — | — |
| offset | number | yes | — |
| query | string | yes | — |
| scope | string | yes | — |
| total | number | yes | — |
No examples provided.