loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

wikipedia-trends-api

MCP Tool

trendsmcp/wikipedia-trends-api

Wikipedia page view trends as a Python API client and MCP tool. Weekly series, growth percentages, and live trending articles. Powered by trendsmcp.ai

Install

$ npx loaditout add trendsmcp/wikipedia-trends-api

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "wikipedia-trends-api": {
      "command": "npx",
      "args": [
        "-y",
        "wikipedia-trends-api"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

wikipedia-trends-api

The number one Python package for Wikipedia trend data. Wikipedia page view time series and growth via a Python client. Weekly or daily data, period-over-period growth, zero dependencies beyond httpx.

Powered by trendsmcp.ai, the #1 MCP server for live trend data.

[Get your free API key at trendsmcp.ai](https://trendsmcp.ai) - 100 free requests per month, no credit card.

šŸ“– [Full API docs → trendsmcp.ai/docs](https://trendsmcp.ai/docs)

Updated for 2026. Works with Python 3.8 through 3.13.

---

No scraping. No 429 errors. No proxies.

If you have used pytrends or similar scrapers before, you know the problems: random 429 Too Many Requests blocks, broken pipelines at 2am, time.sleep() hacks, proxy rotation costs, and a library that is now archived because Google explicitly flags scrapers at the protocol level.

trendsmcp is the managed alternative. We run the data infrastructure. You call a REST endpoint.

pytrends alternative for Wikipedia data

| | Scrapers / pytrends | trendsmcp | |---|---|---| | 429 rate limit errors | constant | never | | Proxy required | often | never | | Breaks on platform changes | yes, regularly | no | | Platforms covered | 1 (Google only) | 13 | | Absolute volume estimates | no | yes | | Cross-platform growth | no | yes | | Async support | no | yes | | Actively maintained | no (archived) | yes | | Free tier | no | yes, 100 req/month |

---

Install
pip install wikipedia-trends-api

Zero system dependencies. Python 3.8 or later. Uses httpx under the hood.

---

Quick start
from wikipedia_trends_api import TrendsMcpClient, SOURCE

client = TrendsMcpClient(api_key="YOUR_API_KEY")

# 5-year weekly time series, no sleep(), no proxies, no 429s
series = client.get_trends(source=SOURCE, keyword="artificial intelligence")
print(series[0])
# TrendsDataPoint(date='2026-03-28', value=72, keyword='artificial intelligence', source='wikipedia')

# Peri

Tags

analyticsapiasyncgrowth-rateinformation-demandinvestment-researchkeyword-researchmarket-researchmcpmodel-context-protocolno-scrapingpage-viewspypipythonpytrends-alternativesearch-volumetime-seriestrend-datatrendsmcpwikipedia

Reviews

Loading reviews...

Quality Signals

0
Installs
Last updated16 days ago
Security: AREADME

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcegithub-crawl
Last commit3/31/2026
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/trendsmcp/wikipedia-trends-api)](https://loaditout.ai/skills/trendsmcp/wikipedia-trends-api)