Tickory MCP Server
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TICKORY_API_KEY | Yes | Scoped API key (tk_...) | |
| TICKORY_API_BASE_URL | Yes | Tickory API base URL | |
| TICKORY_TIMEOUT_SECONDS | No | HTTP timeout for API requests | 15 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
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