# mcp-test

Track real-time crypto prices, market caps, and trends across any asset. Analyze sentiment, open interest, ETF flows, and macro signals to gauge market conditions. Generate concise research briefs th…

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list luthfirizky777/mcp-test

# Get full schema for a tool
npx -y @smithery/cli@latest tool get luthfirizky777/mcp-test get_crypto_asset_info

# Call a tool
npx -y @smithery/cli@latest tool call luthfirizky777/mcp-test get_crypto_asset_info '{}'
```

## Direct MCP Connection

Endpoint: `https://mcp-test--luthfirizky777.run.tools`

## Tools (8)

- `get_crypto_asset_info` — Get real-time market information for ANY cryptocurrency from CoinGecko API.
- `get_market_data` — The purpose of this tool is to get data market from database
- `get_fng_rhodl_oi_vwfr` — The purpose of this tool is to generate information about FnG, RHODL, OI, AND VWFR of the token.
- `search_coins` — Search for cryptocurrencies by name or symbol to find their CoinGecko ID.
- `generate_article`
- `generate_etf_flow` — The purpose of this tool is to generate an analysis ETF Flow for the requested asset.
- `generate_ffr`
- `generate_fng_oi_vwfr_rhodl` — The purpose of this tool is to generate FnG, OI, VWFR and RHODL for specific token

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