← wikexa.com

INDIVIDUAL MCP TOOL

search

Find entities by fuzzy text match when you do not know the exact title.

wikexa.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://wikexa.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for search and invoke it with your own arguments.

Indexed 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 server

wikexa.com

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.wikexa]
url = "https://wikexa.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "wikexa": {
      "type": "http",
      "url": "https://wikexa.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: wikexa
Remote MCP URL: https://wikexa.com/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": {
    "wikexa": {
      "url": "https://wikexa.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "wikexa": {
      "type": "http",
      "url": "https://wikexa.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "wikexa",
  "transport": "streamable-http",
  "url": "https://wikexa.com/mcp"
}
MCP Inspector

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

Related tools

  • lookup — Look up any entity (person, company, place, concept) and get structured facts plus a ~200-token summary.
  • article — Full Wikipedia article as clean structured JSON — sections as an array, infobox as key/value facts, no HTML or wikitext.
  • recent — Articles changed recently, optionally filtered by topic.