Provides deployment platform for hosting the Edgar MCP service with one-click deployment from GitHub repositories
🏛️ Edgar MCP Service
Model Context Protocol (MCP) Server for SEC EDGAR Database
Deep financial document analysis and content extraction service
🚀 Quick Deploy to Railway
One-Click Deployment:
- Fork this repository to your GitHub account
- Connect to Railway: Go to Railway → New Project → Deploy from GitHub repo
- Set environment variable:
SEC_API_USER_AGENT="Your Company/1.0 (your-email@example.com)"
- Get your service URL from Railway dashboard
- Done! Your MCP service is live
🎯 What This Service Provides
🔍 Universal Company Search
- Find ANY public company by name, ticker, or partial match
- Works with Apple, Netflix, small caps, recent IPOs, etc.
- No hardcoded company lists - truly universal
📄 Deep Document Analysis
- Business descriptions from 10-K Item 1
- Risk factors from 10-K Item 1A
- Financial statements with structured data
- Management discussion (MD&A) extraction
- Full-text search within any SEC filing
🔗 Advanced Filing Search
- Date range filtering: "filings between Jan-Mar 2024"
- Form type filtering: 10-K, 10-Q, 8-K, etc.
- Content search: "documents mentioning revenue recognition"
- Direct SEC EDGAR links for all results
📡 API Endpoints
Company Search
Response:
Advanced Filing Search
Content Extraction
🏗️ Architecture
This MCP service is designed to work with AI query engines:
Integration Example:
🛠️ Manual Deployment
Prerequisites
- Python 3.11+
- Railway account
- SEC compliance: proper User-Agent string
Local Development
Service runs at http://localhost:8001
Deploy to Railway
📋 Environment Variables
Variable | Required | Description | Example |
---|---|---|---|
SEC_API_USER_AGENT | ✅ | SEC API compliance identifier | "Crowe/EDGAR Query Engine 1.0 (brett.vantil@crowe.com)" |
PORT | ⚪ | Service port (auto-set by Railway) | 8001 |
🔒 SEC Compliance
This service is fully compliant with SEC EDGAR API requirements:
- ✅ Proper User-Agent identification
- ✅ Rate limiting respected
- ✅ Official SEC data sources only
- ✅ No data caching (always fresh)
🧪 Test Your Deployment
📞 Support
This MCP service enables powerful financial analysis applications by providing:
- 🎯 Universal access to any SEC-registered company
- 📊 Deep content extraction beyond basic metadata
- 🔍 Advanced search capabilities across all filings
- 🤖 AI-ready responses for natural language processing
Perfect for building financial analysis tools, compliance monitoring, and investment research platforms.
Powered by EdgarTools 📈
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Enables deep analysis of SEC EDGAR filings through universal company search, document content extraction, and advanced filing search capabilities. Provides AI-ready access to business descriptions, risk factors, financial statements, and full-text search across any public company's SEC documents.
Related MCP Servers
- -securityFlicense-qualityA server exposing intelligent tools for enhancing RAG applications with entity extraction, query refinement, and relevance checking capabilities.Last updated -26Python
- -securityFlicense-qualityA server that provides enterprise data services including company information, profiles, business details, shareholders, investments, branches, and key personnel through keyword search and specific queries.Last updated -4
- -securityAlicense-qualityA Server-Sent Events Model Context Protocol server that enables both remote and local connections to retrieve SEC filing data, company information, and financial facts from the SEC EDGAR database.Last updated -4PythonMIT License
- -securityAlicense-qualityProvides specialized AI-powered comprehensive research and analysis capabilities by integrating with advanced deep research agents, offering unlimited queries with no rate limits and faster performance than comparable services.Last updated -72940JavaScriptMIT License