Skip to main content
Glama
522,260 tools. Updated 2026-09-06 12:44

"Farcaster" matching MCP tools:

Matching MCP Servers

Matching MCP Connectors

  • Resolve wallet addresses to X and Farcaster accounts, and back again.

  • Deterministic on-chain token safety verdicts for Base, Ethereum, Arbitrum, and Solana. No LLM — pure on-chain data including Clanker CREATE2 resolution, Pump.fun bonding curve detection, Raydium LP checks, and a pro tier with Farcaster social signals and holder growth velocity. Also includes /verdict/pump — a fast Pump.fun specific verdict optimised for HFT at 474ms p50, covering bonding curve SOL reserve, graduation status, and deployer age. Solana only, $0.02 USDC."

  • Verify on-chain conditions (token balances, NFT ownership, EAS attestations, Farcaster identity) across 33 chains. Returns ECDSA-signed boolean results preserving privacy. Supports EVM, Solana, XRPL, Bitcoin.
    MIT
  • Search curated ENS sources—governance proposals, protocol docs, blogs, forums, and Farcaster—to get answers on decisions, sentiment, and key figures' views.
    AGPL 3.0
  • Convert a Farcaster username to a verified Base wallet address. Essential for identifying tip recipients before generating USDC transfer calldata.
    MIT
  • Create a new user with linked accounts from email, phone, wallet, or 15+ OAuth providers such as Google, Discord, and Telegram. Optionally generate an embedded wallet for blockchain interactions.
    MIT
  • Search for multiple channels simultaneously on social platforms like Farcaster, with options for query limits and pagination, enabling efficient data retrieval.
    MIT
  • Search content across social platforms (Farcaster, Twitter, Telegram) using a query and retrieve relevant results. Specify the platform and limit responses for focused data extraction.
    MIT
  • Retrieve user profile data from social platforms like Farcaster, Twitter, or Telegram by specifying the platform and user ID. Integrates with the Beyond MCP Server for standardized access.
    MIT
  • Fetch social platform profiles linked to an Ethereum wallet address. Specify the platform (e.g., Farcaster, Twitter, Telegram) and wallet to retrieve associated profile data for analysis or integration.
    MIT
  • Retrieve user-generated content from social platforms like Farcaster, Twitter, and Telegram by specifying the user ID and platform. Control the number of posts returned with a customizable limit.
    MIT
  • Extract threads or conversations from social platforms (Farcaster, Twitter, Telegram) using a specific thread ID to access and analyze structured data for LLM workflows.
    MIT
  • Retrieve trending topics from social platforms like Farcaster, Twitter, and Telegram to analyze popular conversations and trends. Specify platform and limit for tailored results.
    MIT
  • Retrieve trending content from social platforms like Farcaster, Twitter, and Telegram. Specify time windows, providers, and item limits to analyze and monitor popular posts.
    MIT
  • Retrieve user balances from social platforms (Farcaster, Twitter, Telegram) by providing platform type and user ID. Integrates with MCP server for standardized social and onchain data access.
    MIT
  • Submit a list of addresses as a background job. A job runs a deeper scan than the resolve tool: an address the index has not checked, or holds only stale answers for, is resolved against live sources, so a job can find identities the resolve tool reports as never seen. Use it for lists larger than one resolve call, or when misses are worth re-checking. COST: billed on matches exactly like resolving, when the job completes: one match credit per address that resolved to an X handle or a Farcaster account, misses free. One job may be active per account at a time; a second submission is refused until the first finishes, and the refusal names the active job id. A submission is capped at 10 times the match balance, so the worst case is bounded by what the account already holds. Submitting itself spends one request-unit of the rate window. The submission returns a job id. Poll walletlink_job_status for progress and, on completion, the results. A job that fails is never billed. Resubmitting the same list after a job completes runs the whole job again and bills its matches again.
    ConnectorNo auth