You're viewing a demo portfolio

Join the waitlist
PRSM

get_article_views

Active

Tool of wikiviews

declared in 0.1.0

Get daily pageview counts for a specific Wikipedia article over a date range. Dates must be in YYYYMMDD format.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "end": "20240131",
      "start": "20240101",
      "title": "Albert_Einstein"
    },
    {
      "end": "20231231",
      "start": "20230101",
      "title": "COVID-19_pandemic"
    }
  ],
  "required": [
    "title",
    "start",
    "end"
  ],
  "properties": {
    "end": {
      "type": "string",
      "description": "End date in YYYYMMDD format (e.g. \"20240131\")"
    },
    "start": {
      "type": "string",
      "description": "Start date in YYYYMMDD format (e.g. \"20240101\")"
    },
    "title": {
      "type": "string",
      "description": "Wikipedia article title, URL-encoded if needed (e.g. \"Albert_Einstein\")"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

wikiviews

https://github.com/pipeworx-io/mcp-wikiviews

1/7 registries
View full server →