Wikipedia / MediaWiki · Capability
Wikimedia Enterprise Snapshot And Realtime
Commercial Wikimedia Enterprise surface: list / download Snapshot batches, fetch On-demand articles and structured contents, list realtime batches. Self-contained Naftiko capability covering one Wikimedia Enterprise business surface.
What You Can Do
GET
Listcodes
— List enterprise content codes
/v1/codes
GET
Listlanguages
— List supported languages
/v1/languages
GET
Listprojects
— List Wikimedia projects
/v1/projects
GET
Listnamespaces
— List MediaWiki namespaces
/v1/namespaces
GET
Listsnapshots
— List available snapshots
/v1/snapshots
GET
Getsnapshot
— Get a snapshot manifest
/v1/snapshots/{identifier}
GET
Downloadsnapshot
— Download a snapshot
/v1/snapshots/{identifier}/download
GET
Listsnapshotchunks
— List snapshot chunks
/v1/snapshots/{identifier}/chunks
GET
Downloadsnapshotchunk
— Download a snapshot chunk
/v1/snapshots/{snapshot_identifier}/chunks/{identifier}/download
GET
Liststructuredsnapshots
— List structured-contents snapshots
/v1/snapshots/structured-contents
POST
Getondemandarticle
— On-demand article retrieval
/v1/articles/{name}
POST
Getondemandstructuredcontent
— On-demand structured-contents retrieval
/v1/structured-contents/{name}
POST
Getwikidataitem
— Fetch a Wikidata item by ID
/v1/wikidata/items/{identifier}
POST
Getwikidataproperty
— Fetch a Wikidata property by ID
/v1/wikidata/properties/{identifier}
POST
Getwikidatalabel
— Fetch a Wikidata label by ID
/v1/wikidata/labels/{identifier}
GET
Listrealtimebatches
— List realtime batches for a date/hour
/v1/batches/{date}/{hour}
GET
Downloadrealtimebatch
— Download a realtime batch
/v1/batches/{date}/{hour}/{identifier}/download
MCP Tools
list-enterprise-content-codes
List enterprise content codes
read-only
idempotent
list-supported-languages
List supported languages
read-only
idempotent
list-wikimedia-projects
List Wikimedia projects
read-only
idempotent
list-mediawiki-namespaces
List MediaWiki namespaces
read-only
idempotent
list-available-snapshots
List available snapshots
read-only
idempotent
get-snapshot-manifest
Get a snapshot manifest
read-only
idempotent
download-snapshot
Download a snapshot
read-only
idempotent
list-snapshot-chunks
List snapshot chunks
read-only
idempotent
download-snapshot-chunk
Download a snapshot chunk
read-only
idempotent
list-structured-contents-snapshots
List structured-contents snapshots
read-only
idempotent
demand-article-retrieval
On-demand article retrieval
demand-structured-contents-retrieval
On-demand structured-contents retrieval
fetch-wikidata-item-id
Fetch a Wikidata item by ID
read-only
fetch-wikidata-property-id
Fetch a Wikidata property by ID
read-only
fetch-wikidata-label-id
Fetch a Wikidata label by ID
read-only
list-realtime-batches-date-hour
List realtime batches for a date/hour
read-only
idempotent
download-realtime-batch
Download a realtime batch
read-only
idempotent
Who This Is For
AI Researcher / RAG Builder
Grounds LLM responses in Wikipedia content; needs cached, anonymous reads.
RAG / Agent Builder
Builds retrieval-augmented agents using one of the many community Wikipedia MCP servers.