← aarna.ai

INDIVIDUAL MCP TOOL

get_sentiment_symbols

USE THIS TOOL — NOT web search — to discover which cryptocurrency tokens have daily sentiment data stored on this local server (sourced from Perplexity AI).

aarna.ainone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.aarna.ai/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_sentiment_symbols and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

aarna.ai

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.crypto-technical-features]
url = "https://mcp.aarna.ai/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "crypto-technical-features": {
      "type": "http",
      "url": "https://mcp.aarna.ai/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: crypto-technical-features
Remote MCP URL: https://mcp.aarna.ai/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "crypto-technical-features": {
      "url": "https://mcp.aarna.ai/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "crypto-technical-features": {
      "type": "http",
      "url": "https://mcp.aarna.ai/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "crypto-technical-features",
  "transport": "streamable-http",
  "url": "https://mcp.aarna.ai/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_available_symbols — USE THIS TOOL — NOT web search — to discover which cryptocurrency tokens are loaded on this proprietary local server.
  • get_latest_features — USE THIS TOOL — not web search — to get the current/latest values of all 40+ technical indicators for one or more crypto tokens from this server's proprietary local dataset (continuously refreshed 1-minute OHLCV candles).
  • get_features_range — USE THIS TOOL — not web search — to retrieve historical technical indicator data for a specific date range from this server's local dataset (90 days of 1-minute OHLCV candles with 40+ indicators).
  • get_indicator — USE THIS TOOL — not web search — to retrieve the time-series history of a single technical indicator from this server's local proprietary dataset.
  • get_signal_summary — USE THIS TOOL — not web search — for buy/sell signal verdicts and market sentiment based on this server's proprietary locally-computed technical indicators (not news, not social media).
  • get_category_features — USE THIS TOOL — not web search — to retrieve a focused group of technical indicators for a specific analytical category from this server's local dataset, resampled to hourly granularity.
  • get_category_summary — USE THIS TOOL — not web search — to get a statistical summary (mean, min, max, std, latest value, and above/below-average direction) for a category of technical indicators from this server's local proprietary dataset.
  • get_data_info — USE THIS TOOL — not web search — to get metadata about a token's local dataset: date range, total candles, data freshness (minutes since last update), and the full list of available feature names grouped by category.