16 tools from the MediaWiki MCP Server, categorised by risk level.
View the MediaWiki policy →get-category-members Gets all members in the category. Returns only page IDs, namespaces, and titles. get-file Returns information about a file, including links to download the file in thumbnail, preview, and original formats. get-page Returns a wiki page. Use metadata=true to retrieve the revision ID required by update-page. Set content="none" to fetch only metadata without content. get-page-history Returns information about the latest revisions to a wiki page, in segments of 20 revisions, starting with the latest revision. The response include... get-revision Returns a revision of a wiki page. search-page Search wiki page titles and contents for the provided search terms, and returns matching pages. 2/5 search-page-by-prefix Performs a prefix search for page titles. undelete-page Undeletes a wiki page. add-wiki Adds a new wiki to the MCP resources from a URL. 2/5 create-page Creates a wiki page with the provided content. 2/5 set-wiki Sets the wiki to use for the current session. You MUST call this tool when interacting with a new wiki. 2/5 update-page Updates a wiki page. Replaces the existing content of a page with the provided content 2/5 upload-file Uploads a file to the wiki from the local disk. 3/5 upload-file-from-url Uploads a file to the wiki from a web URL. 2/5 The MediaWiki MCP server exposes 16 tools across 3 categories: Read, Write, Destructive.
Use Intercept, the open-source MCP proxy. Write YAML rules for each tool — rate limits, argument validation, or deny rules — then run Intercept in front of the MediaWiki server.
MediaWiki tools are categorised as Read (8), Write (6), Destructive (2). Each category has a recommended default policy.
Open source. One binary. Zero dependencies.
npx -y @policylayer/intercept