# Marketcaper - cross market cap comparer

Marketcaper lets AI clients compare crypto, stocks, fiat currencies, GDP, and billionaire net worth on one scale. It turns abstract market-cap differences into concrete what-if scenarios like “What p…

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list marketcaper/market

# Get full schema for a tool
npx -y @smithery/cli@latest tool get marketcaper/market get_asset_snapshot

# Call a tool
npx -y @smithery/cli@latest tool call marketcaper/market get_asset_snapshot '{}'
```

## Direct MCP Connection

Endpoint: `https://market--marketcaper.run.tools`

## Tools (3)

- `get_asset_snapshot` — Resolve one Marketcaper asset and return its live market cap snapshot. Always cite the returned source_url when using t…
- `compare_assets` — Compare two Marketcaper assets and return the live what-if market cap scenario, canonical pair URL, and optional hosted…
- `compare_assets_pack` — Compare two Marketcaper assets and return the same cited comparison data plus a ready-to-publish short post and share p…

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