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 the JSON block into your client's configuration file under mcpServers, then restart the application.
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." Name the company in the
question β every tool takes an issuer, and naming it is what makes the
answer scoped rather than a relevance-ranked sweep of every filer.
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.
Four REST endpoints β the same tools MCP exposes (full reference):
Name the company, then narrow. Pass issuer on every call and the answer
is scoped to that filer: fast and precise. Omit it and the call searches every
issuer at once β slower, relevance-ranked only, and the response carries a
quality_caveat. scope: "issuer" with no caveat is the only guarantee
you got a filtered answer, so read both fields.
And query is optional: omit it, pass an identifier plus form_type /
fiscal_year / section, and you get fetch mode β that filing's sections
in filing order, no ranking, mode: "fetch", tens of milliseconds. If you
already know which document you want, don't rank it.
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.
issuer: {company_name: "Sivers Semiconductors"} β or scope a whole market
with jurisdiction: ["SE"|"JP"|"KR"].order: "earliest" finds first
mentions) and the issuer's own fiscal_year + quarter.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 /v1/tools/* endpoints. Porting to Go,
Rust, Java, etc. is ~150 lines. Open a PR under clients/<lang>/. Whatever you
write, surface scope, quality_caveat, mode and each hit's body_offset:
a client that drops them leaves its users unable to tell a precise answer from
an approximate one. Response fixtures to test against live in
clients/fixtures/.
Apache-2.0 β see LICENSE.
No reviews yet β be the first to share how this listing worked for you.
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>