mcp-iqwiki
MCP server for accessing IQ.wiki content.
Documentation
๐ IQ Wiki MCP Server
๐ Overview
The IQ Wiki MCP Server enables AI agents to interact with IQ.wiki, a blockchain-powered encyclopedia for crypto and DeFi knowledge. This server provides comprehensive access to wiki data, user contributions, and activity tracking.
By implementing the Model Context Protocol (MCP), this server allows Large Language Models (LLMs) to discover wiki articles, search for knowledge, and track user wiki activities directly through their context window, bridging the gap between AI and decentralized knowledge.
โจ Features
- Wiki Access: Retrieve detailed information about any wiki article on IQ.wiki by ID.
- User Contributions: Track wikis created or edited by specific users based on their Ethereum address.
- Activity Tracking: Monitor detailed wiki activities (creations and edits) with optional time filtering.
- Search: Search for wiki articles using natural language queries.
๐ฆ Installation
๐ Using npx (Recommended)
To use this server without installing it globally:
npx @iqai/mcp-iqwiki๐ฆ Using pnpm dlx
pnpm dlx @iqai/mcp-iqwiki๐ง Build from Source
git clone https://github.com/IQAIcom/mcp-iqwiki.git
cd mcp-iqwiki
pnpm install
pnpm run buildโก Running with an MCP Client
Add the following configuration to your MCP client settings (e.g., `claude_desktop_config.json`).
๐ Minimal Configuration
{
"mcpServers": {
"iq-wiki": {
"command": "npx",
"args": ["-y", "@iqai/mcp-iqwiki"]
}
}
}โ๏ธ Advanced Configuration (Local Build)
{
"mcpServers": {
"iq-wiki": {
"command": "node",
"args": ["/absolute/path/to/mcp-iqwiki/dist/index.js"]
}
}
}๐ก Usage Examples
๐ Wiki Discovery
- "Get the wiki article for Bitcoin"
- "Search for wikis about DeFi protocols"
- "Find information about Ethereum"
๐ค User Contributions
- "What wikis has 0x8AF7a19a26d8FBC48dEfB35AEfb15Ec8c407f889 created?"
- "Show wikis edited by this user in the last 24 hours"
- "Get all wiki activities for this Ethereum address"
๐ Activity Tracking
- "List recent wiki creations by user 0x..."
- "Show wiki edits in the last hour"
- "Track user wiki contributions over time"
๐ ๏ธ MCP Tools
`GET_USER_CREATED_WIKIS`
Get wikis created by a specific user on IQ.wiki
| Parameter | Type | Required | Description |
|---|---|---|---|
| `id` | string | โ | The Ethereum address of the user |
| `timeFrameSeconds` | number | Optional time frame in seconds to filter results |
`GET_USER_EDITED_WIKIS`
Get wikis edited by a specific user on IQ.wiki
| Parameter | Type | Required | Description |
|---|---|---|---|
| `id` | string | โ | The Ethereum address of the user |
| `timeFrameSeconds` | number | Optional time frame in seconds to filter results |
`GET_USER_WIKI_ACTIVITIES`
Get wiki activities (creations or edits) for a specific user on IQ.wiki
| Parameter | Type | Required | Description |
|---|---|---|---|
| `id` | string | โ | The Ethereum address of the user |
| `activityType` | string | Type of activity: CREATED or UPDATED | |
| `timeFrameSeconds` | number | Optional time frame in seconds to filter results |
`GET_WIKI`
Get details about a specific wiki from IQ.wiki by ID
| Parameter | Type | Required | Description |
|---|---|---|---|
| `id` | string | โ | The ID of the wiki to retrieve |
`SEARCH_WIKI`
Search for a wiki from IQ.wiki by query
| Parameter | Type | Required | Description |
|---|---|---|---|
| `query` | string | โ | The query to search for |
๐จโ๐ป Development
๐๏ธ Build Project
pnpm run build๐๏ธ Development Mode (Watch)
pnpm run watchโ Linting & Formatting
pnpm run lint
pnpm run format๐งช Testing
pnpm test๐ Project Structure
- `src/tools/`: Individual tool definitions
- `src/services/`: API client and business logic
- `src/lib/`: Shared utilities
- `src/index.ts`: Server entry point
๐ Resources
โ ๏ธ Disclaimer
This tool interacts with IQ.wiki blockchain data. Users should verify all information independently. Wiki content is community-contributed and may change over time.
๐ License
Frequently asked questions
What is mcp-iqwiki?
mcp-iqwiki is MCP server for accessing IQ.wiki content.
How do I install mcp-iqwiki?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is mcp-iqwiki open source?
Yes โ it is hosted on GitHub at https://github.com/BrainDAO/mcp-iqwiki and has 2 stars.
Related MCP tools
Code research platform for AI agents; find, understand, and prove context across your code and all of GitHub, in a fraction of the tokens. One toolset, MCP or CLI
Give your AI agent eyes for PDFs โ structured text, tables, OCR, visual evidence, and page-level citations via MCP. Native Rust, local-first.
The Open-Source Multimodal AI Agent Stack: Connecting Cutting-Edge AI Models and Agent Infra
A MCP for Claude Desktop / Claude Code / Windsurf / Cursor to build n8n workflows for you
MCP server to provide Figma layout information to AI coding agents like Cursor
This is MCP server for Claude that gives it terminal control, file system search and diff file editing capabilities
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP