# Zerion API

Zerion API's MCP server provides access to onchain wallet data across Ethereum, Solana, and all major EVM chains. Add the server and prompt your AI agents about portfolios, token balances, DeFi posit…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add Zerion/zerion-api

# Browse available tools
npx -y smithery tool list Zerion/zerion-api

# Get full schema for a tool
npx -y smithery tool get Zerion/zerion-api list-endpoints

# Call a tool
npx -y smithery tool call Zerion/zerion-api list-endpoints '{}'
```

## Direct MCP Connection

Endpoint: `https://zerion-api--zerion.run.tools`

## Tools (4)

- `list-endpoints` — Lists all API paths and their HTTP methods with summaries, organized by path. Results can be passed directly into 'get-…
- `get-endpoint` — Gets detailed information about a specific API endpoint, including security schemes
- `search-endpoints` — Performs a deep search through paths, operations, and component schemas to discover relevant API endpoints. Use this to…
- `execute-request` — Executes an API request with given HAR

```bash
# Get full input/output schema for a tool
npx -y smithery tool get Zerion/zerion-api <tool-name>
```
