Back to Discover

claude-crypto-research-tools

connector

incyd

A curated marketplace of Claude Code plugins for crypto research

View on GitHub
10 starsSynced Aug 2, 2026

Install to Claude Code

/plugin marketplace add incyd/claude-crypto-research-tools

README

Claude Code Tools for Crypto Research

A curated, weekly-updated collection of Claude Code plugins, skills, and MCP connectors built for crypto use cases.

The goal is simple: position your brand in the highest-signal conversations in web3 and grow your audience — by giving Claude direct access to X/Twitter data, real-time web research, and an ever-expanding library of research skills.


Add This Marketplace

/plugin marketplace add incyd/claude-crypto-research-tools

Featured Plugin

V3 Daily KOLv3.1.1 now available

Most crypto content tools treat every day as day one. V3 Daily KOL builds a personalized context database that grows with every run — accumulating signal history, narrative trajectories, and account-specific knowledge across sessions. The longer it runs, the better it understands what's actually moving in your niche.

That context is what drives discovery. Instead of generic trending topics, you get narratives ranked by signal strength, validated across sources, and tracked through their lifecycle from emerging to established to fading.

Every day it outputs:

  • 20+ engagement replies in your voice, ready to post
  • 2–3 own-post recommendations with supporting data and draft copy
  • Narrative intelligence — what's gaining momentum, what's peaking, what's fading in your space

Four agents, append-only data, persistent memory across every session.

AgentModelWhenWhat it does
① OnboardingOpus 4.6OnceBuilds your account profile from 200 posts — topics, keywords, voice, KOL list
② Daily PullSonnet 4.6DailyPulls topic signals (Kaito + X API), TL timelines, your own posts — adds to context DB
③ AnalyticsOpus 4.6DailyScores signals, detects narrative convergence, generates replies + post recs
④ Weekly LearningOpus 4.6SundaysReads full history, proposes knowledge base updates and system improvements

Requires: Kaito AI · X API connector · Tavily

Full documentation


What's Inside

🔌 MCP Connectors

ConnectorBest forCostFiltering
Kaito AI MCPNarrative discovery, mindshare tracking, KOL signals, sentimentPaid APIExcellent
Native X AI MCPBroad X/Twitter search, topic discovery💸 ExpensiveExcellent
Netrows X MCPPulling KOL tweets, account research✅ Free tier + good valueLimited
Tavily MCPWeb context, TVL data, DeFi research✅ Generous free tierN/A

When to use which:

  • Kaito AI MCP — purpose-built for crypto intelligence. Tracks narrative mindshare, token sentiment over time, smart follower signals, and KOL activity. The only connector that tells you what narratives are gaining or losing momentum across the whole market. Primary data source for V3 Daily KOL.
  • Native X AI MCP — best-in-class topic search and filter criteria (likes, impressions, date ranges). Ideal for broad signal discovery when you want to go deeper on a specific topic or timeframe. Use it when quality of results matters most and cost isn't a constraint.
  • Netrows X MCP — great free tier and solid overall value. Filtering is more limited but it excels at pulling tweets from individual accounts and KOLs. The go-to for account-level research without needing an X developer account.
  • Tavily — purpose-built for AI agents, not rate-limited like search engines. Best for pulling web context: protocol docs, TVL data from DeFiLlama, news articles, on-chain analytics. Use alongside an X connector for full coverage.

🛠️ Plugins

PluginWhat it does
V3 Daily KOLPersonalized context database + 4-agent daily pipeline — discovers relevant narratives, generates replies and post recs

📦 Skills — 18 vetted

Community skills curated for crypto research workflows. All passed skillvet's 48-check security scan. → Full catalog · Install commands

CategorySkillsCount
🔒 Securityskillvet1
⚙️ Setupsetup-skills-master-mcp1
🌐 Domainx-research, x-mastery, twitter-algorithm-optimizer, web3-research, competitive-analysis, brand-voice-extractor6
📄 Document Creationprd, senior-architect, prompt-engineering, design-serialization-schema4
🤖 Orchestrationmulti-agent-coordination, multi-agent-analysis, swarm-orchestration, agent-memory-systems4
✅ Qualityhumanizer, validator-role-skill2

Quick Setup

V3 Daily KOL

See the full setup guide. Requires Kaito AI, an X API connector, and Tavily — all configured via the connectors below.


Kaito AI MCP — Claude Code

  1. Get an API key at kaito.ai
  2. Add to .mcp.json:
    {
      "mcpServers": {
        "kaito": {
          "command": "npx",
          "args": ["-y", "kaito-mcp-server@latest"],
          "env": { "KAITO_API_KEY": "your-api-key-here" }
        }
      }
    }
    
  3. Restart Claude Code.

Full setup guide


Native X AI MCP — Claude.ai

  1. Go to Claude.ai → Settings → Connectors → Add custom connector
  2. Paste:
    https://x-research-mcp.onrender.com/mcp
    
  3. Ask Claude to call setup_session with your X bearer token — you'll get a permanent session URL.
  4. Replace the URL with your session URL. Done.

Full setup guide


Netrows X MCP — Claude Code or Claude.ai

  1. Get a Netrows API key at netrows.com
  2. Add to .mcp.json:
    {
      "mcpServers": {
        "netrows-x": {
          "url": "https://netrows-x-mcp.onrender.com/mcp?netrows_api_key=pk_live_YOUR_KEY"
        }
      }
    }
    
  3. Restart Claude Code.

Full setup guide


Tavily MCP — Claude Code

  1. Get a free API key at app.tavily.com
  2. Add to .mcp.json:
    {
      "mcpServers": {
        "tavily": {
          "command": "npx",
          "args": ["-y", "tavily-mcp"],
          "env": { "TAVILY_API_KEY": "tvly-YOUR_KEY_HERE" }
        }
      }
    }
    
  3. Restart Claude Code.

nvm users: Claude Code doesn't inherit your shell's PATH. Run /setup-skills-master-mcp for a guided fix.

Full setup guide


Setup Skills Master MCP — Claude Code

curl -fsSL https://raw.githubusercontent.com/incyd/skills-master-mcp-setup-skill/main/install.sh | bash

Or via marketplace: /setup-skills-master-mcp

Plugin docs


Repo Structure

connectors/
  kaito-mcp/               ← Kaito AI crypto intelligence (15 tools)
  x-research-mcp/          ← Native X AI MCP (bearer token, 5 tools)
  netrows-x-mcp/           ← Netrows X MCP (API key, 14 tools)
  tavily-mcp/              ← Tavily web search MCP
plugins/
  v3-daily-kol/            ← Personalized context DB + 4-agent daily pipeline
  setup-skills-master-mcp/ ← Claude Code skill + MCP installer
skills/
  skills-registry.json     ← Machine-readable source of truth (17 skills)
  README.md                ← Catalog grouped by category
  INSTALL.md               ← One-liner install commands

Updated weekly · Maintained by incyd

Rendered live from incyd/claude-crypto-research-tools's GitHub README — not stored, always reflects the source repo.

2 Plugins

NameDescriptionCategorySource
v3-daily-kolFour-agent daily X/Twitter research and engagement pipeline — pulls signals, scores by engagement, generates 20+ voice-matched replies and own-post recommendations every morning./plugins/v3-daily-kol
setup-skills-master-mcpInstall and configure the skills-master MCP server for Claude Code. Trigger: /setup-skills-master-mcp./plugins/setup-skills-master-mcp

0 Comments

Login required
Log in to post a comment or update on this repo.

No comments yet — be the first to share an update.