Install
openclaw skills install asterpayEUR settlement and crypto data API for AI agents. Convert USDC to EUR via SEPA Instant. Access 16 pay-per-call endpoints for market data, AI tools, and crypto analytics.
openclaw skills install asterpayGives your OpenClaw agent access to AsterPay's API — 16 endpoints for crypto market data, AI tools, and EUR settlement estimates. All endpoints use the x402 pay-per-call protocol (USDC on Base). Several endpoints are free.
AsterPay runs as an MCP server. Add it to your OpenClaw configuration:
Tell your OpenClaw agent:
Install the AsterPay MCP server: npx -y @anthropic-ai/mcp-remote@latest https://x402-api-production-ba87.up.railway.app/mcp
Add to your clawdbot.json:
{
"mcpServers": {
"asterpay": {
"command": "npx",
"args": ["-y", "@anthropic-ai/mcp-remote@latest", "https://x402-api-production-ba87.up.railway.app/mcp"]
}
}
}
npm install -g @asterpay/mcp-server
Then in clawdbot.json:
{
"mcpServers": {
"asterpay": {
"command": "asterpay-mcp-server"
}
}
}
| Tool | Description |
|---|---|
discover_endpoints | List all available API endpoints with pricing |
settlement_estimate | Get USDC → EUR conversion estimate with real-time rates |
check_token_tiers | View $ASTERPAY token discount tiers (up to 60% off) |
check_wallet_tier | Check your wallet's token balance and discount tier |
| Tool | Cost | Description |
|---|---|---|
get_crypto_price | $0.001 | Real-time price, market cap, 24h volume |
get_ohlcv | $0.005 | OHLCV candlestick data for charting |
get_trending | $0.002 | Currently trending tokens |
| Tool | Cost | Description |
|---|---|---|
ai_summarize | $0.01 | Summarize any text |
ai_sentiment | $0.01 | Sentiment analysis (positive/negative/neutral) |
ai_translate | $0.02 | Translate text to any language |
ai_code_review | $0.05 | Code review with security analysis |
| Tool | Cost | Description |
|---|---|---|
wallet_score | $0.05 | Wallet reputation and risk score |
token_analysis | $0.10 | Token security audit (honeypots, rug pulls) |
whale_alerts | $0.02 | Large crypto movements |
| Tool | Cost | Description |
|---|---|---|
generate_qr_code | $0.005 | QR code generation |
take_screenshot | $0.02 | Webpage screenshots |
generate_pdf | $0.03 | HTML to PDF conversion |
Paid endpoints return a 402 Payment Required response with payment details. To pay:
npm install @x402/fetchFree endpoints (settlement_estimate, discover_endpoints, token tiers) work without any wallet.
AsterPay is the EUR settlement layer for AI agent commerce:
Website: https://asterpay.io
Docs: https://asterpay.io/docs
API: https://x402-api-production-ba87.up.railway.app
GitHub: https://github.com/timolein74/asterpay-api
PyPI: pip install asterpay
npm: @asterpay/mcp-server