Labsco
agentc22 logo

Formo

from agentc22

Formo makes analytics and attribution easy for crypto apps, so you can focus on growth. Measure what matters and drive growth onchain with the data platform for onchain apps. Get the best of web, product, and onchain analytics on one versatile platform.

๐Ÿ”ฅ๐Ÿ”ฅFreeQuick setup

x402engine-mcp

MCP server for x402 Engine โ€” giving AI agents access to 38 pay-per-call APIs via HTTP 402 micropayments.

Payments are made with USDC on Base, USDC on Solana, or USDm on MegaETH. Prices range from $0.001 to $0.12 per call.

Available Tools

LLM Inference

ToolPriceDescription
llm_chat$0.002-$0.09Chat completion with any supported model

Supported models: GPT-4o ($0.04), GPT-4o Mini ($0.003), OpenAI o1 ($0.03), Claude Opus 4.6 ($0.09), Claude Sonnet 4.5 ($0.06), Claude Haiku 4.5 ($0.02), Gemini 2.5 Pro ($0.035), Gemini 2.5 Flash ($0.009), Grok 4 ($0.06), DeepSeek V3 ($0.005), DeepSeek R1 ($0.01), Llama 3.3 70B ($0.002), Mistral Large 3 ($0.006), Qwen3 235B ($0.004), Perplexity Sonar Pro ($0.06).

Image Generation

ToolPriceDescription
generate_image$0.015-$0.12AI image generation (fast/quality/text tiers)

Code Execution

ToolPriceDescription
execute_code$0.005Sandboxed code execution (Python, JS, Bash, R)

Audio

ToolPriceDescription
transcribe_audio$0.10Audio-to-text transcription (Deepgram Nova-3)
tts_openai$0.01Text-to-speech (OpenAI)
tts_elevenlabs$0.02Text-to-speech (ElevenLabs)

Text Embeddings

ToolPriceDescription
create_embeddings$0.001Text embeddings (OpenAI text-embedding-3-small)

Crypto & Market Data

ToolPriceDescription
get_crypto_price$0.001Current crypto prices
get_crypto_markets$0.002Top coins by market cap
get_crypto_history$0.003Historical price charts
get_trending_crypto$0.001Trending coins
search_crypto$0.001Search for coins

Blockchain & Wallet

ToolPriceDescription
get_wallet_balances$0.005Token balances for any wallet
get_wallet_transactions$0.005Transaction history
get_wallet_pnl$0.01Profit & loss analysis
get_token_prices$0.005DEX-derived token prices
get_token_metadata$0.002Token metadata
simulate_transaction$0.01Transaction simulation (Tenderly)

Web

ToolPriceDescription
web_scrape$0.005Scrape and extract web page content
web_screenshot$0.01Capture web page screenshot

IPFS Storage

ToolPriceDescription
pin_to_ipfs$0.01Pin JSON to IPFS
get_from_ipfs$0.001Retrieve content from IPFS

Discovery

ToolPriceDescription
discover_servicesFreeList all services and pricing

Environment Variables

VariableRequiredDescription
X402_BASE_URLNoGateway URL (default: https://x402-gateway-production.up.railway.app)
X402_DEV_BYPASSNoDev bypass secret to skip payments
X402_PAYMENT_HEADERNoPre-signed payment header

Payment Networks

  • Base (EVM) โ€” USDC, 6 decimals, ~2s confirmation
  • Solana โ€” USDC, 6 decimals, ~400ms confirmation
  • MegaETH (EVM) โ€” USDm, 18 decimals, ~10ms confirmation

How It Works

  1. Agent calls an MCP tool (e.g., llm_chat)
  2. MCP server makes HTTP request to x402engine.app
  3. Gateway returns 402 Payment Required with pricing
  4. Agent pays with crypto via the x402 protocol
  5. Gateway verifies payment on-chain and returns data

For automatic payment handling, use @x402/fetch in your agent code.

Links