Skip to main content
Glama

Wikimedia MCP Server

by privetin
MIT License
2
  • Apple

search_content

Search across Wikimedia page content using a query, with options to filter by language, project, and limit results. Retrieve relevant snippets for efficient content discovery.

Instructions

Full-text search across Wikimedia page content. Returns snippets matching the query. Parameters: query (required), limit (1-50), project (e.g., 'wikipedia'), language (e.g., 'en')

Input Schema

NameRequiredDescriptionDefault
languageNoen
limitNo
projectNowikipedia
queryYes

Input Schema (JSON Schema)

{ "properties": { "language": { "default": "en", "type": "string" }, "limit": { "default": 10, "maximum": 50, "minimum": 1, "type": "integer" }, "project": { "default": "wikipedia", "type": "string" }, "query": { "type": "string" } }, "required": [ "query" ], "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