API Tools
wikimedia.com
Provides search and retrieval tools for Wikimedia Enterprise API documentation, including endpoints, schemas, and OpenAPI specs.
ENDPOINT 1
https://enterprise.wikimedia.com/mcp
MCP server metadata
- Name
- wikimedia-enterprise-docs
- Version
- 1.0.5
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
searchFull-text search over the Wikimedia Enterprise API documentation: guide sections, endpoints and response models.
Inferred read-onlyfetchFull 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-onlylist_endpointsEvery 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-onlyget_endpointThe 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-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.