SEC Visual Analysis MCP - Chart and Table AI avatar

SEC Visual Analysis MCP - Chart and Table AI

Pricing

Pay per event + usage

Go to Apify Store
SEC Visual Analysis MCP - Chart and Table AI

SEC Visual Analysis MCP - Chart and Table AI

Real MCP server for Claude Desktop. Analyzes charts, tables, and images in SEC EDGAR filings (10-K, 10-Q, 8-K) using local AI vision. Compare charts, extract table data, detect risk indicators, and summarize visual content. Connect directly from Claude Desktop via Standby URL.

Pricing

Pay per event + usage

Rating

0.0

(0)

Developer

daehwan kim

daehwan kim

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

8 days ago

Last modified

Share

SEC Visual Analysis MCP Server

Real MCP (Model Context Protocol) server for analyzing charts, tables, and images in SEC EDGAR filings. Connect directly from Claude Desktop, Cursor, or any MCP client.

Important Disclaimer

IMPORTANT LEGAL NOTICES:

This tool analyzes VISUAL CONTENT ONLY (charts, tables, images) from SEC filings. Key limitations:

  • Does NOT verify the accuracy or validity of source documents
  • Does NOT interpret management guidance, forward-looking statements, or narrative text
  • Does NOT provide investment recommendations or financial advice
  • NOT suitable for investment decisions without professional human review
  • NOT a substitute for professional financial analysis or due diligence

Before making any investment decisions based on analysis from this tool:

  1. Consult a licensed financial advisor or investment professional
  2. Review the complete original SEC filing documents
  3. Verify all data points with official sources
  4. Conduct independent due diligence

Data Source: SEC EDGAR (public domain, 17 U.S.C. § 105)


Connect from Claude Desktop

Add to your claude_desktop_config.json:

{
"mcpServers": {
"sec-visual-analysis": {
"url": "https://ntriqpro--sec-visual-analysis-mcp.apify.actor/mcp"
}
}
}

Restart Claude Desktop. The 5 tools will be available immediately.

5 Tools

ToolDescriptionInputPrice
analyze_chartInterpret charts/graphs from SEC filingsImage URL + optional context$0.20
extract_tableExtract structured data from table imagesImage URL$0.20
filing_summaryAnalyze key visual elements of filing pagesImage URL + filing type$0.25
compare_chartsCompare two charts side-by-sideTwo image URLs + optional metric$0.30
risk_indicatorsDetect visual risk signals in financial chartsImage URL$0.20

How It Works

This is a real MCP server using:

  • Apify Standby mode (always-on, no cold start)
  • Streamable HTTP transport (/mcp endpoint)
  • @modelcontextprotocol/sdk for protocol compliance

Unlike regular Apify actors that require API calls, this server speaks native MCP protocol — Claude Desktop connects directly.

Supported SEC Filings

  • 10-K — Annual reports
  • 10-Q — Quarterly reports
  • 8-K — Current reports
  • Other SEC EDGAR documents with visual content

Example Use Cases

User: "Analyze this revenue chart from AAPL's 10-K"
Tool: analyze_chart(imageUrl, "revenue chart from AAPL 10-K")
Result: Trend analysis, YoY changes, insights

2. Extract Financial Table Data

User: "Extract this balance sheet data"
Tool: extract_table(imageUrl)
Result: Structured JSON with rows/columns

3. Compare Quarterly Performance

User: "Compare Q2 vs Q3 earnings"
Tool: compare_charts(q2_imageUrl, q3_imageUrl, "quarterly earnings")
Result: Side-by-side comparison with trend analysis

4. Identify Risk Signals

User: "Check this chart for warning signs"
Tool: risk_indicators(imageUrl)
Result: Risk assessment (LOW/MEDIUM/HIGH/CRITICAL), anomalies, recommendations

5. Quick Page Summary

User: "What's on this filing page?"
Tool: filing_summary(imageUrl, "10-Q")
Result: Visual elements present, key metrics, summary

Data Sources

All chart/image analysis powered by local AI vision model (ntriq vision server). No external AI APIs. Zero privacy concerns.

Pricing

Pay per event. Only charged when a tool executes successfully. Platform usage (MCP protocol) is free.

Cost Breakdown

  • analyze_chart: $0.20
  • extract_table: $0.20
  • filing_summary: $0.25
  • compare_charts: $0.30
  • risk_indicators: $0.20

Technical Details

Vision API Integration

Calls https://vision.ntriq.co.kr/analyze/image with:

  • Image URL
  • Custom prompt (SEC/financial specialized)
  • Timeout: 120-180 seconds
  • Max tokens: 1500-3000 depending on tool

Tool Output Format

All tools return JSON with:

{
"status": "success|error",
"analysis": "text or structured data",
"processing_time_ms": 5000,
"model": "vision-model-version"
}

Limitations

  1. Image Quality — Results depend on clarity/resolution of input images
  2. Partially Obscured Content — Cannot analyze charts/tables that are cut off or unclear
  3. Text-Heavy Filings — Best for documents with significant visual content (charts, graphs, tables)
  4. Non-English Filings — Optimized for English-language SEC documents
  5. Complex Financial Instruments — May not accurately analyze highly specialized derivatives/complex products

Requirements

  • Claude Desktop (latest version recommended)
  • MCP client support
  • Internet connection to vision.ntriq.co.kr
  • Valid Apify API key for billing (if using on Apify Cloud)

Performance

  • Average response time: 5-15 seconds
  • Timeout: 120 seconds per analysis
  • Max concurrent requests: Limited by Apify container
  • Not Financial Advice — This tool does not provide financial or investment advice
  • User Responsibility — You are responsible for all decisions made based on this tool's output
  • Accuracy Not Guaranteed — Visual analysis may contain errors or misinterpretations
  • No Liability — The tool provider assumes no liability for decisions or losses based on analysis
  • SEC Data — All analyzed data comes from SEC EDGAR, which is public domain

Data Source: Securities and Exchange Commission, EDGAR Database License: Public domain (17 U.S.C. § 105)


Support

For issues:

  1. Verify image URL is publicly accessible
  2. Check image clarity and completeness
  3. Ensure filing type is correctly specified
  4. Review error message for specific failures

SEC Visual Analysis MCP Server v1.0 Built with Apify Standby Mode + Claude MCP SDK