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) |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| 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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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