bluepagesLook up wallet address <> Twitter/Farcaster identity mappings via Bluepages.fyi. Use when asked who owns a wallet, finding addresses for a Twitter/Farcaster...
Install via ClawdBot CLI:
clawdbot install jesse-pallok/bluepages800K+ verified Ethereum address <> Twitter/X mappings, plus Farcaster.
Requires the Bluepages MCP server: npx -y github:bluepagesdoteth/bluepages-mcp
or direct API calls (see below). The MCP server is the recommended way to use Bluepages.
Requires one of these env vars:
BLUEPAGES_API_KEY (recommended) — 20% cheaper, 2x rate limits.PRIVATE_KEY — Ethereum private key for x402 pay-per-request (USDC on Base).Security note: Never use a main wallet key. Use a dedicated, funded-only-as-needed agent wallet if providing PRIVATE_KEY.
With a private key, you can either pay per request via x402 or purchase a BLUEPAGES_API_KEY using the get_api_key and purchase_credits MCP tools.
Without a private key, the user must get an API key at bluepages.fyi/api-keys and set BLUEPAGES_API_KEY.
| Tool | Cost | Description |
| -------------------------- | ---------------------- | -------------------------------------------------- |
| check_address | 1 credit ($0.001) | Check if address has data |
| check_twitter | 1 credit ($0.001) | Check if Twitter handle has data |
| get_data_for_address | 50 credits ($0.05) | Full identity data for address (free if not found) |
| get_data_for_twitter | 50 credits ($0.05) | Full identity data for handle (free if not found) |
| batch_check | 40 credits ($0.04) | Check up to 50 items at once |
| batch_get_data | 40 credits/found item | Data for up to 50 items (x402: $2.00 flat/batch) |
| batch_check_streaming | same as batch_check | For large lists (100+), shows progress |
| batch_get_data_streaming | same as batch_get_data | For large lists (100+), shows progress |
| check_credits | free | Check remaining credits (API key only) |
| set_credit_alert | free | Set low-credit warning threshold (API key only) |
| get_api_key | free | Get/create API key via wallet signature |
| purchase_credits | $5–$600 USDC | Buy credits via x402 (PRIVATE_KEY only) |
@.check_address/check_twitter first (1 credit), then get_data_* only if found (50 credits). Skipping the check wastes credits on misses.batch_check then batch_get_data on found items only. This saves ~90% vs fetching everything blind._streaming variants for progress updates.If MCP is unavailable, call the API directly. Auth depends on your setup:
X-API-KEY headerX-PAYMENT header# 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..."]}'
Full API docs: bluepages.fyi/docs
Generated Mar 1, 2026
Financial institutions and crypto exchanges use Bluepages to verify the social identities behind wallet addresses during onboarding or transaction monitoring. This helps link anonymous blockchain addresses to real-world personas, aiding in anti-money laundering (AML) and know-your-customer (KYC) checks by cross-referencing Twitter or Farcaster handles.
Marketing agencies leverage Bluepages to identify wallet addresses of crypto influencers on Twitter or Farcaster for targeted campaigns or airdrops. By mapping handles to addresses, they can send tokens or NFTs directly, ensuring precise delivery to key community members and tracking engagement through on-chain activity.
Analysts and security firms use Bluepages to trace wallet ownership in fraud or hack investigations by linking addresses to public social profiles. This assists in attributing suspicious transactions to individuals, enhancing forensic capabilities for law enforcement or decentralized autonomous organizations (DAOs) monitoring fund flows.
Decentralized communities employ Bluepages to verify member identities by checking if wallet addresses correspond to verified Twitter or Farcaster handles. This helps prevent sybil attacks in voting systems, ensuring only legitimate participants influence governance decisions and fostering trust through transparent identity mapping.
NFT platforms and collectors use Bluepages to identify owners of specific wallets for provenance tracking or exclusive offers. By linking addresses to social handles, they can verify artist identities, manage royalty distributions, and engage with high-value collectors directly through their public profiles.
Bluepages charges users per query via credits, with costs ranging from $0.001 for basic checks to $0.05 for full data lookups. This model targets occasional users or small projects needing flexible, low-cost access without subscription commitments, generating revenue from microtransactions across a large user base.
The service offers API keys with higher rate limits and discounted rates for high-volume users, such as businesses conducting bulk lookups. This model ensures predictable costs for enterprises, encouraging long-term adoption through tiered pricing and dedicated support, driving steady recurring revenue.
Bluepages enables direct pay-per-request payments via x402 using USDC on Base, allowing users to pay with cryptocurrency without pre-purchasing credits. This model caters to crypto-native applications and decentralized agents, generating revenue from transaction fees while simplifying onboarding for wallet-based authentication.
💬 Integration Tip
Start with the MCP server for easier setup and use batch checks to save costs; always verify addresses or handles before fetching full data to avoid unnecessary charges.
Fetch and read transcripts from YouTube videos. Use when you need to summarize a video, answer questions about its content, or extract information from it.
Fetch and summarize YouTube video transcripts. Use when asked to summarize, transcribe, or extract content from YouTube videos. Handles transcript fetching via residential IP proxy to bypass YouTube's cloud IP blocks.
Browse, search, post, and moderate Reddit. Read-only works without auth; posting/moderation requires OAuth setup.
Interact with Twitter/X — read tweets, search, post, like, retweet, and manage your timeline.
LinkedIn automation via browser relay or cookies for messaging, profile viewing, and network actions.
Search YouTube videos, get channel info, fetch video details and transcripts using YouTube Data API v3 via MCP server or yt-dlp fallback.