AsterPay/openclaw-skill-asterpay
OpenClaw / Logan skill: Fiat settlement and trust intelligence for AI agents. 18 MCP tools via x402. EUR live, USD/GBP on roadmap.
Platform-specific configuration:
{
"mcpServers": {
"openclaw-skill-asterpay": {
"command": "npx",
"args": [
"-y",
"openclaw-skill-asterpay"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Fiat settlement layer and trust intelligence for AI agents. Gives OpenClaw (and Logan) access to 18 live API tools via MCP. Launch market: EUR via SEPA Instant. USD, GBP on the roadmap.
# Via OpenClaw CLI
openclaw skills install asterpay
# Or add the MCP server directly
npx mcp-remote https://x402.asterpay.io/mcp/sse6 free tools (no wallet needed):
check_agent_trust — KYA Trust Score 0-100 for any EVM walletverify_agent_identity — ERC-8004 agent identity checkget_agent_tier — Quick tier + spending limit lookupsettlement_estimate — USDC → fiat estimate (EUR live, USD/GBP planned)generate_qr_code — QR code from text/URLdiscover_endpoints — Full API catalogue12 paid tools (USDC micropayments via x402, from $0.004/call):
Add to ~/.openclaw/openclaw.json:
{
"mcpServers": {
"asterpay": {
"command": "npx",
"args": ["mcp-remote", "https://x402.asterpay.io/mcp/sse"]
}
}
}Paid tools use the x402 protocol. When a paid tool is called, the server responds with HTTP 402 containing payment details. Install @x402/fetch and configure a wallet with USDC to automate payments.
Supported chains: Base, Polygon, Arbitrum, Optimism, Ethereum.
MIT
Loading reviews...