page_pdf
ActiveTool of Wikimedia Rest
Returns a Mapbox static-tile image URL for a Wikipedia article as a PDF download. Caller fetches the binary PDF directly from the returned URL via browser or curl. Pass title plus optional project/lang for non-English Wikimedia projects.
Parameters schema
{
"type": "object",
"examples": [
{
"title": "Quantum mechanics"
}
],
"required": [
"title"
],
"properties": {
"lang": {
"type": "string"
},
"title": {
"type": "string"
},
"project": {
"type": "string"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Wikimedia Rest
https://github.com/pipeworx-io/mcp-wikimedia-rest
1/7 registries