Labsco
0xGval logo

Ethereum Tools for Claude

โ˜… 18

from 0xGval

A comprehensive toolkit for Ethereum blockchain analysis directly within Claude AI.

๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅโœ“ VerifiedAccount requiredNeeds API keys

Ethereum Tools for Claude MCP

A comprehensive toolkit for Ethereum blockchain analysis directly within Claude AI using Model Context Protocol (MCP).

Features

  • Smart Contract Audit: Analyze contracts for security issues, verify source code, and detect token standards
  • Wallet Analysis: Check ETH balances, token holdings, and transaction history
  • Profitability Tracking: Calculate wallet profit/loss across tokens and trades
  • Blockchain Data: Fetch and analyze on-chain data with simple commands
  • Token Analysis: Get comprehensive token details, price history, and trading patterns
  • Twitter Search: Find tweets by keywords, usernames, dates, or complex search criteria with natural language processing

Available Tools

Contract Analysis

  • auditContract(address: "0x..."): Perform security audit on a smart contract

Balance & Tokens

  • getEthBalance(address: "0x..."): Get ETH balance
  • getTransactionCount(address: "0x..."): Get transaction count (nonce)
  • getTokensBalance(address: "0x...", chain: "eth", excludeSpam: true): Get all token balances

Profitability

  • getWalletPnl(address: "0x...", chain: "eth"): Analyze wallet profit/loss

Token Analysis

  • getTokenInfo(address: "0x...", networkId: 1): Get basic token information including name, symbol, and supply
  • getTokenPriceHistory(address: "0x...", networkId: 1, days: 7, resolution: "1D"): Get historical price data
  • analyzeToken(address: "0x...", networkId: 1, days: 30): Perform comprehensive token analysis including volatility and trading patterns
  • searchTwitter(query: "ethereum", section: "top", limit: 5): Intelligent Twitter search with natural language processing

    • Automatically formats natural language queries into proper Twitter syntax
    • Understands user queries like "Find tweets by _gval about hyperliquid"
    • Supports advanced Twitter search operators: from:username, has:links, etc.
    • Optional parameters: min_likes, min_retweets, min_replies, start_date, end_date, language
  • twitterSearchHelp(topic: "general"): Get help with Twitter search syntax

    • Available topics: "general", "user", "date"
    • Provides examples and explanations of Twitter search operators

Utilities

  • add(a: 1, b: 2): Simple utility function example

Development

To add new tools:

  1. Create or modify files in the tools/ directory
  2. Register your tools in main.js
  3. Restart Claude for Desktop to see changes