← Index

Pellet

io.github.pelletfi/mcp·v0.4.2·Other
Quality Score
85
/100

Token intelligence on Base. Market data, safety flags, and analysis via x402.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@pelletfi/mcp"
      ],
      "env": {
        "EVM_PRIVATE_KEY": "<your-evm_private_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@pelletfi/mcp"
      ],
      "env": {
        "EVM_PRIVATE_KEY": "<your-evm_private_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @pelletfi/mcp
§02  Environment variables
EVM_PRIVATE_KEY
secret

EVM 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.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
15
installability
25
documentation
15
stability
5
§04  Alternatives in Other