Skip to main content
Glama

Wikimedia MCP Server

by privetin
MIT License
2
  • Apple

get_page

Retrieve Wikimedia page content, title, URL, and last modified date by specifying the page title, project, and language. Simplify access to Wikimedia page information programmatically.

Instructions

Get Wikimedia page content, title, URL and last modified date. Parameters: title (required), project (e.g., 'wikipedia'), language (e.g., 'en')

Input Schema

NameRequiredDescriptionDefault
languageNoen
projectNowikipedia
titleYes

Input Schema (JSON Schema)

{ "properties": { "language": { "default": "en", "type": "string" }, "project": { "default": "wikipedia", "type": "string" }, "title": { "type": "string" } }, "required": [ "title" ], "type": "object" }

You must be authenticated.

Other Tools from Wikimedia MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/privetin/wikimedia'

If you have feedback or need assistance with the MCP directory API, please join our Discord server