← wikimedia.com

INDIVIDUAL MCP TOOL

fetch

Full text for one id from `search`: `docs/<slug>` (a guide, as markdown; a `#section` suffix is accepted), `op/<operationId>` (one endpoint rendered from the OpenAPI definition) or `schema/<name>` (one response model).

wikimedia.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://enterprise.wikimedia.com/mcp

No auth detected

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

Indexed input schema

{}

Risk classification

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

  • A tool name or description suggests retrieving external content.

Parent server

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

.mcp.json

{
  "mcpServers": {
    "wikimedia-enterprise-docs": {
      "type": "http",
      "url": "https://enterprise.wikimedia.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • search — Full-text search over the Wikimedia Enterprise API documentation: guide sections, endpoints and response models.
  • list_endpoints — Every endpoint in the Wikimedia Enterprise OpenAPI definition, in reference order, with its technical title, its plain-language line and a link into the reference.
  • get_endpoint — The exact request and response shape of one endpoint, dereferenced from the OpenAPI definition (the source of truth), as structured JSON plus a markdown rendering.