Labsco
IQAIcom logo

IQ.wiki

โ˜… 1

from IQAIcom

Access data and information from IQ.wiki, the world's largest crypto and blockchain encyclopedia.

๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅโœ“ VerifiedFreeAdvanced setup

๐Ÿ“š 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.

๐Ÿ› ๏ธ MCP Tools

GET_USER_CREATED_WIKIS

Get wikis created by a specific user on IQ.wiki

ParameterTypeRequiredDescription
idstringโœ…The Ethereum address of the user
timeFrameSecondsnumberOptional time frame in seconds to filter results

GET_USER_EDITED_WIKIS

Get wikis edited by a specific user on IQ.wiki

ParameterTypeRequiredDescription
idstringโœ…The Ethereum address of the user
timeFrameSecondsnumberOptional time frame in seconds to filter results

GET_USER_WIKI_ACTIVITIES

Get wiki activities (creations or edits) for a specific user on IQ.wiki

ParameterTypeRequiredDescription
idstringโœ…The Ethereum address of the user
activityTypestringType of activity: CREATED or UPDATED
timeFrameSecondsnumberOptional time frame in seconds to filter results

GET_WIKI

Get details about a specific wiki from IQ.wiki by ID

ParameterTypeRequiredDescription
idstringโœ…The ID of the wiki to retrieve

SEARCH_WIKI

Search for a wiki from IQ.wiki by query

ParameterTypeRequiredDescription
querystringโœ…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

MIT