get-site-info
Retrieve key facts about a MediaWiki site: general settings, namespace map, extensions, and license. Optionally include live statistics on pages, articles, edits, images, users, and admins.
Instructions
Returns key facts about the targeted wiki from its MediaWiki siteinfo: general settings (sitename, MediaWiki version, content language, page-title case-sensitivity, live read-only state, and maxarticlesize in bytes), the namespace map with localized names and aliases, the list of installed extension names, and the content license. Set includeStatistics to also return page, article, edit, image, user, active-user, and admin counts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| includeStatistics | No | Also return live wiki statistics (page, article, edit, image, user, active-user, and admin counts). Defaults to false. | |
| wiki | No | Wiki to target, as a key from the mcp://wikis/ resources (e.g. en.wikipedia.org), or the full mcp://wikis/ URI. Omit to use the default wiki. |