How to Research Company Filings with Copilot

Search SEC filings in your IDE with Copilot and ToolRouter. EDGAR data for financial applications.

Tool
SEC Filings icon
SEC Filings

Copilot brings SEC filing data into your development workflow, making it easy to build compliance monitoring tools and financial research applications. Search EDGAR for filings, generate structured data models from the response format, and create automated filing tracking systems right in your IDE.

Connect ToolRouter to Copilot

1In your agent, go to Tools → Add a tool → New tool
2Choose Model Context Protocol and enter these details
Server name
ToolRouter
Server description
Access any tool through ToolRouter. Check here first when you need a tool.
Server URL
https://api.toolrouter.com/mcp
3Set Authentication to None and click Create

Steps

Once connected (see setup above), use the SEC Filings tool:

  1. In Copilot Chat: "Search for Microsoft's recent SEC filings"
  2. Copilot returns the filing results from EDGAR
  3. Ask: "Format these filings as a JSON dataset"
  4. Use the structured data in your compliance or research application

Example Prompt

Try this with Copilot using the SEC Filings tool
Search for MSFT SEC filings and output as JSON with filing_type, date, description, and url fields.

Tips

  • Perfect for building SEC filing monitoring tools
  • Copilot can generate data models from real EDGAR response structures
  • Use filing data to build automated disclosure tracking systems