← Registry

Learning Resources

wikexa.com

Provides structured access to Wikipedia content including entity lookup, full articles, search, and recent changes.

1 endpoint4 known toolsFirst detected July 31, 2026Last detected July 31, 2026

ENDPOINT 1

https://wikexa.com/mcp

No auth detected

MCP server metadata

Name
wikexa
Version
1.0.0
Capabilities
tools
Server instructions

Structured Wikipedia + Wikidata for agents. Call lookup(entity) for facts and a short summary, article(title) for full structured text, search(query) when the exact title is unknown, and recent(topic) for changes newer than your training cutoff. All tools are free. Wikipedia text is CC BY-SA 4.0 — keep the source_url when you quote it.

Known tools 4

lookup

Look up any entity (person, company, place, concept) and get structured facts plus a ~200-token summary.

Inferred read-only
article

Full Wikipedia article as clean structured JSON — sections as an array, infobox as key/value facts, no HTML or wikitext.

Inferred read-only
search

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

Inferred read-only
recent

Articles changed recently, optionally filtered by topic.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for wikexa.com was fetched 2026-08-12T05:27:50.103Z.

Trust status Neutral

wikexa.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.