# aTars MCP by aarna

aTars MCP by aarna provides AI agents with structured access to crypto market signals, technical indicators, and sentiment analysis.

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list atars-MCP/aarnaai

# Get full schema for a tool
npx -y @smithery/cli@latest tool get atars-MCP/aarnaai get_available_symbols

# Call a tool
npx -y @smithery/cli@latest tool call atars-MCP/aarnaai get_available_symbols '{}'
```

## Direct MCP Connection

Endpoint: `https://aarnaai--atars-mcp.run.tools`

## Tools (18)

- `get_available_symbols`
- `get_latest_features`
- `get_features_range`
- `get_indicator`
- `get_signal_summary`
- `get_category_features`
- `get_category_summary`
- `get_data_info`
- `get_features_export`
- `get_feature_stats`
- `get_signal_history`
- `get_multi_indicator`
- `export_data`
- `get_sentiment_symbols`
- `get_latest_sentiment`
- `get_sentiment_history`
- `get_sentiment_trend`
- `get_sentiment_signal`

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