asterpay-mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ASTERPAY_API_URL | No | AsterPay API base URL | https://x402-api-production-ba87.up.railway.app |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_crypto_priceA | Get real-time cryptocurrency price data for any token (Bitcoin, Ethereum, etc). Returns current price, market cap, 24h volume, and price changes. Cost: $0.005 USDC via x402. |
| get_ohlcvA | Get OHLCV (Open/High/Low/Close/Volume) candlestick data for charting and technical analysis. Cost: $0.01 USDC via x402. |
| get_trendingA | Get currently trending cryptocurrency tokens based on search interest. Cost: $0.005 USDC via x402. |
| ai_summarizeB | Summarize any text using AI. Returns a concise summary of the input. Cost: $0.004 USDC via x402. |
| ai_sentimentA | Analyze sentiment of text. Returns positive/negative/neutral classification with confidence scores. Cost: $0.004 USDC via x402. |
| ai_translateB | Translate text to any language using AI. Supports all major languages. Cost: $0.02 USDC via x402. |
| ai_code_reviewB | AI-powered code review. Returns bugs, improvements, security issues, and best practices. Cost: $0.05 USDC via x402. |
| wallet_scoreA | Get reputation and risk score for any blockchain wallet address. Analyzes transaction history, age, and activity patterns. Cost: $0.05 USDC via x402. |
| token_analysisA | Security analysis for any ERC-20 token contract. Checks for honeypots, rug pulls, ownership issues, and contract risks. Cost: $0.10 USDC via x402. |
| whale_alertsB | Get recent large cryptocurrency movements (whale alerts). Tracks significant token transfers on-chain. Cost: $0.02 USDC via x402. |
| generate_qr_codeA | Generate a QR code image from any text or URL. Returns base64-encoded PNG image. FREE — no payment required. |
| take_screenshotA | Take a screenshot of any webpage. Returns the screenshot as an image. Cost: $0.02 USDC via x402. |
| generate_pdfA | Convert HTML content to PDF document. Returns the PDF file. Cost: $0.03 USDC via x402. |
| check_token_tiersB | View ASTERPAY token tier system — hold ASTERPAY tokens for API discounts up to 60% off. FREE. |
| check_wallet_tierC | Check your ASTERPAY token balance and current discount tier. FREE. |
| discover_endpointsA | Discover all available AsterPay API endpoints with pricing and metadata. x402 Bazaar compatible. FREE. |
| settlement_estimateA | Get settlement estimate for USDC to EUR conversion via AsterPay's EUR off-ramp facilitator. Shows real-time exchange rate, AsterPay fees (0.5%), net EUR amount, and SEPA Instant timing. FREE — no payment required. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| api-info | |
| discovery |
TDQS
Scored across 17 tools
Each tool has a clearly distinct purpose with no overlap. For example, ai_code_review analyzes code quality, ai_sentiment classifies text sentiment, and get_crypto_price provides price data—all serve unique functions. The descriptions clearly differentiate between AI services, crypto data tools, and utility functions, eliminating any ambiguity.
Most tools follow a consistent verb_noun pattern (e.g., check_token_tiers, generate_pdf, get_crypto_price), with clear and descriptive names. However, there are minor deviations like 'ai_' prefix for AI tools and 'whale_alerts' using a noun_verb style, slightly breaking the pattern but remaining readable and intuitive.
With 17 tools, the count is slightly high but reasonable for the broad scope of AsterPay's services, covering AI, crypto, and utilities. It avoids being overwhelming while providing comprehensive functionality. A few tools could potentially be consolidated, but overall, the number aligns well with the server's purpose.
The tool set offers complete coverage for AsterPay's domain, including AI-powered services (e.g., review, sentiment, translate), crypto data (e.g., price, OHLCV, trending), and utilities (e.g., PDF generation, QR codes, screenshots). There are no obvious gaps; each tool supports key workflows without dead ends, ensuring agents can handle diverse tasks effectively.