# Airdrop Checker API MCP server

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

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-br0ski777-airdrop-checker
- Repository: https://github.com/Br0ski777/airdrop-checker-x402
- Website: https://github.com/Br0ski777/airdrop-checker-x402

## Install
- Endpoint: https://airdrop-checker.api.klymax402.com/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://airdrop-checker.api.klymax402.com/mcp

## Tools
- crypto_check_airdrops - Use this when you need to check if a wallet address is eligible for crypto airdrops. Scans wallet interactions against known airdrop contracts and returns eligible claims.

1. eligible: array of airdrops the wallet qualifies for
2. Each airdrop contains: tokenName, tokenSymbol, estimatedValueUsd, deadline (ISO date), claimUrl, status (claimable/claimed/expired)
3. totalEligible: number of eligible airdrops found
4. totalEstimatedValue: combined estimated USD value of all eligible airdrops
5. walletAddress: the address checked
6. checkedAt: timestamp of the check

Example output: {"eligible":[{"tokenName":"LayerZero","tokenSymbol":"ZRO","estimatedValueUsd":450,"deadline":"2026-06-30T00:00:00Z","claimUrl":"https://claim.layerzero.network","status":"claimable"}],"totalEligible":3,"totalEstimatedValue":1250,"walletAddress":"0x742d...","checkedAt":"2026-04-13T12:00:00Z"}

Use this FOR discovering unclaimed airdrops, monitoring multiple wallets for eligibility, or building airdrop farming dashboards.

Do NOT use for wallet balance -- use wallet_get_portfolio. Do NOT use for token safety -- use token_check_safety. Do NOT use for NFT data -- use nft_get_collection_data. Endpoint: https://airdrop-checker.api.klymax402.com/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.Br0ski777
- Version: 1.1.0
- Runtime: Sse
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: May 16, 2026
- Source: https://registry.modelcontextprotocol.io
