Catalog
io.github.pelletfi/mcp
Officialby pelletnetwork · TypeScript
Pellet
Token intelligence on Base. Market data, safety flags, and analysis via x402.
Provides token intelligence, market data, and safety analysis for Base tokens.
Install
Configuration
Environment variables
EVM_PRIVATE_KEYsecretEVM wallet private key for x402 micropayments. Required only for paid tools (get_contract at $0.02, analyze_token at $0.05). Free tools work without it.
claude_desktop_config.json
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@pelletfi/mcp@0.4.2"
],
"env": {
"EVM_PRIVATE_KEY": "<YOUR_EVM_PRIVATE_KEY>"
}
}
}
}