← 返回
未分类 中文

AsterPay

EUR 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 crypt...
欧元结算与加密数据API,供AI代理使用。SEPA Instant将USDC转为欧元。16个按次付费端点,提供市场数据、AI工具及加密信息。
timolein74
未分类 clawhub v1.0.1 1 版本 99604.7 Key: 无需
★ 0
Stars
📥 252
下载
💾 0
安装
1
版本
#latest

概述

AsterPay — EUR Settlement for AI Agents

What it does

Gives 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.

How to use

AsterPay runs as an MCP server. Add it to your OpenClaw configuration:

Option 1: Via mcporter (recommended)

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

Option 2: Manual config in clawdbot.json

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"]
    }
  }
}

Option 3: Local MCP server

npm install -g @asterpay/mcp-server

Then in clawdbot.json:

{
  "mcpServers": {
    "asterpay": {
      "command": "asterpay-mcp-server"
    }
  }
}

Available tools

Free (no payment required)

| 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 |

Market Data (paid via x402)

| 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 |

AI Tools (paid via x402)

| 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 |

Crypto Analytics (paid via x402)

| 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 |

Utilities (paid via x402)

| 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 |

Example prompts

  • "What's the current price of Ethereum?"
  • "How much EUR would I get for 1000 USDC?"
  • "Analyze the sentiment of this article about Bitcoin"
  • "Check if this token contract is safe: 0x..."
  • "Show me whale alerts on Base network"
  • "What are the trending cryptocurrencies right now?"

How x402 payments work

Paid endpoints return a 402 Payment Required response with payment details. To pay:

  1. Install x402 fetch: npm install @x402/fetch
  2. Configure a wallet with USDC on Base network
  3. The SDK handles payment automatically per API call

Free endpoints (settlement_estimate, discover_endpoints, token tiers) work without any wallet.

About AsterPay

AsterPay is the EUR settlement layer for AI agent commerce:

  • USDC → EUR via SEPA Instant in under 10 seconds
  • Listed in Coinbase x402 ecosystem — only EU EUR provider
  • MiCA-compliant via licensed European partners
  • ERC-8004 registered — Agent #16850 on Base
  • Certified on Arc Index — on-chain NFT verification

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

Guardrails

  • Never send more USDC than explicitly approved by the user
  • Always show the settlement estimate before initiating any conversion
  • Do not store or log wallet private keys
  • Respect x402 payment confirmations — do not retry failed payments without user consent

版本历史

共 1 个版本

  • v1.0.1 当前
    2026-05-12 05:44 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-intelligence

self-improving agent

pskoett
捕获经验教训、错误及修正内容,以实现持续改进。适用于以下场景:(1)命令或操作意外失败;(2)用户纠正Claude(如“不,那不对……”“实际上……”);(3)用户请求的功能不存在;(4)外部API或工具出现故障;(5)Claude发现自身
★ 4,075 📥 807,212
developer-tools

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 674 📥 325,109
ai-intelligence

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,374 📥 319,974