PluginBench
MCP Server
Maintained

Airdrop Checker API MCP Server

io.github.Br0ski777/airdrop-checker

What is the Airdrop Checker API MCP server?

Check wallet eligibility for active crypto airdrops — LayerZero, EigenLayer, Scroll. x402.

How to install Airdrop Checker API

Copy-paste configuration for popular MCP clients.

transport: sse
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "airdrop-checker": {
      "url": "https://airdrop-checker.api.klymax402.com/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "airdrop-checker": {
      "serverUrl": "https://airdrop-checker.api.klymax402.com/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "airdrop-checker": {
      "type": "http",
      "url": "https://airdrop-checker.api.klymax402.com/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "airdrop-checker": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://airdrop-checker.api.klymax402.com/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport sse airdrop-checker https://airdrop-checker.api.klymax402.com/mcp

Related MCP servers

Cron Parser API

Maintained

Parse, validate and explain cron expressions. Get next run times. x402 micropayment.

1
TypeScript
View repository →

Hyperliquid account analysis: positions, PnL, fills, orders, funding. x402 pay-per-call.

1
TypeScript
View repository →

Parse, validate and normalize postal addresses. Detect country, verify format. x402.

0
TypeScript
View repository →

Summarize text or URLs into key points with compression ratio and reading time. x402 USDC.

0
TypeScript
View repository →

Generate barcodes — EAN-13, UPC-A, Code128, Code39. Returns SVG. x402 micropayment.

0
TypeScript
View repository →

Base chain DeFi yields — Aerodrome, Moonwell, APY, TVL, risk scores. x402.

0
TypeScript
View repository →