# PaladinFi Swap

**PaladinFi Swap** is a competitive multi-aggregator swap router for AI agents on Base (chainId 8453). Returns ready-to-execute calldata your agent's wallet signs and submits. Currently routes throug…

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list paladinfi/paladin-swap

# Get full schema for a tool
npx -y @smithery/cli@latest tool get paladinfi/paladin-swap swap_quote

# Call a tool
npx -y @smithery/cli@latest tool call paladinfi/paladin-swap swap_quote '{}'
```

## Direct MCP Connection

Endpoint: `https://paladin-swap--paladinfi.run.tools`

## Tools (2)

- `swap_quote` — Get a competitive multi-aggregator swap quote with ready-to-execute calldata. PaladinFi does not represent any returned…
- `swap_health` — Return the swap router's health + configuration (fee recipient, bps, supported chains).

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get paladinfi/paladin-swap <tool-name>
```
