Loading...
Loading...
Look up wallet address <> Twitter/Farcaster identity mappings via Bluepages.fyi. Use when asked who owns a wallet, finding addresses for a Twitter/Farcaster handle, looking up 0x addresses, or any wallet identity and address attribution queries.
npx skill4agent add bluepageseth/agent-plugins bluepagesnpx -y github:bluepagesdoteth/bluepages-mcpBLUEPAGES_API_KEYPRIVATE_KEYSecurity note: Never use a main wallet key. Use a dedicated, funded-only-as-needed agent wallet if providing.PRIVATE_KEY
BLUEPAGES_API_KEYget_api_keypurchase_creditsBLUEPAGES_API_KEY| Tool | Cost | Description |
|---|---|---|
| 1 credit ($0.001) | Check if address has data |
| 1 credit ($0.001) | Check if Twitter handle has data |
| 50 credits ($0.05) | Full identity data for address (free if not found) |
| 50 credits ($0.05) | Full identity data for handle (free if not found) |
| 40 credits ($0.04) | Check up to 50 items at once |
| 40 credits/found item | Data for up to 50 items (x402: $2.00 flat/batch) |
| same as batch_check | For large lists (100+), shows progress |
| same as batch_get_data | For large lists (100+), shows progress |
| free | Check remaining credits (API key only) |
| free | Set low-credit warning threshold (API key only) |
| free | Get/create API key via wallet signature |
| $5–$600 USDC | Buy credits via x402 (PRIVATE_KEY only) |
@check_addresscheck_twitterget_data_*batch_checkbatch_get_data_streamingX-API-KEYX-PAYMENT# With API key
curl "https://bluepages.fyi/check?address=0x..." -H "X-API-KEY: your-key"
curl "https://bluepages.fyi/data?address=0x..." -H "X-API-KEY: your-key"
# Batch check
curl -X POST "https://bluepages.fyi/batch/check" \
-H "X-API-KEY: your-key" -H "Content-Type: application/json" \
-d '{"addresses": ["0x...", "0x..."]}'