funda-data
Enables querying of Funda AI financial data for in-depth analysis and research synthesis, providing real-time and structured financial insights.
Install this skill
or
74/100
Security score
The funda-data skill was audited on Jun 12, 2026 and we found 14 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 129
Access to .env file
SourceSKILL.md
| 129 | 2. `FUNDA_API_KEY` in `.env` in the current directory |
medium line 130
Access to .env file
SourceSKILL.md
| 130 | 3. `FUNDA_API_KEY` in `.env` at the git repo root (so a worktree inherits the key from the main checkout) |
low line 133
Access to .env file
SourceSKILL.md
| 133 | !`if [ -n "$FUNDA_API_KEY" ]; then echo "KEY_FROM_ENV_VAR"; elif [ -f .env ] && grep -qE "^FUNDA_API_KEY=" .env; then echo "KEY_FROM_LOCAL_DOTENV:$(pwd)/.env"; else GIT_COMMON=$(git rev-parse --path-f |
medium line 143
Access to .env file
SourceSKILL.md
| 143 | - `KEY_NOT_SET` — ask the user for their key. They can either `export FUNDA_API_KEY="..."` or add `FUNDA_API_KEY=...` to `.env` at the repo root (preferred for worktrees). |
low line 5
External URL reference
SourceSKILL.md
| 5 | https://funda.ai/api/mcp for analyst-grade research synthesis (DCF, |
low line 8
External URL reference
SourceSKILL.md
| 8 | the agent_chat tool — OR the REST API at https://api.funda.ai/v1 with |
low line 27
External URL reference
SourceSKILL.md
| 27 | | **MCP** `agent_chat` at `https://funda.ai/api/mcp` | Research, analysis, synthesis | OAuth (auto via `claude mcp add`) | Synthesized text with disclaimer | |
low line 28
External URL reference
SourceSKILL.md
| 28 | | **REST** `/v1/*` at `https://api.funda.ai` | Raw structured data | `FUNDA_API_KEY` Bearer | JSON | |
low line 30
External URL reference
SourceSKILL.md
| 30 | Both require an active [Funda AI](https://funda.ai) subscription. |
low line 70
External URL reference
SourceSKILL.md
| 70 | claude mcp add --transport http funda https://funda.ai/api/mcp |
low line 111
External URL reference
SourceSKILL.md
| 111 | - `_meta["funda.io/conversation_id"]` — UUID. The in-app history page is `https://funda.ai/agent-chat?c=<id>` (the `/agent-chat` route redirects to `/agent-chat-v2?c=<id>`). |
low line 115
External URL reference
SourceSKILL.md
| 115 | but the account isn't subscribed — direct the user to https://funda.ai |
low line 173
External URL reference
SourceSKILL.md
| 173 | "https://api.funda.ai/v1/<endpoint>?<params>" | python3 -m json.tool |
low line 189
External URL reference
SourceSKILL.md
| 189 | - For MCP responses, cite `https://funda.ai/agent-chat?c={conversation_id}` so the user can inspect the agent's full timeline. |
Scanned on Jun 12, 2026
View Security DashboardGitHub Stars 4
Rate this skill
Categoryfinance accounting
UpdatedJune 15, 2026
claude-codeapidatabasefinancial-analystmarket-research-analystdata-analystbusiness-developmentproduct-managerfinance accountingdata analyticssalesproduct
Undermybelt/hermes-skills