Add Aether partner-built plugin (SEC filings + earnings transcripts + EU regulation search)#257
Open
alberthaoh wants to merge 4 commits into
Open
Add Aether partner-built plugin (SEC filings + earnings transcripts + EU regulation search)#257alberthaoh wants to merge 4 commits into
alberthaoh wants to merge 4 commits into
Conversation
Agent-native search over SEC filings (10-K/10-Q/8-K), earnings-call transcripts, and a 29-act EU financial-regulation corpus — as-filed and citable, never analyst-adjusted — plus a third-party data marketplace. Registers the @evidinvest/aether-mcp server (11 live tools) and packages 4 commands and 3 skills, mirroring the lseg / spglobal partner layout. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
The earnings-transcript pipeline hasn't been built yet, so transcript_search returns no data. Removing it from the plugin's advertised surface (the /earnings-color command, the earnings-transcript-research skill, and all README/CONNECTORS/description/keyword references) so the plugin only exposes tools backed by real data: SEC filings (financial_search) and EU regulation (regulation_search). Re-add in a version bump once transcripts are populated. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This reverts commit 6823fd7.
The hosted MCP endpoint (https://api.aether.evidinvest.com/mcp) now enforces auth/quota like the REST surface, so point the plugin at it via type:http instead of the stdio npx wrapper. This works in both Cowork (which can't spawn local stdio servers) and Claude Code. Auth is OAuth device-code on connect, or anonymous (5/hr). Bump 0.1.0 -> 0.1.1. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds Aether as a partner-built plugin under
plugins/partner-built/aether, following thelseg/spgloballayout.Aether is an agent-native financial search engine. This plugin wires the
@evidinvest/aether-mcpserver into Claude and packages it into ready-to-use workflows. It returns as-filed, citable text — section title, filing URL, ticker, or regulation breadcrumb attached to every result — never analyst-adjusted figures.Corpus:
What's included
.claude-plugin/plugin.json,.mcp.json,README.md,CONNECTORS.md/sec-deep-dive,/earnings-color,/regulation-lookup,/supply-chain-exposuresec-filings-research,earnings-transcript-research,eu-regulation-research.claude-plugin/marketplace.jsonThe
CONNECTORS.mdtool reference was generated against the live server (v0.3.1), which advertises 11 tools:financial_search,transcript_search,regulation_search,list_partners,partner_search,partner_proxy_search, and 5seller_*marketplace tools.Auth
API key via
AETHER_API_KEY(verified accounts get a 3-month free trial), OAuth device-code, or anonymous (rate-limited).Transport note
The MCP server is distributed on npm and run via
npx(stdio), matching Aether's canonical client config. It works in Claude Code today; a hosted streamable-HTTP endpoint (to match the remote-HTTP pattern used by the other partner plugins, for Cowork) is on the roadmap and the.mcp.jsonwill switch totype: httpwhen it lands.Validation
python3 scripts/check.py→OK — 81 file(s) checked, 0 issues.🤖 Generated with Claude Code