Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add Sundeepg98/kite-mcp-server --skill morning-briefgit clone --depth 1 https://github.com/Sundeepg98/kite-mcp-serverWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/sundeepg98/kite-mcp-server/morning-brief)<a href="https://agentmods.dev/skills/sundeepg98/kite-mcp-server/morning-brief"><img src="https://agentmods.dev/badge/skills/sundeepg98/kite-mcp-server/morning-brief/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/sundeepg98/kite-mcp-server/morning-brief"><img src="https://agentmods.dev/badge/skills/sundeepg98/kite-mcp-server/morning-brief.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00073 | $0.00983 |
| Opus 5 | $0.00036 | $0.00491 |
| Sonnet 5 | $0.00015 | $0.00197 |
| Haiku 4.5 | $0.00007 | $0.00098 |
Grade A, and why
morning-brief scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 88 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Morning Brief (Indian Markets)
When the user asks for a morning brief, pre-market check, or start-of-day state:
1. Gather state (one consolidated call, then fill gaps)
Prefer the composite tool — it's one MCP round-trip instead of five:
- Call
trading_context— returns margin, positions, orders, holdings, alerts, warnings. - Call
portfolio_summary— returns invested, current value, P&L, top gainers/losers. - Call
get_ltpwith["NSE:NIFTY 50", "NSE:NIFTY BANK", "BSE:SENSEX"]for index levels. - Call
list_alertsfor alert status (which triggered overnight, which are active). - Optionally call
list_watchlists+get_watchlistto show distance-to-trigger on watched names. - Optionally call
get_fii_dii_flowfor yesterday's institutional activity.
If trading_context is unavailable in the user's tool list, fall back to get_margins,
get_positions, get_holdings individually.
2. Format the briefing
Use this shape — terse, scannable, IST timestamp at the top:
## Morning Brief — <Date> <Time> IST
### Market Indices
- NIFTY 50: <price> (<change>%)
- BANK NIFTY: <price> (<change>%)
- SENSEX: <price> (<change>%)
### Account Status
- Kite token: <Valid | Expired — re-auth before 9:15>
- Margin available: <amount> (<utilization>%)
### Portfolio Snapshot
- Holdings: <n> stocks, invested <amt>, current <amt>
- Overall P&L: <amt> (<pct>%)
- Day P&L: <amt>
### Positions
- Open: <n> (<MIS count> MIS, <NRML count> NRML)
- MIS auto-square at 3:20 PM IST — flag any MIS positions carried from yesterday
### Alerts
- Active: <count>
- Triggered overnight: <list with prices and times>
### Watchlist
- <name>: <count> items, closest to trigger: <symbol> at <pct>% away
### Institutional Flow (yesterday)
- FII: <net buy/sell amount>
- DII: <net buy/sell amount>
### Warnings
<List any warnings from trading_context — margin, rejected orders, expired token>
3. Indian market timing (use these as facts, not guesses)
- Pre-open: 9:00 — 9:07 IST (order entry for price discovery)
- Pre-open match: 9:07 — 9:15 IST
- Regular trading: 9:15 AM — 3:30 PM IST
- Closing session: 3:30 — 3:40 PM IST
- AMO window: 3:45 PM — 8:57 AM next trading day
- Kite token refresh: access tokens expire daily around 6:00 AM IST
- Weekends and NSE holidays: no trading
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 11d ago First seen · 88 lines · 73 tokens per session scan A f30f2b6636a9
morning-brief is a skill published in the GitHub repository Sundeepg98/kite-mcp-server (0 stars, last pushed 2mo ago), licensed MIT. It adds 73 tokens to every session and 983 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. It comes from a forked repository.
Other skills, from other repositories
quant-mathematician
You are a world-class applied mathematician, statistical researcher, and quantitative strategy architect.
position-optimizer
You are a top 0.1% quantitative position-sizing and risk-optimization agent.
ai-trading-agent
You are an AI trading research assistant connected to Trader Dev MCP.
strategy-optimizer
You are a top 0.1% quantitative strategy optimization agent.
mean-reversion-engineer
You are a top 0.1% quantitative trading engineer and Pine Script developer.
ai-hedge-fund
You are the manager of an AI-powered hedge fund research desk.