← 3keys.world

INDIVIDUAL MCP TOOL

make_wish

Submit your wish to the genie.

3keys.worldnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

3keys.world

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.3keys-world]
url = "https://3keys.world/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "3keys-world": {
      "type": "http",
      "url": "https://3keys.world/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: 3keys-world
Remote MCP URL: https://3keys.world/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "3keys-world": {
      "url": "https://3keys.world/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "3keys-world": {
      "type": "http",
      "url": "https://3keys.world/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "3keys-world",
  "transport": "streamable-http",
  "url": "https://3keys.world/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_world_state — Read the current state of the world before making your wish.