Install
openclaw skills install pipeworx-wikiviewsProvides Wikipedia pageview data including daily views for specific articles, top 1000 articles by date, and total English Wikipedia traffic trends.
openclaw skills install pipeworx-wikiviewsWikipedia pageview analytics. Track how many people are reading specific articles, find the most popular pages on any given day, or measure aggregate traffic across all of English Wikipedia.
Daily pageview counts for a specific article over a date range. Dates in YYYYMMDD format. Returns per-day breakdown and total views.
The top 1000 most-viewed Wikipedia articles on a specific day. Each entry includes rank, article title, and view count.
Aggregate daily pageview totals for all of English Wikipedia. Useful for spotting traffic trends and seasonality.
curl -X POST https://gateway.pipeworx.io/wikiviews/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_article_views","arguments":{"title":"Taylor_Swift","start":"20250301","end":"20250331"}}}'
Note: article titles use underscores instead of spaces.
{
"mcpServers": {
"wikiviews": {
"url": "https://gateway.pipeworx.io/wikiviews/mcp"
}
}
}