tf2-wiki-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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_wikiB | Full-text search the TF2 Wiki. Returns title + snippet + wordcount for each hit. |
| get_pageA | Fetch a single TF2 Wiki page. |
| get_page_summaryB | Lead-section plaintext summary of a page. Fast context anchor. |
| get_page_sectionsA | Section table-of-contents for a page; use before get_page to fetch selectively. |
| get_recent_changesB | Recently edited pages in the given namespace (0 = main/articles). |
| get_weapon_statsB | Fetch a weapon page and return structured stats parsed from its infobox. Returns damage, rate-of-fire, reload, clip size, attributes (+/- effects), etc. |
| list_class_loadoutA | List all weapons for the given class. Intersects Category: with Category:Weapons on the wiki. |
| get_cosmeticC | Fetch a cosmetic item page and return its infobox params. |
| list_event_itemsB | List items added during a given TF2 event/update (e.g. 'Jungle Inferno Update', 'Smissmas 2023'). |
| get_patch_notesA | Fetch patch notes for a named update or patch page (e.g. 'October 5, 2023 Patch'). |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| analyze_loadout | Ask the model to evaluate a TF2 loadout using the wiki tools. |
| compare_weapons | Side-by-side comparison of two weapons using the wiki tools. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| main_page | Lead-section summary of the TF2 Wiki main page. |