mcp-mediawiki-crunchtools
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MEDIAWIKI_URL | Yes | Wiki base URL (e.g., https://en.wikipedia.org/w/) | |
| MEDIAWIKI_PASSWORD | No | Bot/user password | |
| MEDIAWIKI_USERNAME | No | Bot/user account for write operations | |
| MEDIAWIKI_HTTP_PASS | No | HTTP Basic Auth password | |
| MEDIAWIKI_HTTP_USER | No | HTTP Basic Auth username (.htaccess) |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_toolC | Full-text search across the wiki. |
| get_page_toolA | Get page wikitext content by title. |
| get_page_html_toolC | Parse a wiki page to HTML. |
| list_pages_toolC | List wiki pages with optional prefix filter. |
| create_page_toolB | Create a new wiki page. Requires authentication. |
| edit_page_toolC | Edit an existing wiki page. Requires authentication. |
| delete_page_toolB | Delete a wiki page. Requires admin authentication. |
| move_page_toolC | Move (rename) a wiki page. Requires authentication. |
| list_categories_toolC | List all categories on the wiki. |
| get_category_members_toolC | Get pages in a category. |
| get_page_categories_toolC | Get categories that a page belongs to. |
| list_recent_changes_toolC | List recent edits on the wiki. |
| parse_wikitext_toolB | Parse raw wikitext to HTML. |
| get_site_info_toolA | Get wiki configuration and version info. Returns: Site info including wiki name, version, base URL, and features |
| list_namespaces_toolA | List all namespaces on the wiki. Returns: List of namespaces with IDs, names, and canonical names |
| get_user_info_toolB | Get user details from the wiki. |
| list_user_contributions_toolC | List edits by a user. |
| get_file_info_toolC | Get file/image metadata from the wiki. |
| list_files_toolB | List files on the wiki. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/crunchtools/mcp-mediawiki'
If you have feedback or need assistance with the MCP directory API, please join our Discord server