The MCP-IQWiki server enables AI agents to interact with IQ.wiki, a blockchain-powered encyclopedia for crypto and DeFi knowledge, providing comprehensive access to wiki data, user contributions, and activity tracking.
Retrieve wiki articles - Get detailed information about any specific wiki article on IQ.wiki by its ID
Search wiki content - Search for wiki articles using natural language queries to discover crypto and DeFi content
Track user contributions - View wikis created by specific users based on their Ethereum address, with optional time filtering
Monitor user edits - Access wikis edited by specific users based on their Ethereum address, with optional time frame filtering
Analyze user activities - Get comprehensive wiki activity history (both creations and edits) for any user, filterable by activity type (CREATED or UPDATED) and time frame using the timeFrameSeconds parameter
Allows interaction with IQ.wiki data using Ethereum addresses to identify users, enabling retrieval of wikis created or edited by specific users identified by their Ethereum address.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP-IQWikishow me the wikis created by 0x8AF7a19a26d8FBC48dEfB35AEfb15Ec8c407f889"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
π 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.
Related MCP server: MCP Toolkit
β¨ 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:
π¦ Using pnpm dlx
π§ Build from Source
β‘ Running with an MCP Client
Add the following configuration to your MCP client settings (e.g., claude_desktop_config.json).
π Minimal Configuration
βοΈ Advanced Configuration (Local Build)
π‘ 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 |
| string | β | The Ethereum address of the user |
| 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 |
| string | β | The Ethereum address of the user |
| 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 |
| string | β | The Ethereum address of the user |
| string | Type of activity: CREATED or UPDATED | |
| 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 |
| string | β | The ID of the wiki to retrieve |
SEARCH_WIKI
Search for a wiki from IQ.wiki by query
Parameter | Type | Required | Description |
| string | β | The query to search for |
π¨βπ» Development
ποΈ Build Project
ποΈ Development Mode (Watch)
β Linting & Formatting
π§ͺ Testing
π Project Structure
src/tools/: Individual tool definitionssrc/services/: API client and business logicsrc/lib/: Shared utilitiessrc/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.