Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add financial-reports/financial-reports-mcp-server --skill financial-filings-researchgit clone --depth 1 https://github.com/financial-reports/financial-reports-mcp-serverWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/financial-reports/financial-reports-mcp-server/financial-filings-research)<a href="https://agentmods.dev/skills/financial-reports/financial-reports-mcp-server/financial-filings-research"><img src="https://agentmods.dev/badge/skills/financial-reports/financial-reports-mcp-server/financial-filings-research/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/financial-reports/financial-reports-mcp-server/financial-filings-research"><img src="https://agentmods.dev/badge/skills/financial-reports/financial-reports-mcp-server/financial-filings-research.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00000 | $0.01879 |
| Opus 5 | $0.00000 | $0.00940 |
| Sonnet 5 | $0.00000 | $0.00376 |
| Haiku 4.5 | $0.00000 | $0.00188 |
Grade A, and why
financial-filings-research scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 170 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Financial Filings Research
Workflows for the FinancialReports MCP connector: company lookup, filings retrieval, financial comparison, industry screening.
The connector is the data layer. This skill is the workflow layer.
When to use
A named public company, a filing (10-K, 20-F, annual/quarterly report, insider transaction, ESG), a financial line item, or industry/peer screening.
Not for market data — prices, quotes, volumes are a different domain.
Tools
The connector exposes 16 research tools. Administrative, reference and
webhook-management endpoints are not part of the research surface — if you need
one, say so rather than substituting a tool that answers a different question.
Full parameters in references/tool-cheatsheet.md.
| Goal | Sequence |
|---|---|
| Find a company | companies_list (search) → companies_retrieve for detail |
| Resolve many identifiers | companies_resolve_create (batch; beats a loop) |
| ISIN → company | isins_retrieve; isins_list for dual listings |
| Get filings | filings_list → filings_retrieve → filings_markdown_retrieve |
| Search inside a filing | filings_markdown_search |
| Financials | companies_financials_retrieve |
| Next report due | companies_next_annual_report_retrieve |
| Filing types / ISIC / fetch strategy | get_fr_filing_type_taxonomy, get_fr_industry_classification_isic, get_fr_markdown_fetch_strategy |
| Industry screening | resolve a known peer → read its sub_industry_code → companies_list?sub_industry=… |
ISIC note: there is no isic_class parameter. Filter with
companies_list?sub_industry=<4-digit class code>.
Workflows
1. Resolve a company
ISIN → isins_retrieve. Name or ticker → companies_list?search=. If several
match, ask the user rather than picking — companies dual-list under different
ISINs. Then companies_retrieve for full metadata.
Don't paginate past page 2 hunting for a match; refine the search instead.
2. Retrieve and summarise a filing
What ships with it
1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 8d ago Changed · -18 lines 89dc152b3c07
- 12d ago First seen · 188 lines · 0 tokens per session scan A 6333b411b5c2
financial-filings-research is a skill published in the GitHub repository financial-reports/financial-reports-mcp-server (2 stars, last pushed yesterday), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,879 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
EdgarTools
Query and analyze SEC filings using EdgarTools.
surf
Surf (asksurf.ai) is RETIRED on BlockRun and the blockrunsurf tool was REMOVED in 0.49.0 — the gateway has answered every /v1/surf/ path with HTTP 410 endpointretired since 2026-09-06. Use this skill to route a former Surf question (on-chain SQL, wallet labels and net worth, CEX order books, social mindshare, news) to…
scanner-pmcc
Scan stocks for Poor Man's Covered Call (PMCC) suitability. Analyzes LEAPS and short call options for delta, liquidity, spread, IV, yield, trend direction, and earnings proximity. Use when user asks about PMCC candidates, diagonal spreads, or LEAPS strategies.
ib-collar
Generate tactical collar strategy reports for protecting PMCC positions through earnings or high-risk events. Requires TWS or IB Gateway running locally.
ib-portfolio-action-report
Generate a comprehensive portfolio action report with earnings dates and risk assessment. Use when user asks for portfolio review, action items, earnings risk, or position management across IB accounts. Requires TWS or IB Gateway running locally.
ib-trades-history
Fetch trade executions from Interactive Brokers filtered by account, date range, or symbol. Supports live API (7 days history) and FlexReport (full history). Use when user asks about their trades, executions, or transaction history. Requires TWS or IB Gateway running locally.