# DexScreener Pairs

Discover crypto trading pairs across supported chains on DexScreener. Fetch up-to-date pair details by chain and address, or list all pairs for a token. Speed up market research for pricing, liquidit…

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list catwhisperingninja/cat-dexscreener

# Get full schema for a tool
npx -y @smithery/cli@latest tool get catwhisperingninja/cat-dexscreener get_latest_token_profiles

# Call a tool
npx -y @smithery/cli@latest tool call catwhisperingninja/cat-dexscreener get_latest_token_profiles '{}'
```

## Direct MCP Connection

Endpoint: `https://cat-dexscreener--catwhisperingninja.run.tools`

**Optional config:**
- `apiKey` (query) — DexScreener API key

## Tools (7)

- `get_latest_token_profiles` — Get the latest token profiles
- `get_latest_boosted_tokens` — Get the latest boosted tokens
- `get_top_boosted_tokens` — Get tokens with most active boosts
- `get_token_orders` — Check orders paid for a specific token
- `get_pairs_by_chain_and_address` — Get one or multiple pairs by chain and pair address
- `get_pairs_by_token_addresses` — Get one or multiple pairs by token address (max 30)
- `search_pairs` — Search for pairs matching query

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get catwhisperingninja/cat-dexscreener <tool-name>
```

## Resources

- `dexscreener://docs/api` — DexScreener API Documentation
- `dexscreener://docs/memecoin-best-practices` — Memecoin Trading Best Practices

---

Source: https://github.com/catwhisperingninja/cat-dexscreener
