HeronIntelligence Financial Intelligence — MCP server for AI assistants
Project description
Aura MCP
Aura Financial Intelligence — MCP server for AI assistants.
Connect Aura's financial research capabilities (earnings call transcripts, due diligence interviews, red flag analysis) directly to Claude, Cursor, or any MCP-compatible client.
Requirements
- An active Aura account with an API key
uvx(no other installation needed)
Installation
Claude Desktop
Add to ~/.claude/claude_desktop_config.json:
{
"mcpServers": {
"aura": {
"command": "uvx",
"args": ["--from", "HeronIntelligence-mcp", "heronintelligence-mcp"],
"env": {
"AURA_API_URL": "https://api.aura.com",
"AURA_API_KEY": "aura-key-xxxx"
}
}
}
}
Restart Claude Desktop. Aura will appear as an active tool.
Claude Code
claude mcp add heron \
--command uvx \
--args "--from HeronIntelligence-mcp heronintelligence-mcp" \
-e AURA_API_URL=https://api.aura.com \
-e AURA_API_KEY=aura-key-xxxx \
-s user
Cursor / Windsurf
Add to your MCP config:
{
"mcpServers": {
"aura": {
"command": "uvx",
"args": ["--from", "HeronIntelligence-mcp", "heronintelligence-mcp"],
"env": {
"AURA_API_URL": "https://api.aura.com",
"AURA_API_KEY": "aura-key-xxxx"
}
}
}
}
Available Tools
| Tool | Description |
|---|---|
search_company |
Find a company by name, ticker, or description |
get_recent_transcripts |
List transcripts for a company over the last N quarters |
analyze_red_flags |
Deep risk analysis with citations — powered by Aura's ReAct agent |
get_transcript_content |
Fetch full transcript content by ID |
Example Queries
Once connected, ask your AI assistant:
"What are the red flags for Rappi in the last 3 quarters?" "What is Nubank's management saying about churn this year?" "Compare the tone of Mercado Libre vs Kavak interviewees" "Executive summary of the last 3 earnings calls for {company}"
Environment Variables
| Variable | Description |
|---|---|
AURA_API_URL |
Base URL of the Aura API (provided by Aura) |
AURA_API_KEY |
Your Aura API key (from your account dashboard) |
License
Proprietary — requires an active Aura subscription.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file heronintelligence_mcp-0.1.0.tar.gz.
File metadata
- Download URL: heronintelligence_mcp-0.1.0.tar.gz
- Upload date:
- Size: 38.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.10.9 {"installer":{"name":"uv","version":"0.10.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c34d91e37f512fa24d24fc9d91de08b9eb336d306b247c27e1eca19abd685b11
|
|
| MD5 |
3d5a2e0218251283c60dc31cad335815
|
|
| BLAKE2b-256 |
59c3305e5b99946d0aded2290f160d903a4b556488eb2ec2cccbed2e9ff92940
|
File details
Details for the file heronintelligence_mcp-0.1.0-py3-none-any.whl.
File metadata
- Download URL: heronintelligence_mcp-0.1.0-py3-none-any.whl
- Upload date:
- Size: 9.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.10.9 {"installer":{"name":"uv","version":"0.10.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
de95629e85b0249475a0e7b25b1d44d222df61fe15f10d63a060a7ceddec6f9e
|
|
| MD5 |
9141361b7b366d1f1aa5590de1876625
|
|
| BLAKE2b-256 |
edacbd1fecdb851f5ce6cabcbdce877785d3e506401dbdb032d2409afec53c27
|