aether developer for LangChain
io.github.evidinvest/aether-developer
Cited search over SEC filings, earnings transcripts and EU regulation, with fetch mode. 14 tools.
client:LangChain
transport:streamable-http
runtime:npm
tools:14
Install aether developer in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"aether-developer": {
"transport": "streamable_http",
"url": "https://aether.evidinvest.com/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs