Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
RAPIDAPI_KEYYesYour RapidAPI key for accessing Horus Flow Intelligence API

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_crypto_flowA

Get real-time institutional orderflow signal for a cryptocurrency.

Returns live microstructure intelligence extracted from:
- Binance Level 2 Orderbook (bid/ask imbalance ratio)
- Aggressive Trade Feed (buy vs sell delta)

The response includes:
- signal: BUY_PRESSURE / SELL_PRESSURE / NEUTRAL
- confidence: 0.0 to 1.0 AI confidence score
- market_state: TRENDING_UP / TRENDING_DOWN / RANGE_BOUND / VOLATILE
- risk: LOW / MEDIUM / HIGH / EXTREME
- bid_ratio: orderbook bid imbalance (>1 = more bids than asks)
- buy_ratio: aggressive buy percentage (>0.7 = heavy buying)
- delta_5s: net volume delta over last 5 seconds

Args:
    symbol: Trading pair symbol (e.g., BTCUSDT, ETHUSDT, SOLUSDT)

Example usage:
    get_crypto_flow("BTCUSDT")
get_equity_flowA

Get real-time institutional orderflow signal for a US equity stock.

Returns live microstructure intelligence from Alpaca IEX feed:
- signal: BUY_PRESSURE / SELL_PRESSURE / NEUTRAL
- confidence: 0.0 to 1.0 AI confidence score
- market_state: TRENDING_UP / TRENDING_DOWN / RANGE_BOUND / VOLATILE
- risk: LOW / MEDIUM / HIGH / EXTREME
- bid_ratio: orderbook bid imbalance
- buy_ratio: aggressive buy percentage
- delta_5s: net volume delta over last 5 seconds

Note: US equity data is available during market hours (14:30-21:00 UTC).

Args:
    symbol: US stock ticker (e.g., AAPL, NVDA, TSLA, MSFT)

Example usage:
    get_equity_flow("NVDA")
scan_crypto_flowB

Scan multiple cryptocurrencies for orderflow signals simultaneously.

Useful for finding the strongest buy/sell pressure across
multiple assets at once. Returns a sorted summary.

Args:
    symbols: Comma-separated list of trading pairs
             (default: BTCUSDT,ETHUSDT,SOLUSDT,BNBUSDT,XRPUSDT)

Example usage:
    scan_crypto_flow("BTCUSDT,ETHUSDT,SOLUSDT")

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
get_api_infoInformation about the Horus Flow Intelligence system.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/horustechltd/horus-flow-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server