New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

@guavawalletintelligence/mcp-server

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@guavawalletintelligence/mcp-server

MCP server for Guava Wallet Intelligence - crypto security, honeypot detection, wallet analysis, and token risk scoring across 31 blockchains. Connect AI agents (Claude, Cursor, Windsurf, Devin) to Guava's security API.

latest
Source
npmnpm
Version
2.0.3
Version published
Weekly downloads
640
Maintainers
1
Weekly downloads
 
Created
Source

Guava MCP Server

Connect AI agents (Claude, Cursor, Windsurf, Devin) to Guava Wallet Intelligence's crypto security API via the Model Context Protocol.

Quick Start

No installation needed. Add the remote URL to your MCP client config:

{
  "mcpServers": {
    "guava": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote@latest",
        "https://api.guavaintel.com/mcp",
        "--header",
        "X-API-Key: gw_your_api_key_here"
      ]
    }
  }
}

Get your API key at guavaintel.com/api-access.

Option 2: Local Server

npm install -g @guavawalletintelligence/mcp-server
{
  "mcpServers": {
    "guava": {
      "command": "guava-mcp-server",
      "env": {
        "GUAVA_API_KEY": "gw_your_api_key_here",
        "GUAVA_API_URL": "https://api.guavaintel.com"
      }
    }
  }
}

Tools

check_token_security

Check if a token is a honeypot or has security risks.

  • chain: Blockchain ID (ethereum, solana, bsc, base, etc.)
  • contract: Token contract address

Returns: honeypot status, risk score (0-100), buy/sell tax, contract verification, owner privileges, holder count.

analyze_wallet

Analyze a wallet's risk profile, transaction history, and token holdings.

  • chain: Blockchain ID
  • address: Wallet address

Returns: risk score, balance, transaction count, token holdings, risk flags.

list_chains

List all 31 supported blockchains. No parameters required.

Supported Chains

Ethereum, Solana, BSC, Base, Arbitrum, Polygon, Optimism, Avalanche, zkSync, Linea, Scroll, Mantle, Blast, Celo, and more (31 total).

Authentication

Uses the same API key for both the REST API and MCP server. Existing Guava users with gw_... or gwa_... keys can use MCP without changes.

OAuth 2.1 with PKCE is also supported for interactive MCP clients (Cursor, Devin, etc.) that prefer browser-based login.

Available On

License

MIT

Keywords

mcp

FAQs

Package last updated on 10 Sep 2026

Related posts