# Crypto Price Quotes | By Onramp.Money

Get live crypto prices from Onramp.money and instantly see how much you can buy with your local currency. Select your country or currency to receive accurate buy quotes across supported networks. Com…

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list nimish/pricefetch

# Get full schema for a tool
npx -y @smithery/cli@latest tool get nimish/pricefetch cryptoPriceINR

# Call a tool
npx -y @smithery/cli@latest tool call nimish/pricefetch cryptoPriceINR '{}'
```

## Direct MCP Connection

Endpoint: `https://pricefetch--nimish.run.tools`

## Tools (1)

- `cryptoPriceINR` — Get live price of a cryptocurrency on onramp.money for ANY supported fiat and calculate how much crypto you can buy. IM…

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