Crypto Testnet Faucets

Developer REST API MCP

Returns a curated list of crypto testnet faucets (Ethereum Sepolia, Base, Arbitrum, Optimism, Polygon, Avalanche, BNB Chain, Linea, Solana) with the faucet URL, tokens dispensed, amount, cooldown, auth requirements and USDC contract where known, plus the chain config (chain id, RPC URL, explorer) for each listed network. Filter by network and a search term.

This page documents the HTTP endpoint POST /api/tools/crypto-testnet-faucets/execute. See the MCP reference →

Call it over REST

POST https://api.findutils.com/api/tools/crypto-testnet-faucets/execute · no API keys · 60 requests/min per IP

Execute — verified arguments

curl -X POST https://api.findutils.com/api/tools/crypto-testnet-faucets/execute \
  -H "Content-Type: application/json" \
  -d '{
    "network": "Base"
  }'

Parameter schema for this endpoint

curl https://api.findutils.com/api/tools/crypto-testnet-faucets

Interactive docs · OpenAPI 3.1 spec · All REST tools

Input schema

Argument Type Required Description
network string (All | Ethereum | Base | Arbitrum | Optimism | Polygon | Avalanche | BNB Chain | Linea | Solana) no Network to filter by. Default: "All". Default: "All".
search string no Case-insensitive search over name, network, tokens, description and tags (every word must match). Optional.
featured_only boolean no Only return featured faucets. Default: false. Default: false.

Example arguments (verified)

{
  "network": "Base"
}

Also an MCP tool

Claude, Cursor, and any MCP client can call this tool as findutils:crypto_testnet_faucets after one connect command.

Connect once

claude mcp add findutils --transport http https://mcp.findutils.com/
Open the MCP reference for Crypto Testnet Faucets →

More Developer tools