tickertape

Analyzes Indian and US equities using Tickertape MCP tools for screening, sentiment, and governance audits.

Updated Sep 17, 2026
One-click install
npx skills add https://github.com/tanujkumar38/unified-mcp-gateway --skill tickertape-tanujkumar38
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tickertape
Source: https://github.com/tanujkumar38/unified-mcp-gateway/tree/main/.agents/skills/tickertape
Command: npx skills add https://github.com/tanujkumar38/unified-mcp-gateway --skill tickertape-tanujkumar38

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pyyaml, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve? This Skill removes the manual effort of researching Indian and US equities by orchestrating the Tickertape MCP Server to fetch fundamentals, live quotes, market sentiment, and shareholding data, then synthesizing them into structured due diligence and portfolio audit reports. ## Core Features & Use Cases - Market Mood Index Analysis: Retrieves the 0-100 MMI score and zone (Extreme Fear to Extreme Greed) with actionable playbooks for lump-sum buying, SIP accumulation, or profit booking. - End-to-End Stock Due Diligence: Resolves symbols via search, fetches P/E, P/B, RoE, and dividend yield, compares against industry benchmarks, and audits promoter pledge percentages as critical red flags. - Equity Screening & Portfolio Audits: Runs sector-based screeners with ready-made recipes (Quality Compounders, Deep Value, Dividend, GARP) and audits entire portfolios for governance risks. - Use Case: Ask whether it is a good time to buy TCS during a market crash, and the agent checks the MMI zone, TCS fundamentals, promoter pledge status, and 52-week drawdown before issuing a verdict. ## Quick Start Ask the agent to run a due diligence report on Reliance Industries including valuation, RoE, and promoter pledged shares.

Frequently Asked Questions about tickertape

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check the Market Mood Index before investing in Indian stocks?

Invoke the get_market_mood_index tool to retrieve a 0-100 sentiment score and zone. Scores below 30 indicate Extreme Fear suited for accumulation, while scores above 70 signal Extreme Greed where profit booking is advised.

How to run a stock due diligence report on Indian equities?

Resolve the company name with search_ticker to get its SID, then call get_stock_info for valuation ratios, get_shareholding_pattern for promoter pledge checks, and get_live_quotes for price action. Results are formatted using the stock due diligence template.

What promoter pledge percentage is a red flag in stock analysis?

A promoter pledge of 0% is clean, 5% to 20% is a moderate risk warning, and above 20% is a critical red flag. High pledging risks margin-call forced selling during sharp market declines.

Does this skill support US stocks and ETFs?

Yes, the get_us_market_quotes tool fetches live quotes for US tickers like AAPL, MSFT, NVDA, SPY, and QQQ. The get_etf_info tool provides AUM, expense ratio, and tracking error for ETFs, and get_forex_rates covers USDINR conversion.

Why does stock lookup fail for a company name?

Fundamental tools require a canonical Tickertape SID rather than a free-text name. Call search_ticker first to resolve the correct SID, and if the entity is an ETF, use get_etf_info instead of get_stock_info.

What are the limitations of the live quotes tool?

The get_live_quotes tool accepts a maximum of 30 symbols per call, so larger portfolios must be split into batches. When markets are closed, pricing falls back to the last close values.