← Registry

API Tools

wikimedia.com

Provides search and retrieval tools for Wikimedia Enterprise API documentation, including endpoints, schemas, and OpenAPI specs.

1 endpoint4 known toolsFirst detected September 15, 2026Last detected September 15, 2026

ENDPOINT 1

https://enterprise.wikimedia.com/mcp

No auth detected

MCP server metadata

Name
wikimedia-enterprise-docs
Version
1.0.5
Capabilities
toolsresources
Server instructions

Documentation for the Wikimedia Enterprise API: Wikipedia and other Wikimedia projects as structured, licensed data (Snapshot, On-demand and Realtime APIs, plus Metadata). Use `search` to find the guide section, endpoint or model that answers a question, then `fetch` the result id for the full text. Use `get_endpoint` for the exact request and response shape of one endpoint; the OpenAPI definition it reads is the source of truth. `list_endpoints` shows every endpoint, optionally by tag. Every result carries a `url` on enterprise.wikimedia.com; cite it. This server is read-only and calls no live API. Content is CC-BY-SA-4.0.

Known tools 4

search

Full-text search over the Wikimedia Enterprise API documentation: guide sections, endpoints and response models.

Inferred read-only
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).

Inferred read-only
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.

Inferred read-only
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.

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.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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

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