Signal Ledger Financial Intelligence
Server Details
Paid bilingual MCP tools for evidence-linked SEC filing risk and finance-author track records.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- blf2097/stock-signal-ledger
- GitHub Stars
- 0
TDQS
Scored across 2 tools
The two tools address entirely distinct purposes: one analyzes financial reports for risk, while the other evaluates an author's prediction track record. There is no functional overlap or ambiguity between them.
Both tool names follow a clear snake_case verb_noun pattern: analyze_financial_report_risk and get_author_track_record. The naming style is consistent and predictable.
With only two tools, the server feels thin for a service branded as 'Financial Intelligence.' The tools are each substantive, but two is borderline and leaves the overall offering underpopulated.
The tool surface covers only two isolated paid lookups and lacks broader financial workflows such as filing retrieval, comparison, portfolio analysis, or monitoring. Significant gaps remain for any comprehensive financial intelligence use case.
Available Tools
2 toolsanalyze_financial_report_riskFinancial Report Risk Analysis / 财报风险体检ARead-onlyIdempotentInspect
Paid full audit ($0.25 USDC): analyze financial-statement risk, earnings quality, cash-flow anomalies, accounting red flags, debt pressure, governance issues and data quality. Supply report text, or provide a US stock symbol to retrieve an official SEC filing automatically. Returns evidence-linked, machine-readable risk findings. / 收费完整体检(0.25 USDC):识别财报风险、盈利质量、现金流异常、会计红旗、偿债压力、治理与数据质量问题;可提交原文,也可只提供美股代码自动获取 SEC 原始公告。
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | Optional explicit mode. It is inferred from report_text or symbol when omitted. | |
| period | No | latest, 2025/FY2025, 2025-Q4 or YYYY-MM-DD. | latest |
| symbol | No | US-listed ticker symbol, for example AAPL or BRK.B. The service fetches an official filing. | |
| company | No | Optional company name for text mode. | |
| report_text | No | Plain text from a financial statement, annual report, quarterly report, SEC 10-K, 10-Q or 8-K filing. | |
| report_type | No | Preferred filing/report type for symbol mode. | 10-K |
| source_context | No | Optional provenance metadata for caller-supplied text. |
Output Schema
| Name | Required | Description |
|---|---|---|
| ok | Yes | |
| mode | No | |
| tool | No | |
| error | No | |
| analysis | No | |
| scorecard | No | |
| request_id | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already establish readOnlyHint=true, idempotentHint=true, and destructiveHint=false, covering the safety profile. The description adds meaningful behavioral context beyond this: the tool is paid ($0.25 USDC), it automatically fetches SEC filings for symbol input, and it returns evidence-linked, machine-readable risk findings. There is no contradiction with annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is front-loaded with the most critical information (paid cost, purpose) and then efficiently covers input modes and output characteristics. The bilingual content doubles the length but is a deliberate localization choice rather than filler; each sentence in both languages carries meaning without redundancy within a language.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the rich schema with fully documented parameters and an explicit output schema, the description needs only to supply operational context. It covers cost, input options, automatic SEC retrieval, and the nature of the output (evidence-linked, machine-readable). No critical missing information prevents an agent from invoking the tool correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema provides descriptions for all 7 parameters (100% coverage), so the baseline is 3. The description reaffirms the two key input options (report_text and symbol) but does not add significant meaning beyond the schema's own guidance, which already states these modes. Other parameters (period, report_type, source_context, etc.) are fully documented in the schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description opens with a specific verb ('analyze') and a clear resource ('financial-statement risk'), then enumerates concrete risk dimensions (earnings quality, cash-flow anomalies, accounting red flags, debt pressure, governance, data quality). This leaves no ambiguity about what the tool does, and it is clearly distinct from the sibling get_author_track_record, which deals with author reputations rather than financial reports.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description explicitly states the two valid input modes: supply report text, or provide a US stock symbol to trigger automatic SEC filing retrieval. It gives clear context for how to use the tool, though it does not explicitly discuss 'when not to use' or compare alternatives. Since the only sibling is unrelated, this is not a significant gap.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_author_track_recordAuthor Track Record / 作者历史成绩ARead-onlyIdempotentInspect
Paid lookup ($0.02 USDC): return a financial author's or stock commentator's resolved prediction history, sample size, hit rate, Wilson confidence interval, coverage, breakdowns and freshness. Useful for creator credibility, investment-influencer reputation and due-diligence workflows. / 收费查询(0.02 USDC):返回财经作者或股票博主的历史观点成绩、命中率、样本量、置信区间、覆盖范围和数据新鲜度。
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Filter claims by stock, industry or broad-market scope. | all |
| handle | Yes | X/Twitter author handle, with or without @. | |
| window_days | No | Historical lookback window in days. |
Output Schema
| Name | Required | Description |
|---|---|---|
| ok | Yes | |
| mode | No | |
| tool | No | |
| error | No | |
| analysis | No | |
| scorecard | No | |
| request_id | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already mark it read-only and idempotent; the description adds useful behavioral details beyond those, notably the $0.02 USDC cost and that it returns resolved prediction history with sample size, hit rate, confidence interval, and freshness. No contradictions.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is compact, front-loads the key purpose and cost, and avoids fluff. The English and Chinese versions are consistent and appear in the same string without clutter.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
There is an output schema, and the three parameters are fully documented in the schema. The description adds useful context about cost and typical use cases. It does not need to explain return values, so nothing important is missing.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, and the description does not add parameter-level meaning beyond listing result metrics. The schema already documents handle, window_days, and type, so the baseline of 3 applies.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb (
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description gives clear context: it is for creator credibility, influencer reputation, and due-diligence workflows. It does not explicitly contrast with the sibling tool analyze_financial_report_risk or state exclusions, so it stops short of a perfect score.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections.
2 tool updates
- First observed
analyze_financial_report_risk - First observed
get_author_track_record
Related MCP Connectors
SEC & financial-data MCP: filings, financials, ownership, factors, fund letters, prompts.
Real SEC, 13F, insider, congress & macro data your AI agent can cite. Hosted MCP, 24 tools.
SEC filings, earnings transcripts, guidance signals & macro calendar for S&P 500. 11 MCP tools.
75 MCP tools: SEC financials, FRED economics, IRS 990, FDA, FX, UK Companies House.
Related MCP Servers
- FlicenseAqualityBmaintenanceEnables AI clients to retrieve SEC company profiles, filing listings, and structured XBRL financial statements via MCP tools.13-
- AlicenseNot gradedqualityBmaintenanceMCP server for analyzing SEC filings (10-K, 10-Q, 8-K) with industry-aware financial extraction and BERT-based NLP.1MIT
- AlicenseBqualityCmaintenanceProvides a suite of MCP tools for evidence-grounded investment research, including time-bounded search of reports and news, thesis verification against subsequent events, market response calculations, and generation of validated research briefs.9MIT
- AlicenseNot gradedqualityCmaintenanceHosted MCP server granting AI agents access to 20M+ SEC EDGAR filings, 100M+ exhibits, and comprehensive entity data through 49 tools, with support for raw documents, extracted sections, and structured JSON.151MIT