MCP-IQWiki
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 | {} |
| logging | {} |
| completions | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| GET_WIKIA | Get details about a specific wiki from IQ.wiki by ID |
| GET_USER_CREATED_WIKISB | Get wikis created by a specific user on IQ.wiki |
| GET_USER_EDITED_WIKISC | Get wikis edited by a specific user on IQ.wiki |
| GET_USER_WIKI_ACTIVITIESA | Get wiki activities (creations or edits) for a specific user on IQ.wiki |
| SEARCH_WIKIB | Search for a wiki from IQ.wiki by query |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 5 tools
Most tools are distinct: search, get by ID, and user-specific queries. However, GET_USER_WIKI_ACTIVITIES overlaps with GET_USER_CREATED_WIKIS and GET_USER_EDITED_WIKIS, potentially causing confusion.
All tool names follow a consistent pattern: uppercase snake_case with GET_ prefix (e.g., GET_USER_CREATED_WIKIS). No mixing of conventions.
5 tools is appropriate for a focused wik.iq MCP server, covering essential read operations without being excessive.
The set covers basic read operations (search, get by ID, user wikis) but lacks write capabilities (create, update, delete) and a list-all function. Minor gaps for a read-only server.