AI
Connect ChatGPT or Claude to Better EDGAR over the Model Context Protocol.
Sign in first. You need an account to authorize agents.
Sign in freePick your client
Each tab has the exact steps and copy-paste values for that client.
Add to ChatGPT
ChatGPT Business, Enterprise, or Edu (web only). First enable Developer Mode: Settings → Apps → Advanced Settings → toggle Developer mode. Then go to Settings → Apps → Create, paste the URL below, set Authentication to OAuth, and click Create. No key needed.
On Enterprise/Edu, an admin must first grant access via Permissions & Roles → Connected Data.
Server URL
https://better-edgar.com/mcp
MCP server reference
Same filings, packaged as tool calls. Streamable HTTP (JSON-RPC 2.0).
- Endpoint
https://better-edgar.com/mcp- Transport
- Streamable HTTP (POST JSON-RPC 2.0). Protocol version
2025-06-18. - Auth
- OAuth 2.1 with Dynamic Client Registration.
- Capabilities
tools/list,tools/call,prompts/list,prompts/get.
Tools
| Name | Summary |
|---|---|
| edgar_search_filings | Search EDGAR filings by issuer, form, topic, date, and saved watchlist. |
| edgar_search_news | Search AI-generated news items across filings. |
| edgar_search_issuers | Resolve a fuzzy ticker or name to a CIK. |
| edgar_get_insider_transactions | Search Form 4 insider transactions by issuer, owner, date, and trade type. |
| edgar_meta | Enum reference — forms, sectors, industries, exchanges (with q filter). |
| edgar_list_watchlists | List your watchlists. |
| edgar_get_watchlist | Fetch a watchlist and its member companies. |
| edgar_list_feeds | List your feeds. |
| edgar_get_feed_matches | Fetch the latest matches for a named feed. |
| edgar_get_filing | Retrieve a filing or one of its exhibits. |
| edgar_help | Concept reference — CIK, forms, pagination, rate limits, market cap, XBRL. |
Full tool schemas and examples are served via tools/list on the live endpoint. Every tool is
read-only; nothing mutates issuer data.