SEC Visual Analysis MCP - Chart and Table AI
Pricing
Pay per event + usage
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
Actor stats
0
Bookmarked
1
Total users
0
Monthly active users
8 days ago
Last modified
Categories
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:
- Consult a licensed financial advisor or investment professional
- Review the complete original SEC filing documents
- Verify all data points with official sources
- 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
| Tool | Description | Input | Price |
|---|---|---|---|
analyze_chart | Interpret charts/graphs from SEC filings | Image URL + optional context | $0.20 |
extract_table | Extract structured data from table images | Image URL | $0.20 |
filing_summary | Analyze key visual elements of filing pages | Image URL + filing type | $0.25 |
compare_charts | Compare two charts side-by-side | Two image URLs + optional metric | $0.30 |
risk_indicators | Detect visual risk signals in financial charts | Image URL | $0.20 |
How It Works
This is a real MCP server using:
- Apify Standby mode (always-on, no cold start)
- Streamable HTTP transport (
/mcpendpoint) @modelcontextprotocol/sdkfor 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
1. Analyze Revenue Trends
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.20extract_table: $0.20filing_summary: $0.25compare_charts: $0.30risk_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
- Image Quality — Results depend on clarity/resolution of input images
- Partially Obscured Content — Cannot analyze charts/tables that are cut off or unclear
- Text-Heavy Filings — Best for documents with significant visual content (charts, graphs, tables)
- Non-English Filings — Optimized for English-language SEC documents
- 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
Legal & Disclaimers
- 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:
- Verify image URL is publicly accessible
- Check image clarity and completeness
- Ensure filing type is correctly specified
- Review error message for specific failures
SEC Visual Analysis MCP Server v1.0 Built with Apify Standby Mode + Claude MCP SDK