Tickory MCP Server
About
Scheduled scans across all Binance spot and perpetual pairs using CEL rules (RSI, volume, MAs, price action). Runs server-side 24/7, fires webhooks on match, with delivery proof and alert explainability.
Details
- Author
- tickory
- Categories
- Other, Developer Tools
Jump to
Setup
Install Tickory MCP Server in your MCP client (Claude Desktop, Cursor, Windsurf, and others).
Repository: https://github.com/tickory/tickory-mcp
Follow the installation instructions in the repository README, then restart your MCP client.
Real-time crypto scanner alerts, ad hoc scan execution, and TradingView relay routing, delivered straight to your AI agent.
Tickorymonitors Binance Futures markets using programmable CEL rules and TradingView relay routing. This MCP server lets any agent framework create scans, run saved or ad hoc scans, configure relay sources and routes, inspect relay traces, read alert events, and understandwhyalerts triggered — all through theModel Context Protocol.
You: "Create a scan that fires when RSI drops below 30 on any coin with volume over $100k" Agent (via tickory_create_scan): Done — scan "Oversold Bounce" created. You: "Run it now" Agent (via tickory_run_scan): 3 matches found: ETHUSDT, SOLUSDT, DOGEUSDT. You: "Why did ETH match?" Agent (via tickory_explain_alert_event): RSI-14 was 24.7, below your threshold of 30. Volume gate passed: $487k USDT > $100k minimum. CEL expression evaluated true.
You: "Set up a TradingView relay to my Telegram" Agent (via tickory_create_relay_source): Created source "Momentum Strategy". Webhook URL: https://api.tickory.app/api/webhooks/tradingview/src_123 Payload template includes your source secret and TradingView placeholders. Agent (via tickory_add_relay_route): Telegram relay route created. You: "Why didn't my last webhook alert send?" Agent (via tickory_list_relay_events): 1 recent event found for source src_123. Agent (via tickory_get_relay_trace): Route route_123 failed downstream with timeout. Agent (via tickory_replay_relay_event): Failed route queued for replay.
The npm package downloads the matching GitHub Release binary for macOS and Linux during install, sonpx @tickory/mcpworks without a separate build step.
go install github.com/tickory/tickory-mcp@latest
Download fromGitHub Releasesfor Linux and macOS (amd64/arm64).
git clone https://github.com/tickory/tickory-mcp.git cd tickory-mcp go build -o tickory-mcp .
- Get a Tickory accountattickory.app
- Create a scoped API keyin your dashboard under Settings > API Keys
- Configure the MCP server:
export TICKORY_API_BASE_URL=https://api.tickory.app export TICKORY_API_KEY=tk_xxxxxxxx_yyyyyyyyyyyyyyyyyyyyyyyy
Relay workflows require API keys with bothmanage_routingandread_events. Saved-scan and ad hoc scan execution both requiremanage_scans.
Add to yourclaude_desktop_config.json:
{ "mcpServers": { "tickory": { "command": "npx", "args": ["@tickory/mcp"], "env": { "TICKORY_API_BASE_URL": "https://api.tickory.app", "TICKORY_API_KEY": "tk_xxxxxxxx_yyyyyyyyyyyyyyyyyyyyyyyy" } } } }
{ "mcpServers": { "tickory": { "command": "npx", "args": ["@tickory/mcp"], "env": { "TICKORY_API_BASE_URL": "https://api.tickory.app", "TICKORY_API_KEY": "tk_xxxxxxxx_yyyyyyyyyyyyyyyyyyyyyyyy" } } } }
Point either tonpx @tickory/mcpor to the standalonetickory-mcpbinary with the environment variables above. The server uses stdio (newline-delimited JSON-RPC 2.0).
All tools returnschema_version: "v1"for contract stability.
tickory_run_scanexecutes an existing saved scan byscan_id.tickory_run_ad_hoc_scanexecutes a one-off expression and does not create or update a saved scan, so the returned run payload may have an emptyscan_id.
CLI flags (--api-base-url,--api-key,--timeout) override environment variables.
Upstream HTTP errors are mapped to deterministic MCP error codes:
Create keys with the minimum scopes needed. See thedeveloper docsfor details.
This server negotiates MCP protocol versions:2024-11-05,2025-03-26,2025-06-18,2025-11-05, and2025-11-25.
Chia Health MCP Server — Patient workflow integration for a licensed US telehealth platform. Browse GLP-1 medications (semaglutide, tirzepatide), peptide therapies (sermorelin, NAD+, glutathione), and longevity treatments. Check eligibility, complete intake, sign consents, and manage treatment plans. 30 tools, HIPAA-compliant. All prescriptions evaluated by licensed US healthcare providers and delivered from FDA-regulated pharmacies across 50 states + DC.
Broker + MCP server for last-bidder-wins games on Solana — agents register, auto-fund a Privy wallet, and bid via streamable HTTP
AI-powered no-code app builder with 17 MCP tools — create projects, generate pages from natural language, AI text/image generation (GPT, Claude, Gemini, 14+ models), page CRUD, workflow execution, publish & version control. SSE transport, API key auth.
An mcp server for your food ordering needs.
Agent-to-Agent handoff certification for multi-agent systems — validates context preservation, verifies agent capabilities before handoff, logs transfer chains, and ensures no data loss in agent orchestration.
Unified MCP & skill management gateway with progressive disclosure. Manages multiple MCP servers as Agent Apps, loading tool schemas on demand for 99% context token savings. Shared across Claude Code, Codex, OpenCode and more.
A collection of Model Context Protocol (MCP) servers for various tasks and integrations, supporting both Python and Node.js environments.
Open-souSecurely feeds real security refreshed rules into Cursor, Claude Code, and Windsurf — zero config, no API key.
Health intelligence MCP — access biomarkers, biological age, and personalized longevity action plans from your Aniva profile.
Real-time stock heatmaps and investment tools delivered as interactive React components.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





