Skip to main content
Glama

Server Details

AI agent gateway with web fetching, data extraction, crypto pricing, and x402 payments

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Available Tools

29 tools
coinbase_facilitatorTry in Inspector

x402 payment facilitation - get payment info, verify transactions, check rates. FREE

ParametersJSON Schema
NameRequiredDescriptionDefault
tokenNoToken address (for verify)
actionYesFacilitator action
txHashNoTransaction hash (for verify)
expectedAmountNoExpected amount (for verify)
expectedRecipientNoExpected recipient (for verify)
coinbase_priceTry in Inspector

Get cryptocurrency prices and exchange rates from Coinbase. FREE - no payment required.

ParametersJSON Schema
NameRequiredDescriptionDefault
symbolYesCrypto symbol (e.g., 'BTC', 'ETH')
currencyNoFiat currency (e.g., 'USD')USD
crawlTry in Inspector

Crawl a website starting from a URL, following links up to specified depth. Cost: 0.01 USDC

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYesThe starting URL to crawl
maxDepthNoMaximum link depth (default: 2)
maxPagesNoMaximum pages to crawl (default: 10)
create_walletTry in Inspector

Create a custodial wallet for an AI agent using Privy. Cost: 0.01 USDC. The owner wallet is automatically detected from your x402 payment - no need to provide it explicitly. The wallet can be used for automated transactions including swaps.

ParametersJSON Schema
NameRequiredDescriptionDefault
labelNoOptional friendly name for this wallet (e.g., 'Trading Bot', 'Payment Agent')
owner_walletYesYour signing wallet address (0x...) that will own this custodial wallet. Used as the lookup key for future operations. TIP: many clients can also pass just the address string as arguments.
dexscreener_tokenTry in Inspector

Get real-time token price and market data from DexScreener. FREE - no payment required.

ParametersJSON Schema
NameRequiredDescriptionDefault
chainNoBlockchain (e.g., 'base', 'ethereum')base
tokenAddressYesThe token contract address
erc8004_registerTry in Inspector

Register your AI agent on-chain with ERC-8004 Trustless Agent Identity. Cost: 0.01 USDC. You receive an NFT representing your agent identity.

ParametersJSON Schema
NameRequiredDescriptionDefault
agentNameYesName of your agent (e.g., 'MyAwesomeAgent')
paymentProofNoTransaction hash of payment (required after initial 402 response)
agentEndpointsNoOptional array of endpoints [{name, endpoint, version}]
recipientWalletYesYour wallet address (0x...) to receive the Agent NFT
agentDescriptionYesDescription of what your agent does
extractTry in Inspector

Extract structured data from a web page using a JSON schema. AI-powered extraction. Cost: 0.01 USDC

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYesThe web page URL to extract from
intentNoNatural language description of what to extract
schemaYesJSON schema string defining the data structure to extract
failure_reasonTry in Inspector

Understand why a job failed. FREE - lookup job failures or get failure code reference.

ParametersJSON Schema
NameRequiredDescriptionDefault
jobIdNoxportalx job ID to look up failure details
failure_codeNoAny failure code to explain (e.g., 'RATE_LIMIT_429')
fetch_apiTry in Inspector

Fetch structured JSON/XML data from any API endpoint. Best for REST APIs and data feeds. Cost: 0.01 USDC

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYesThe API endpoint URL to fetch
bodyNoOptional request body for POST/PUT
methodNoGET
headersNoOptional HTTP headers
fetch_pageTry in Inspector

Fetch raw HTML content from any web page. Best for static HTML scraping. Cost: 0.01 USDC

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYesThe web page URL to fetch
methodNoGET
fetch_pdfTry in Inspector

Fetch and extract text content from PDF documents. Returns structured text with page numbers. Cost: 0.01 USDC

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYesThe URL of the PDF document to fetch and parse
fund_walletTry in Inspector

Fund your custodial wallet with USDC. DYNAMIC PRICING: You pay (amount + 0.01 USDC fee). The owner wallet is auto-detected from your x402 payment. Example: To deposit 5 USDC, you pay 5.01 USDC and 5 USDC is transferred to your custodial wallet.

ParametersJSON Schema
NameRequiredDescriptionDefault
amountYesAmount of USDC to deposit into your custodial wallet (e.g., '5' for 5 USDC). You will pay this amount plus a 0.01 USDC platform fee.
fund_wallet_ethTry in Inspector

Fund your custodial wallet with ETH for gas. DYNAMIC PRICING: You pay the USDC equivalent of (ETH amount + 0.01 USDC fee). The owner wallet is auto-detected from your x402 payment. Example: To deposit 0.001 ETH, you pay ~$3.50 USDC (ETH value) + 0.01 USDC fee.

ParametersJSON Schema
NameRequiredDescriptionDefault
amountYesAmount of ETH to deposit into your custodial wallet (e.g., '0.001' for 0.001 ETH). You will pay the USDC equivalent plus a 0.01 USDC platform fee.
get_wallet_balanceTry in Inspector

Check the balance of your custodial wallet. FREE - no payment required. Returns ETH and USDC balances on Base network.

ParametersJSON Schema
NameRequiredDescriptionDefault
owner_walletYesYour signing wallet address (0x...) to look up the linked custodial wallet balance.
markdown_convertTry in Inspector

Convert a web page to clean Markdown format. Great for LLM consumption. Cost: 0.01 USDC

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYesThe web page URL to convert
mcp_pricingTry in Inspector

Get pricing information for all MCP tools. FREE - returns cost breakdown for each tool.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

nansen_smart_money_holdingsTry in Inspector

Screen tokens with Smart Money activity using Nansen Token Screener. Supports natural language like 'what are whales buying on base?' or 'trending tokens on solana'. Cost: 0.01 USDC

ParametersJSON Schema
NameRequiredDescriptionDefault
chainNoSingle chain (alternative to chains array)base
inputNoNatural language query (e.g., 'what are whales buying on base?', 'trending tokens this week')
limitNoNumber of results (default: 20, max: 100)
queryNoNatural language query (alternative)
chainsNoChains to query (e.g., ['ethereum', 'base', 'solana', 'arbitrum'])
sortByNoSort fieldsmart_money_netflow_24h
sortDirNoSort directiondesc
nansen_smart_money_netflowsTry in Inspector

Track net capital flows from Smart Money wallets. Supports natural language like 'are whales accumulating ETH?' or 'smart money flows for PEPE last 7 days'. Cost: 0.01 USDC

ParametersJSON Schema
NameRequiredDescriptionDefault
chainNoSingle chain (alternative to chains array)ethereum
inputNoNatural language query (e.g., 'are smart money accumulating ETH?', 'whale flows last week')
limitNoNumber of results (default: 20)
queryNoNatural language query (alternative)
chainsNoChains to query (e.g., ['ethereum', 'base', 'solana'])
timeframeNoTimeframe for netflow data24h
tokenAddressNoFilter by specific token address OR symbol (e.g., 'PEPE', 'VIRTUAL', '0x...')
token_addressNoFilter by token address (alternative)
nansen_token_god_modeTry in Inspector

Full token analytics with Nansen TGM. Supports natural language like 'analyze VIRTUAL token' or 'who holds the most PEPE?'. Auto-resolves token symbols to addresses. Cost: 0.01 USDC

ParametersJSON Schema
NameRequiredDescriptionDefault
chainNoBlockchain (e.g., 'ethereum', 'base', 'solana', 'arbitrum')ethereum
inputNoNatural language query (e.g., 'analyze VIRTUAL token', 'show me PEPE holders')
queryNoNatural language query (alternative)
timeframeNoTimeframe for flow data24h
tokenAddressNoToken contract address OR symbol (e.g., 'VIRTUAL', 'PEPE', '0x...')
token_addressNoToken contract address (alternative)
nansen_wallet_profilerTry in Inspector

Comprehensive wallet analysis. Supports natural language like 'profile vitalik.eth' or 'what labels does 0x... have?'. Returns balances, Nansen labels, and transactions. Cost: 0.01 USDC

ParametersJSON Schema
NameRequiredDescriptionDefault
chainNoSingle chain (alternative)ethereum
inputNoNatural language query (e.g., 'profile this wallet 0x...', 'analyze vitalik.eth')
queryNoNatural language query (alternative)
chainsNoChains to query for balances/transactions
walletNoWallet address (alternative)
addressNoWallet address (0x...) or ENS name to analyze
includeTransactionsNoInclude recent transactions (default: true)
send_tokensTry in Inspector

Send USDC from your custodial wallet to ANY wallet address. Cost: 0.01 USDC. The sender (your custodial wallet) is auto-detected from your x402 payment. Use this to pay other agents, transfer to exchanges, or send to any address.

ParametersJSON Schema
NameRequiredDescriptionDefault
amountYesAmount of USDC to send (e.g., '5' for 5 USDC). Must have sufficient balance in your custodial wallet.
to_addressYesDestination wallet address (0x...) to send USDC to. Can be any valid EVM address.
solve_captchaTry in Inspector

Solve captchas on protected pages and extract content. Uses 2Captcha to bypass reCAPTCHA/hCaptcha, then Claude AI selects the best tool to retrieve content. Cost: 0.01 USDC

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYesThe captcha-protected URL to access
intentNoWhat you want to extract from the page after solving captcha
siteKeyNoSite key for reCAPTCHA/hCaptcha (optional - auto-detected if not provided)
captchaTypeNoType of captcha to solverecaptcha_v2
swapTry in Inspector

Execute a token swap on Base via 0x DEX Aggregator. AI-ENHANCED: Accepts natural language like 'swap 10 USDC for VIRTUAL'. THREE MODES: (1) PRIVY MODE (RECOMMENDED): Provide owner_wallet - uses your secure Privy custodial wallet (create one first with create_wallet tool). (2) PRIVATE KEY MODE: Provide privateKey - server signs with your key (less secure). (3) BRIDGE MODE: Provide takerAddress only - returns a URL where you sign with browser wallet. Cost: 0.10 USDC

ParametersJSON Schema
NameRequiredDescriptionDefault
requestNoNatural language swap request (e.g., 'swap 10 USDC for VIRTUAL', 'buy 100 DEGEN with USDC'). AI will extract the parameters automatically.
buyTokenNoToken symbol (USDC, WETH, VIRTUAL, DEGEN, cbBTC, DAI, AERO, BRETT) OR token address (0x...)
sellTokenNoToken symbol (USDC, WETH, VIRTUAL, DEGEN, cbBTC, DAI, AERO, BRETT) OR token address (0x...)
privateKeyNoLEGACY: Private key (0x... hex) to sign and broadcast transactions server-side. Consider using owner_wallet with Privy instead for better security.
sellAmountNoAmount to sell. Use human-readable (e.g., '1.5' for 1.5 tokens) or atomic units (e.g., '1000000' for 1 USDC). Human-readable is auto-detected.
slippageBpsNoSlippage in basis points (e.g., '50' = 0.50%). Takes precedence over slippagePercentage.
owner_walletNoRECOMMENDED: Your wallet address (0x...) that owns a Privy custodial wallet. The swap will be executed securely through your Privy wallet. Create one first using the create_wallet tool.
takerAddressNoUser's wallet address (0x...). When provided WITHOUT owner_wallet or privateKey, returns a secure web bridge URL where user can sign transactions with their browser wallet.
slippagePercentageNoSlippage tolerance in percent (e.g., '0.5' for 0.5%). Default: 0.50.5
verify_agentTry in Inspector

Verify a wallet signature (EIP-191) to authenticate an agent. FREE - no payment required.

ParametersJSON Schema
NameRequiredDescriptionDefault
messageYesThe message that was signed
signatureYesThe signature to verify
wallet_addressYesThe wallet address that signed
withdraw_walletTry in Inspector

Withdraw USDC from your custodial wallet to your owner wallet. Cost: 0.01 USDC. The owner wallet is auto-detected from your x402 payment.

ParametersJSON Schema
NameRequiredDescriptionDefault
amountYesAmount of USDC to withdraw from custodial wallet (e.g., '5' for 5 USDC). Must have sufficient balance.
x402_proxyTry in Inspector

Access x402-protected APIs with automatic payment. Dynamic pricing: 0.01 USDC fee + target cost. Supports USDC on Base.

ParametersJSON Schema
NameRequiredDescriptionDefault
targetUrlYesThe x402-protected URL to access
targetBodyNoRequest body for POST/PUT requests
paymentProofNoTransaction hash of USDC payment (required after initial 402 response)
targetMethodNoHTTP methodGET
targetHeadersNoAdditional headers to send to target
x402_proxy_priceTry in Inspector

Get dynamic pricing for x402 proxy requests. FREE - returns total cost (proxy fee + target cost).

ParametersJSON Schema
NameRequiredDescriptionDefault
targetUrlYesThe x402-protected target URL to probe for pricing
x402_sendTry in Inspector

Send USDC directly to ANY wallet address via x402 payment. Just provide to_address and amount - the flow auto-completes: 1) Pay 0.01 USDC platform fee 2) Pay the amount directly to destination. Tokens go from you to recipient. Perfect for paying agents, tipping, or sending to any address.

ParametersJSON Schema
NameRequiredDescriptionDefault
amountYesAmount of USDC to send (e.g., '5' for 5 USDC).
to_addressYesDestination wallet address (0x...) to receive the USDC.
zora_walletTry in Inspector

Get comprehensive Zora NFT wallet data: NFTs minted, NFTs owned, creator profile, total mints/collections, and estimated earnings. FREE - no payment required.

ParametersJSON Schema
NameRequiredDescriptionDefault
chainNoChain to query (e.g., 'zora', 'base', 'ethereum')zora
addressYesWallet address (EOA or contract) to look up

FAQ

How do I claim this server?

To claim this server, publish a /.well-known/glama.json file on your server's domain with the following structure:

{ "$schema": "https://glama.ai/mcp/schemas/connector.json", "maintainers": [ { "email": "your-email@example.com" } ] }

The email address must match the email associated with your Glama account. Once verified, the server will appear as claimed by you.

What are the benefits of claiming a server?
  • Control your server's listing on Glama, including description and metadata
  • Receive usage reports showing how your server is being used
  • Get monitoring and health status updates for your server
Try in Browser

Your Connectors

Sign in to create a connector for this server.