Skip to main content
Feedback

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.

ToolDescription
getFeedAvailabilityRetrieves which featured content feeds are available for specific wiki domains.
createMediaMathCheckValidates and standardizes TeX mathematical formulas for proper formatting.
getMediaMathFormulaRetrieves a previously saved mathematical formula by its identifier.
getMediaMathRenderProduces rendered output of a mathematical formula in requested formats.
getMetricsBytesDifferenceAbsoluteAggregateCalculates total absolute text byte changes across all edits.
getMetricsBytesDifferenceAbsolutePerPageMeasures absolute text byte differences for individual pages.
getMetricsBytesDifferenceNetAggregateCalculates net text byte changes across all edits.
getMetricsBytesDifferenceNetPerPageMeasures net text byte differences for individual pages.
getMetricsEditedPagesAggregateCounts pages that received edits within a project.
getMetricsEditedPagesNewCounts newly created pages in a project.
getMetricsEditedPagesTopByAbsoluteBytesDifferenceLists top 100 pages by total byte changes.
getMetricsEditedPagesTopByEditsLists top 100 pages by edit count.
getMetricsEditedPagesTopByNetBytesDifferenceLists top 100 pages by net byte changes.
getMetricsEditorsAggregateCounts editors contributing to a project.
getMetricsEditorsTopByAbsoluteBytesDifferenceLists top 100 editors by total bytes changed.
getMetricsEditorsTopByEditsLists top 100 editors by edit count.
getMetricsEditorsTopByNetBytesDifferenceLists top 100 editors by net bytes changed.
getMetricsEditsAggregateCounts total edits made to a project.
getMetricsEditsPerPageCounts edits made to a specific page.
getMetricsLegacyPagecountsAggregateRetrieves legacy pageview data for a project.
getMetricsPageviewsAggregateCounts total pageviews for a project.
getMetricsPageviewsPerArticleCounts pageviews for a specific article.
getMetricsPageviewsTopByCountryShows pageviews by country and access method.
getMetricsPageviewsTopLists most viewed articles in a project.
getMetricsRegisteredUsersNewCounts newly registered users in a project.
getMetricsUniqueDevicesCounts unique devices accessing a project.
createTransformHtmlFromToTranslates content from one language to another.
createTransformHtmlFromTo2Translates content between specified language pairs.
getTransformListLanguagepairsLists supported language pairs for translation.
getTransformListPairLists available translation tools for a language pair.
getTransformListToolLists the tools and language pairs available for the given tool category.
getTransformListTool2Lists the tools and language pairs available for the given tool category.
getTransformListTool3Lists the tools and language pairs available for the given tool category.
getTransformWordFromToFetch the dictionary meaning of a word.
getTransformWordFromTo2Fetch the dictionary meaning of a word.
On this Page