Hybrid search over SEC filings, earnings transcripts, and a third-party data marketplace.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
Everything you need to connect Aether β the search engine built for agents, over SEC filings, earnings-call transcripts, and EU financial regulation β to your LLM, your IDE, or your own code.
Every result is a ready-to-cite evidence payload: the exact filed passage, an accession-numbered citation, the sec.gov / EUR-Lex link, and a confidence score. No filing, no answer β your agent stops inventing numbers.
MCP endpoint: https://api.aether.evidinvest.com/mcp Β· Auth: OAuth
(sign in when your client prompts β free account).
| Client | How | Guide |
|---|---|---|
| ChatGPT | Settings β Apps & Connectors β Developer mode β Create connector with the URL above | docs/chatgpt.md |
| Claude (web/Desktop) | Settings β Connectors β Add custom connector with the URL above | docs/mcp.md |
| Claude Code | claude mcp add --transport http aether https://api.aether.evidinvest.com/mcp | docs/mcp.md |
| Cursor | docs/cursor.md | |
| Cline / Continue / other stdio MCP | npx -y @evidinvest/aether-mcp in the client's MCP config | docs/mcp.md |
Then ask: "What does Apple's latest 10-K say about supply-chain risk? Quote the passage with the sec.gov link."
MCP gives the agent the tools; the skills/ directory teaches
it the craft β tool routing, citation discipline, point-in-time transcript
retrieval:
See skills/README.md for Claude Desktop / other
frameworks.
Three REST endpoints β the same tools MCP exposes (full reference):
docs/search.md β REST API reference: all three tools, params, response shape.docs/regulation_search.md β EU financial-regulation search deep-dive (29 acts), filters, curl.docs/mcp.md β connect any MCP client (remote URL or stdio), env overrides.docs/chatgpt.md β ChatGPT Developer Mode walkthrough.docs/cursor.md β Cursor one-click install.https://aether.evidinvest.com/developer/keys β anonymous calls work but are rate-limited; keys are free.
jurisdiction: ["SE"|"JP"|"KR"].order: "earliest" finds first
mentions).3 months free. Verify your email when you sign up and you're on the trial tier automatically β up to 5,000 API calls/hour on Aether's search tools, free for 3 months. No card required; it reverts to the free tier (100 calls/hour + paid credits) when the trial ends.
The TypeScript and Python clients are intentionally tiny β one bearer-token
fetch wrapper + typed shapes for the three /v1/tools/* endpoints. Porting
to Go, Rust, Java, etc. is ~150 lines. Open a PR under clients/<lang>/.
Apache-2.0 β see LICENSE.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/aether-developer)<a href="https://allmcps.com/mcp/aether-developer"><img src="https://allmcps.com/api/badge/aether-developer?style=directory" alt="Aether Developer on AllMCPs" /></a>