Server Details
AI agent gateway with web fetching, data extraction, crypto pricing, and x402 payments
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
See and control every tool call
Available Tools
29 toolscoinbase_facilitatorInspect
x402 payment facilitation - get payment info, verify transactions, check rates. FREE
| Name | Required | Description | Default |
|---|---|---|---|
| token | No | Token address (for verify) | |
| action | Yes | Facilitator action | |
| txHash | No | Transaction hash (for verify) | |
| expectedAmount | No | Expected amount (for verify) | |
| expectedRecipient | No | Expected recipient (for verify) |
coinbase_priceInspect
Get cryptocurrency prices and exchange rates from Coinbase. FREE - no payment required.
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Crypto symbol (e.g., 'BTC', 'ETH') | |
| currency | No | Fiat currency (e.g., 'USD') | USD |
crawlInspect
Crawl a website starting from a URL, following links up to specified depth. Cost: 0.01 USDC
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The starting URL to crawl | |
| maxDepth | No | Maximum link depth (default: 2) | |
| maxPages | No | Maximum pages to crawl (default: 10) |
create_walletInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
| label | No | Optional friendly name for this wallet (e.g., 'Trading Bot', 'Payment Agent') | |
| owner_wallet | Yes | Your 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_tokenInspect
Get real-time token price and market data from DexScreener. FREE - no payment required.
| Name | Required | Description | Default |
|---|---|---|---|
| chain | No | Blockchain (e.g., 'base', 'ethereum') | base |
| tokenAddress | Yes | The token contract address |
erc8004_registerInspect
Register your AI agent on-chain with ERC-8004 Trustless Agent Identity. Cost: 0.01 USDC. You receive an NFT representing your agent identity.
| Name | Required | Description | Default |
|---|---|---|---|
| agentName | Yes | Name of your agent (e.g., 'MyAwesomeAgent') | |
| paymentProof | No | Transaction hash of payment (required after initial 402 response) | |
| agentEndpoints | No | Optional array of endpoints [{name, endpoint, version}] | |
| recipientWallet | Yes | Your wallet address (0x...) to receive the Agent NFT | |
| agentDescription | Yes | Description of what your agent does |
extractInspect
Extract structured data from a web page using a JSON schema. AI-powered extraction. Cost: 0.01 USDC
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The web page URL to extract from | |
| intent | No | Natural language description of what to extract | |
| schema | Yes | JSON schema string defining the data structure to extract |
failure_reasonInspect
Understand why a job failed. FREE - lookup job failures or get failure code reference.
| Name | Required | Description | Default |
|---|---|---|---|
| jobId | No | xportalx job ID to look up failure details | |
| failure_code | No | Any failure code to explain (e.g., 'RATE_LIMIT_429') |
fetch_apiInspect
Fetch structured JSON/XML data from any API endpoint. Best for REST APIs and data feeds. Cost: 0.01 USDC
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The API endpoint URL to fetch | |
| body | No | Optional request body for POST/PUT | |
| method | No | GET | |
| headers | No | Optional HTTP headers |
fetch_pageInspect
Fetch raw HTML content from any web page. Best for static HTML scraping. Cost: 0.01 USDC
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The web page URL to fetch | |
| method | No | GET |
fetch_pdfInspect
Fetch and extract text content from PDF documents. Returns structured text with page numbers. Cost: 0.01 USDC
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL of the PDF document to fetch and parse |
fund_walletInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | Amount 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_ethInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | Amount 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_balanceInspect
Check the balance of your custodial wallet. FREE - no payment required. Returns ETH and USDC balances on Base network.
| Name | Required | Description | Default |
|---|---|---|---|
| owner_wallet | Yes | Your signing wallet address (0x...) to look up the linked custodial wallet balance. |
markdown_convertInspect
Convert a web page to clean Markdown format. Great for LLM consumption. Cost: 0.01 USDC
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The web page URL to convert |
mcp_pricingInspect
Get pricing information for all MCP tools. FREE - returns cost breakdown for each tool.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
nansen_smart_money_holdingsInspect
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
| Name | Required | Description | Default |
|---|---|---|---|
| chain | No | Single chain (alternative to chains array) | base |
| input | No | Natural language query (e.g., 'what are whales buying on base?', 'trending tokens this week') | |
| limit | No | Number of results (default: 20, max: 100) | |
| query | No | Natural language query (alternative) | |
| chains | No | Chains to query (e.g., ['ethereum', 'base', 'solana', 'arbitrum']) | |
| sortBy | No | Sort field | smart_money_netflow_24h |
| sortDir | No | Sort direction | desc |
nansen_smart_money_netflowsInspect
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
| Name | Required | Description | Default |
|---|---|---|---|
| chain | No | Single chain (alternative to chains array) | ethereum |
| input | No | Natural language query (e.g., 'are smart money accumulating ETH?', 'whale flows last week') | |
| limit | No | Number of results (default: 20) | |
| query | No | Natural language query (alternative) | |
| chains | No | Chains to query (e.g., ['ethereum', 'base', 'solana']) | |
| timeframe | No | Timeframe for netflow data | 24h |
| tokenAddress | No | Filter by specific token address OR symbol (e.g., 'PEPE', 'VIRTUAL', '0x...') | |
| token_address | No | Filter by token address (alternative) |
nansen_token_god_modeInspect
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
| Name | Required | Description | Default |
|---|---|---|---|
| chain | No | Blockchain (e.g., 'ethereum', 'base', 'solana', 'arbitrum') | ethereum |
| input | No | Natural language query (e.g., 'analyze VIRTUAL token', 'show me PEPE holders') | |
| query | No | Natural language query (alternative) | |
| timeframe | No | Timeframe for flow data | 24h |
| tokenAddress | No | Token contract address OR symbol (e.g., 'VIRTUAL', 'PEPE', '0x...') | |
| token_address | No | Token contract address (alternative) |
nansen_wallet_profilerInspect
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
| Name | Required | Description | Default |
|---|---|---|---|
| chain | No | Single chain (alternative) | ethereum |
| input | No | Natural language query (e.g., 'profile this wallet 0x...', 'analyze vitalik.eth') | |
| query | No | Natural language query (alternative) | |
| chains | No | Chains to query for balances/transactions | |
| wallet | No | Wallet address (alternative) | |
| address | No | Wallet address (0x...) or ENS name to analyze | |
| includeTransactions | No | Include recent transactions (default: true) |
send_tokensInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | Amount of USDC to send (e.g., '5' for 5 USDC). Must have sufficient balance in your custodial wallet. | |
| to_address | Yes | Destination wallet address (0x...) to send USDC to. Can be any valid EVM address. |
solve_captchaInspect
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
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The captcha-protected URL to access | |
| intent | No | What you want to extract from the page after solving captcha | |
| siteKey | No | Site key for reCAPTCHA/hCaptcha (optional - auto-detected if not provided) | |
| captchaType | No | Type of captcha to solve | recaptcha_v2 |
swapInspect
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
| Name | Required | Description | Default |
|---|---|---|---|
| request | No | Natural language swap request (e.g., 'swap 10 USDC for VIRTUAL', 'buy 100 DEGEN with USDC'). AI will extract the parameters automatically. | |
| buyToken | No | Token symbol (USDC, WETH, VIRTUAL, DEGEN, cbBTC, DAI, AERO, BRETT) OR token address (0x...) | |
| sellToken | No | Token symbol (USDC, WETH, VIRTUAL, DEGEN, cbBTC, DAI, AERO, BRETT) OR token address (0x...) | |
| privateKey | No | LEGACY: Private key (0x... hex) to sign and broadcast transactions server-side. Consider using owner_wallet with Privy instead for better security. | |
| sellAmount | No | Amount 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. | |
| slippageBps | No | Slippage in basis points (e.g., '50' = 0.50%). Takes precedence over slippagePercentage. | |
| owner_wallet | No | RECOMMENDED: 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. | |
| takerAddress | No | User'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. | |
| slippagePercentage | No | Slippage tolerance in percent (e.g., '0.5' for 0.5%). Default: 0.5 | 0.5 |
verify_agentInspect
Verify a wallet signature (EIP-191) to authenticate an agent. FREE - no payment required.
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | The message that was signed | |
| signature | Yes | The signature to verify | |
| wallet_address | Yes | The wallet address that signed |
withdraw_walletInspect
Withdraw USDC from your custodial wallet to your owner wallet. Cost: 0.01 USDC. The owner wallet is auto-detected from your x402 payment.
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | Amount of USDC to withdraw from custodial wallet (e.g., '5' for 5 USDC). Must have sufficient balance. |
x402_proxyInspect
Access x402-protected APIs with automatic payment. Dynamic pricing: 0.01 USDC fee + target cost. Supports USDC on Base.
| Name | Required | Description | Default |
|---|---|---|---|
| targetUrl | Yes | The x402-protected URL to access | |
| targetBody | No | Request body for POST/PUT requests | |
| paymentProof | No | Transaction hash of USDC payment (required after initial 402 response) | |
| targetMethod | No | HTTP method | GET |
| targetHeaders | No | Additional headers to send to target |
x402_proxy_priceInspect
Get dynamic pricing for x402 proxy requests. FREE - returns total cost (proxy fee + target cost).
| Name | Required | Description | Default |
|---|---|---|---|
| targetUrl | Yes | The x402-protected target URL to probe for pricing |
x402_sendInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | Amount of USDC to send (e.g., '5' for 5 USDC). | |
| to_address | Yes | Destination wallet address (0x...) to receive the USDC. |
zora_walletInspect
Get comprehensive Zora NFT wallet data: NFTs minted, NFTs owned, creator profile, total mints/collections, and estimated earnings. FREE - no payment required.
| Name | Required | Description | Default |
|---|---|---|---|
| chain | No | Chain to query (e.g., 'zora', 'base', 'ethereum') | zora |
| address | Yes | Wallet address (EOA or contract) to look up |
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.
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
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!