defeatbeta-analyst
Comprehensive financial analysis using 60+ data endpoints. Analyze company fundamentals, financial statements, valuation metrics, profitability ratios, growth trends, and industry comparisons. Use for: (1) fundamental analysis and DCF modeling, (2) financial statement analysis, (3) valuation and ratio analysis, (4) growth and profitability assessment, (5) industry benchmarking, or any deep financial research tasks.
Install
mkdir -p .claude/skills/defeatbeta-analyst && curl -L -o skill.zip "https://mcp.directory/api/skills/download/5684" && unzip -o skill.zip -d .claude/skills/defeatbeta-analyst && rm skill.zipInstalls to .claude/skills/defeatbeta-analyst
About this skill
Financial Analyst
Professional-grade financial analysis using historical market data and comprehensive financial metrics from the defeatbeta dataset.
Defaults
Unless the user specifies otherwise:
- Always call
get_latest_data_update_datefirst — this is "today" for all relative time queries - Default analysis: When given only a ticker (e.g.,
/defeatbeta-analyst AAPL), run Template 1: Quick Investment Screening - ROIC and Equity Multiplier: Not applicable to banks/financial institutions — check
sectorin profile first - Date format: "YYYY-MM-DD"
- Data limits: Price/valuation APIs return max 1000 rows — use date ranges for large datasets
Template Selection
Choose the template that best matches the user's request. Read analysis-templates.md for the full workflow of any template.
| User request | Template |
|---|---|
| Quick check / "should I look at this stock?" | T1: Quick Investment Screening |
| Full company deep-dive | T2: Full Fundamental Analysis |
| Overvalued / undervalued / P/E / P/B / DCF | T3: Valuation-Focused or T10: DCF Valuation |
| Revenue growth / earnings quality / ROIC | T4: Growth Quality Assessment |
| ROE decomposition / DuPont | T5: DuPont Analysis |
| Margin trends / vs peers | T6: Margin Analysis & Peer Comparison |
| Accruals / FCF quality / working capital | T7: Earnings Quality Assessment |
| Industry positioning | T8: Industry Positioning Analysis |
| Latest earnings release numbers | T9: Quarterly Earnings Analysis |
| "What did management report this quarter?" | T11: Extract Key Financial Data from Earnings Call |
| "What changed vs last quarter/year?" | T12: Financial Metric Changes from Earnings Call |
| "What is management's guidance/outlook?" | T13: Financial Metric Forecasts from Earnings Call |
| "What does this company do?" / business model | T14: Business Understanding |
| Revenue segments / geography breakdown | T15: Revenue Breakdown |
| Industry trends / tailwinds / headwinds | T16: Industry Context |
| Competitors / moat / pricing power | T17: Competitive Landscape |
| Balance sheet strength / debt / FCF quality | T18: Financial Quality |
| Risks / downside / what could go wrong | T19: Risks and Downside |
| Management track record / capital allocation | T20: Management and Execution |
| Bull case / bear case / scenarios | T21: Bull and Bear Scenarios |
| How to value / valuation assumptions | T22: Valuation Framework |
| Long-term thesis / why invest / must go right | T23: Long-Term Investment Thesis |
API Gotchas
REQUIRED: Before calling any API, read the relevant section in defeatbeta-api-reference.md to confirm the correct parameters and response schema.
- Fiscal periods: Earnings transcripts use fiscal periods (may differ from calendar) — specify both
fiscal_yearandfiscal_quarter - SEC filing access: Must use
sec_user_agentfield value as User-Agent header when accessing SEC URLs (SEC blocks without it)
Rendering Financial Statements
When displaying results from get_stock_*_income_statement, get_stock_*_balance_sheet, or get_stock_*_cash_flow, you MUST follow these rules. The response contains a statement array where each row has label, indent, is_section, and values fields.
Rules:
- Preserve row order — never reorder, skip, or merge rows
- Indent — prefix each label with
indent × 2spaces (indent=0→ no prefix,indent=1→ 2 spaces,indent=2→ 4 spaces, etc.) - is_section=true — render the label in bold; this row is a section header and the rows immediately below it (with
indent = this.indent + 1) are its children - is_section=false — render the label in normal weight
- values[i] corresponds to
periods[i];nullmeans data not available - Do NOT add calculated rows (e.g. margin %) that are not present in the data
Example — given these rows:
| label | indent | is_section |
|---|---|---|
| Total Revenue | 0 | true |
| Operating Revenue | 1 | false |
| Cost of Revenue | 0 | false |
| Operating Expense | 0 | true |
| SG&A | 1 | false |
| R&D | 1 | false |
Correct rendered output:
| Item | 2025Q4 | 2025Q3 |
|---|---|---|
| Total Revenue | 10,270 | 9,246 |
| Operating Revenue | 10,270 | 9,246 |
| Cost of Revenue | 4,693 | 4,466 |
| Operating Expense | 3,825 | 3,510 |
| SG&A | 1,198 | 1,069 |
| R&D | 2,330 | 2,139 |
Reference Documentation
Detailed step-by-step workflows (T1–T23) → analysis-templates.md
API parameters, response schemas, examples (60+ APIs) → defeatbeta-api-reference.md
You might also like
flutter-development
aj-geddes
Build beautiful cross-platform mobile apps with Flutter and Dart. Covers widgets, state management with Provider/BLoC, navigation, API integration, and material design.
drawio-diagrams-enhanced
jgtolentino
Create professional draw.io (diagrams.net) diagrams in XML format (.drawio files) with integrated PMP/PMBOK methodologies, extensive visual asset libraries, and industry-standard professional templates. Use this skill when users ask to create flowcharts, swimlane diagrams, cross-functional flowcharts, org charts, network diagrams, UML diagrams, BPMN, project management diagrams (WBS, Gantt, PERT, RACI), risk matrices, stakeholder maps, or any other visual diagram in draw.io format. This skill includes access to custom shape libraries for icons, clipart, and professional symbols.
godot
bfollington
This skill should be used when working on Godot Engine projects. It provides specialized knowledge of Godot's file formats (.gd, .tscn, .tres), architecture patterns (component-based, signal-driven, resource-based), common pitfalls, validation tools, code templates, and CLI workflows. The `godot` command is available for running the game, validating scripts, importing resources, and exporting builds. Use this skill for tasks involving Godot game development, debugging scene/resource files, implementing game systems, or creating new Godot components.
ui-ux-pro-max
nextlevelbuilder
"UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 8 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app, .html, .tsx, .vue, .svelte. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient."
nano-banana-pro
garg-aayush
Generate and edit images using Google's Nano Banana Pro (Gemini 3 Pro Image) API. Use when the user asks to generate, create, edit, modify, change, alter, or update images. Also use when user references an existing image file and asks to modify it in any way (e.g., "modify this image", "change the background", "replace X with Y"). Supports both text-to-image generation and image-to-image editing with configurable resolution (1K default, 2K, or 4K for high resolution). DO NOT read the image file first - use this skill directly with the --input-image parameter.
fastapi-templates
wshobson
Create production-ready FastAPI projects with async patterns, dependency injection, and comprehensive error handling. Use when building new FastAPI applications or setting up backend API projects.
Related MCP Servers
Browse all serversEmpower AI with the Exa MCP Server—an AI research tool for real-time web search, academic data, and smarter, up-to-date
AkTools MCP Server — comprehensive stock market data and crypto market data with price history, technical indicators, fi
Analyze lrcx stock in real-time with Investor Agent using yfinance and CNN data for portfolio and market sentiment insig
Access Usense Chinese Company Data for in-depth corporate, financial, and relationship insights—ideal for market researc
Access real-time NBA stats, including LeBron James statistics, Luka Doncic and Anthony Edwards stats, with live updates
Optimize your codebase for AI with Repomix—transform, compress, and secure repos for easier analysis with modern AI tool
Stay ahead of the MCP ecosystem
Get weekly updates on new skills and servers.