Wikimedia MCP connector
Wikimedia is the platform providing programmatic access to Wikipedia content, page statistics, and editorial data through its REST API. The Wikimedia MCP connector allows AI agents to retrieve featured content feeds, validate and render mathematical formulas, and analyze page edit metrics including text byte differences and revision counts. It also supports tracking edited and new page statistics across Wikipedia projects and accessing historical page view data.
Authentication type
- API Key - Requires a static API key to be configured before the agent can connect to the service.
Uses
Use the Wikimedia MCP connector to perform the following actions:
- Track Wikipedia article popularity and identify trending topics across languages
- Analyze editor activity and contributions to measure community engagement metrics
- Monitor page edit history and content changes to detect vandalism or quality issues
- Measure traffic patterns by geographic region and device type for content strategy
- Translate content across language pairs to expand global reach
- Compare editing trends and top contributors to benchmark wiki project health
- Retrieve featured content availability by wiki domain for content curation
- Calculate net and absolute byte differences to assess article growth
Example prompts
Use the following example prompts to invoke Wikimedia MCP connector tools from your AI assistant or Boomi Connect workflow:
Show me the most viewed Wikipedia articles in the last 30 days.Which countries generated the most pageviews for our articles this month.List the top 100 editors by number of contributions on Wikimedia.How many new pages were created on Wikipedia last week?Get pageview counts for the artificial intelligence article.Translate this content into the supported language pairs on Wikimedia.Show me which articles had the largest net byte changes recently.How many unique devices accessed Wikipedia yesterday?What are the featured content options available for different wiki domains?Calculate total edits across the project for the past quarter.
Wikimedia MCP connector tools
The Wikimedia MCP connector provides the following tools. Each tool maps to a specific action you can invoke from your AI agent or automation.
| Tool | Description |
|---|---|
| getFeedAvailability | Retrieves which featured content feeds are available for specific wiki domains. |
| createMediaMathCheck | Validates and standardizes TeX mathematical formulas for proper formatting. |
| getMediaMathFormula | Retrieves a previously saved mathematical formula by its identifier. |
| getMediaMathRender | Produces rendered output of a mathematical formula in requested formats. |
| getMetricsBytesDifferenceAbsoluteAggregate | Calculates total absolute text byte changes across all edits. |
| getMetricsBytesDifferenceAbsolutePerPage | Measures absolute text byte differences for individual pages. |
| getMetricsBytesDifferenceNetAggregate | Calculates net text byte changes across all edits. |
| getMetricsBytesDifferenceNetPerPage | Measures net text byte differences for individual pages. |
| getMetricsEditedPagesAggregate | Counts pages that received edits within a project. |
| getMetricsEditedPagesNew | Counts newly created pages in a project. |
| getMetricsEditedPagesTopByAbsoluteBytesDifference | Lists top 100 pages by total byte changes. |
| getMetricsEditedPagesTopByEdits | Lists top 100 pages by edit count. |
| getMetricsEditedPagesTopByNetBytesDifference | Lists top 100 pages by net byte changes. |
| getMetricsEditorsAggregate | Counts editors contributing to a project. |
| getMetricsEditorsTopByAbsoluteBytesDifference | Lists top 100 editors by total bytes changed. |
| getMetricsEditorsTopByEdits | Lists top 100 editors by edit count. |
| getMetricsEditorsTopByNetBytesDifference | Lists top 100 editors by net bytes changed. |
| getMetricsEditsAggregate | Counts total edits made to a project. |
| getMetricsEditsPerPage | Counts edits made to a specific page. |
| getMetricsLegacyPagecountsAggregate | Retrieves legacy pageview data for a project. |
| getMetricsPageviewsAggregate | Counts total pageviews for a project. |
| getMetricsPageviewsPerArticle | Counts pageviews for a specific article. |
| getMetricsPageviewsTopByCountry | Shows pageviews by country and access method. |
| getMetricsPageviewsTop | Lists most viewed articles in a project. |
| getMetricsRegisteredUsersNew | Counts newly registered users in a project. |
| getMetricsUniqueDevices | Counts unique devices accessing a project. |
| createTransformHtmlFromTo | Translates content from one language to another. |
| createTransformHtmlFromTo2 | Translates content between specified language pairs. |
| getTransformListLanguagepairs | Lists supported language pairs for translation. |
| getTransformListPair | Lists available translation tools for a language pair. |
| getTransformListTool | Lists the tools and language pairs available for the given tool category. |
| getTransformListTool2 | Lists the tools and language pairs available for the given tool category. |
| getTransformListTool3 | Lists the tools and language pairs available for the given tool category. |
| getTransformWordFromTo | Fetch the dictionary meaning of a word. |
| getTransformWordFromTo2 | Fetch the dictionary meaning of a word. |