Skip to main content
Glama
tickory

Tickory MCP Server

Official

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TICKORY_API_KEYYesScoped API key (tk_...)
TICKORY_API_BASE_URLYesTickory API base URL
TICKORY_TIMEOUT_SECONDSNoHTTP timeout for API requests15

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}

Tools

Functions exposed to the LLM to take actions

NameDescription
tickory_list_scansB

List scans visible to the API key owner.

tickory_get_scanA

Fetch one scan by ID.

tickory_create_scanC

Create a new user-owned scan.

tickory_update_scanB

Replace an existing user-owned scan. Pass the full desired scan state, including timeframe.

tickory_run_scanA

Run a scan immediately and return matching symbols with indicator values.

tickory_run_ad_hoc_scanA

Execute a one-off scan immediately without creating or modifying a saved scan.

tickory_describe_indicatorsA

Describe the CEL variables, guards, ranges, and example expressions available for Tickory scan rules.

tickory_list_alert_eventsB

List alert events for the API key owner.

tickory_get_alert_eventA

Fetch one alert event by ID.

tickory_explain_alert_eventA

Explain why an alert event triggered or was suppressed.

tickory_get_market_dataB

Get live price, indicators, and metadata for one or more symbols.

tickory_list_symbolsA

List tracked symbols with optional filters for exchange, contract type, and search query.

tickory_create_relay_sourceB

Create a TradingView relay source and return the webhook URL, source secret, and TradingView-ready payload template.

tickory_list_relay_sourcesA

List TradingView relay sources, optionally including direct-route summaries. Non-TradingView sources and legacy scan-backed routes are omitted.

tickory_add_relay_routeB

Add one direct relay destination to a TradingView source for telegram, webhook, discord, or email delivery.

tickory_list_relay_eventsB

List recent inbound relay events for one TradingView source with per-route summary status.

tickory_get_relay_traceB

Fetch the full lifecycle trace for one inbound TradingView relay event, including the stored payload and per-route outcomes.

tickory_replay_relay_eventA

Replay one failed route from a TradingView relay event trace when the downstream alert event is still replayable.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/tickory/tickory-mcp'

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