
MCP DeFiLlama Airdrops
Enables users to fetch, filter, and rank cryptocurrency airdrop data from DeFiLlama with intelligent caching and advanced filtering capabilities. Supports automated scraping of airdrop information including values, deadlines, chains, and status for integration with automation workflows.
README
MCP DeFiLlama Airdrops
Um servidor MCP (Model Context Protocol) para extrair dados de airdrops do DeFiLlama.
🚀 Funcionalidades
- Scraping automático de airdrops do DeFiLlama
- Cache inteligente (5 minutos) para otimizar performance
- Filtros avançados por status, chain, valor mínimo
- Ranking dos melhores airdrops por critérios configuráveis
- Dados estruturados em formato JSON
- Fallback de dados para garantir funcionamento
🛠️ Ferramentas Disponíveis
get_airdrops
Busca todos os airdrops disponíveis.
Parâmetros:
forceRefresh
(boolean): Forçar atualização ignorando cacheonlyActive
(boolean): Retornar apenas airdrops ativoschain
(string): Filtrar por blockchain específica
filter_airdrops
Filtra airdrops por critérios específicos.
Parâmetros:
minValue
(number): Valor mínimo estimadostatus
(string): Status do airdropchain
(string): BlockchainsearchTerm
(string): Buscar no nome/descrição
get_best_airdrops
Obtém os melhores airdrops rankeados.
Parâmetros:
limit
(number): Máximo de resultados (padrão: 10)sortBy
(string): Critério de ordenação (value, deadline, name)
debug_scraper
Debug e teste do scraper.
📊 Formato dos Dados
{
"name": "LayerZero",
"value": "$1000-5000",
"status": "Active",
"chain": "ETH",
"deadline": "2024-12-31",
"url": "https://...",
"lastUpdated": "2024-01-01T00:00:00.000Z"
}
🔧 Instalação e Uso
# Instalar dependências
npm install
# Compilar
npm run build
# Executar servidor MCP
npm start
# Ou modo desenvolvimento
npm run dev
🧪 Teste
# Testar scraper
npx tsx test-scraper.ts
🔗 Integração com N8N
- Configure o MCP como servidor HTTP
- Use nó HTTP Request no N8N
- Endpoint:
http://localhost:3000/tools/get_best_airdrops
- Configure filtros conforme necessário
📱 Exemplo de Fluxo N8N → WhatsApp
[MCP] → [Filtrar Top 5] → [Formatar Mensagem] → [Evolution API] → [WhatsApp]
⚠️ Limitações
- Site protegido por Cloudflare (usa dados de fallback)
- Cache de 5 minutos para performance
- Dados dependem da estrutura do site DeFiLlama
🤝 Contribuição
- Fork o projeto
- Crie branch para feature
- Commit suas mudanças
- Push para branch
- Abra Pull Request
📄 Licença
MIT License - veja arquivo LICENSE para detalhes.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.