# AsterPay — EUR Settlement & Agent Trust API

EUR settlement layer for AI agents. Convert USDC/EURC to EUR via SEPA Instant.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add asterpay/mcp-server

# Browse available tools
npx -y @smithery/cli@latest tool list asterpay/mcp-server

# Get full schema for a tool
npx -y @smithery/cli@latest tool get asterpay/mcp-server check_agent_trust

# Call a tool
npx -y @smithery/cli@latest tool call asterpay/mcp-server check_agent_trust '{}'
```

## Direct MCP Connection

Endpoint: `https://mcp-server--asterpay.run.tools`

## Tools (4)

- `check_agent_trust` — Check KYA trust score (0-100) for any Ethereum wallet address. Returns trust score, tier, sanctions status, and identit…
- `get_trust_tier` — Get trust tier classification for a wallet. Returns: unknown, basic, verified, trusted, or enterprise. Free.
- `get_settlement_estimate` — Calculate how much EUR you get for a given USDC amount via SEPA Instant. Returns net EUR, fees, exchange rate, and esti…
- `discover_services` — List all available AsterPay API endpoints with pricing and descriptions. Free.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get asterpay/mcp-server <tool-name>
```
