shiquda/mediawiki-mcp-server
If you are the rightful owner of mediawiki-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A MCP server that provides seamless interaction with Wikipedia's API, allowing search and retrieval of Wikipedia content using LLMs.
Tools
Functions exposed to the LLM to take actions
search
Search for a wiki page. The shorter the request, the better, preferably containing only the main term to be searched. Args: query: The query to search for limit: The number of results to return Returns: A list of pages that match the query
get_page
Get a page from mediawiki.org Args: title: The title of the page to get, which can be found in title field of the search results Returns: The page content
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client