>
COMMANDS Global: GP Symbol: IBM FA
↑↓ Navigate Enter Open Esc Close ` Toggle

KlickAnalytics MCP

Connect Claude, ChatGPT, Cursor, or any MCP-capable client to KlickAnalytics.

One endpoint, 160+ commands. Through this single MCP server your AI assistant gets quotes, fundamentals, filings, transcripts, screeners, technicals and more — the same commands documented in the CLI commands documentation.

Universal access

Works with Claude Desktop, Claude Code, ChatGPT, Cursor, Continue, Cline and other MCP clients.

Agent-native

Standardized tool schema means agents discover and call KlickAnalytics tools automatically.

160+ commands

Every CLI command exposed as an MCP tool — quotes, financials, filings, transcripts, screeners, technicals.

Why teams use MCP
  • Let Claude, ChatGPT, and Cursor pull live KlickAnalytics data inline during chats.
  • Skip bespoke API integrations — the MCP standard handles tool discovery and auth.
  • Drive research, screeners, and filings from natural language prompts.
  • Plug KlickAnalytics into your own agents, workflows, and internal copilots.
  • One credential, one endpoint, every command.
Endpoint & Authentication

Use the MCP endpoint with the X-API-Key header.

MCP endpoint
https://api.klickanalytics.com/mcp
Auth header
X-API-Key: YOUR_API_KEY_HERE
Client configs

Click any block to copy. Replace YOUR_API_KEY_HERE with your real key.

Claude Desktop

Edit claude_desktop_config.json and add the entry below. Restart Claude Desktop. Requires Node 18+.

{ "mcpServers": { "KlickAnalytics": { "command": "npx", "args": [ "-y", "mcp-remote", "https://api.klickanalytics.com/mcp", "--header", "X-API-Key: YOUR_API_KEY_HERE" ] } } }
Claude Code (CLI)

Add the remote MCP server with one command, then verify with claude mcp list.

claude mcp add --transport http klickanalytics \ https://api.klickanalytics.com/mcp \ --header "X-API-Key: YOUR_API_KEY_HERE"
Cursor / Continue / Cline

Drop this into your client's MCP settings file.

{ "mcpServers": { "klickanalytics": { "command": "npx", "args": [ "-y", "mcp-remote", "https://api.klickanalytics.com/mcp", "--header", "X-API-Key: YOUR_API_KEY_HERE" ] } } }
Example prompts

A taste of what your assistant can do once KlickAnalytics MCP is connected. Click any prompt to copy it.

Quotes, prices & market data
Get the latest quote for AAPL and tell me how it compares to its 50-day moving average.
Show me MSFT's daily OHLCV for the last 3 months and flag any 2%+ gap days.
Which S&P 500 names are up more than 5% pre-market today?
Plot NVDA vs AMD year-to-date and report the relative return.
Fundamentals, valuation & DCF
Pull Tesla's income statement, balance sheet and cash flow for the last 8 quarters and summarize the trend.
What's Apple's P/E, EV/EBITDA and FCF yield compared to Microsoft and Google?
Run a DCF on META using a 9% WACC and 3% terminal growth, then sanity-check against current price.
Break down NVIDIA's revenue by segment for the last 4 quarters and highlight Data Center growth.
Earnings, transcripts & estimates
Pull NVDA's most recent earnings call transcript and summarize the guidance, key KPIs, and analyst Q&A.
Compare consensus EPS estimates vs actuals for AMZN over the last 8 quarters.
Find me three companies reporting next week with a history of beating top-line estimates.
Summarize the management tone across Microsoft's last 4 earnings calls.
SEC filings & document research
List all 8-Ks filed by Apple in the last 90 days with a one-line summary of each.
Pull the risk-factors section from MSFT's latest 10-K and tell me what's new vs last year.
Find the most recent insider Form 4 filings for NVDA and group by buy vs sell.
Screeners & discovery
Find US large-caps with FCF yield above 6%, net debt below zero, and rising gross margin year over year.
Screen for semiconductor stocks with revenue growth > 20% and operating margin > 25%.
Show me dividend aristocrats yielding above 3% with payout ratios under 60%.
Find SaaS companies trading below 6x forward sales with positive free cash flow.
Technicals, signals & backtests
Is AAPL overbought right now? Show me RSI, MACD, and the 50/200-day moving average state.
Find S&P 500 stocks with a fresh golden cross in the last 5 trading days.
Backtest a simple RSI-2 mean-reversion strategy on QQQ for the last 5 years and report Sharpe and max drawdown.
Detect bullish candle patterns on TSLA over the last 30 sessions.
Analyst coverage & price targets
List the most recent analyst upgrades and downgrades on NVDA and show the new vs old price targets.
What's the consensus 12-month price target on AMZN and how has it shifted in the last 90 days?
Who are the top-rated analysts covering Apple right now and what's their current view?
Compare buy/hold/sell ratings on the FAANG names side by side.
Insiders, holders & ownership
Show me the largest institutional buyers of NVDA in the last quarter.
Which ETFs hold the most TSLA and what's their combined weight?
Has any CFO or CEO bought stock in their own company in the last 30 days above $1M?
Track 13F changes for Berkshire Hathaway over the last 4 quarters.
Multi-step research workflows
Build me a one-page tear sheet for COST: profile, latest quote, key ratios, 5-year revenue/EPS trend, recent transcript highlights, and analyst view.
I'm researching AI infrastructure plays — compare NVDA, AVGO, MRVL, and AMD across growth, margins, valuation, and analyst sentiment.
Find 5 US mid-caps with accelerating earnings, expanding margins, and below-average forward P/E, then summarize their last earnings call.
Generate a daily morning brief: top movers, biggest analyst actions, fresh 8-Ks, and notable insider buys.
Troubleshooting
  • 406 Not Acceptable — client isn't negotiating SSE. Use an MCP-aware client or the mcp-remote bridge.
  • 401 / 403 — check your API key and that your plan includes the tool you're calling.
  • Connection check: curl -s https://api.klickanalytics.com/health should return status=ok.
API Credits
  • A PAID registered user can run 500 MCP/CLI commands per month.
More commands

Browse all 160+ commands, flags, and examples in the full CLI documentation. View full CLI docs

Market News ×
Loading news…