MCP.so
Sign In

MCP-IQWiki: Model Context Protocol Server for IQ.wiki

@IQAIcom

About MCP-IQWiki: Model Context Protocol Server for IQ.wiki

MCP server for accessing IQ.wiki content.

Basic information

Category

Memory & Knowledge

License

MIT

Runtime

node

Transports

stdio

Publisher

IQAIcom

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "mcp-iqwiki": {
      "command": "npx",
      "args": [
        "@iqai/mcp-iqwiki"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is MCP-IQWiki?

MCP-IQWiki is an MCP server that enables AI agents to interact with IQ.wiki, a blockchain-powered encyclopedia for crypto and DeFi knowledge. It provides comprehensive access to wiki data, user contributions, and activity tracking.

How to use MCP-IQWiki?

Run the server via npx @iqai/mcp-iqwiki or pnpm dlx @iqai/mcp-iqwiki, or build from source. Configure it in an MCP client (e.g., Claude Desktop) by adding a JSON entry to your MCP settings. Use the provided MCP tools to retrieve, search, and track wiki content.

Key features of MCP-IQWiki

  • Retrieve detailed wiki articles by ID.
  • Track wikis created by a specific Ethereum address.
  • Track wikis edited by a specific Ethereum address.
  • Monitor wiki activities with optional time filtering.
  • Search for wiki articles using natural language queries.

Use cases of MCP-IQWiki

  • Get the wiki article for a cryptocurrency (e.g., Bitcoin).
  • Search for wikis about DeFi protocols.
  • Find all wikis created by a given Ethereum address.
  • Show recent wiki edits by a user in the last 24 hours.
  • Track user contributions over time.

Comments

More Memory & Knowledge MCP servers