tf2-wiki-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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_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. |
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/yusufaf/tf2-wiki-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server