Skip to main content
Glama

Server Details

One MCP key: prices, fundamentals, SEC filings, insider/13F/congressional trades. 336 tools.

Glama couldn't complete the latest health check. If this server requires authentication, missing or expired test credentials may be the cause. A test profile lets Glama authenticate for health checks and discover tools; it is separate from your personal connections.

If you are the author, claim ownership, then add or update a test profile under Admin → Test Profile.

Status
Unhealthy
Uptime
80.4% over 36 days
OAuth
Not checked
Last Tested
Transport
Streamable HTTP · MCP 2025-06-18
URL
Repository
Hlobo-dev/tengu-mcp
GitHub Stars
0
Server Listing
tengu-firm

TDQS

A3.8/5.0

Scored across 12 tools

Disambiguation3/5

Several tools overlap: private_markets_company and private_markets_company_page both return a full company profile, and private_markets_company_deals duplicates the financing history already included in company. fundamentals_full also subsumes metrics_snapshot, though descriptions attempt to distinguish quick vs. full use.

Naming Consistency5/5

All names use snake_case with a consistent tengu_v3_ namespace and domain prefixes (fundamentals_, intel_, news_, private_markets_), making the set predictable and easy to parse.

Tool Count5/5

12 tools fit a broad financial-data server covering fundamentals, news, intel, and private markets; the count is well-scoped and not excessive for the domain.

Completeness3/5

The surface is broad but has notable gaps: historical price and per-period fundamentals are referenced but absent as tools, as are private-market investor/dossier/realtime endpoints, which could cause agent dead ends.

Available Tools

12 tools
tengu_v3_fundamentals_fullAInspect

One-shot fundamentals bundle for a ticker — metrics snapshot, TTM income, latest balance sheet and cash-flow, company facts, recent insider trades and top institutional holders, fetched in parallel. PRIMARY tool for 'give me the full fundamental picture of X' — call it instead of assembling the pieces one by one.

ParametersJSON Schema
NameRequiredDescriptionDefault
tickerYesPath parameter 'ticker' (required).

TDQS

A4.4/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description conveys that data is fetched in parallel and returned as a single bundle, listing the exact data categories. However, it does not explicitly state that this is a read-only operation with no side effects, nor does it disclose potential limitations like partial data availability for illiquid tickers. Still, the behavioral traits disclosed (parallel fetch, bundle composition) are useful and go beyond the name.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two sentences: the first enumerates the bundle contents and the parallel fetch behavior, the second delivers the primary-use directive. Every word earns its place, no filler, and the key information is front-loaded.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with one parameter and no output schema, the description covers the essential context: what data is included and when to use it. It could mention that the response is read-only or that some bundles may lack data for certain tickers, but given the simplicity and list of components, the description is nearly complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema already documents the single 'ticker' parameter (100% coverage), so the baseline is 3. The description only reiterates 'for a ticker' and adds no extra meaning about formatting (e.g., ticker symbol vs. company name), case sensitivity, or accepted exchanges. It essentially relies on the schema's minimal description.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific action ('One-shot fundamentals bundle for a ticker') and enumerates exact included components (metrics snapshot, TTM income, balance sheet, cash-flow, company facts, insider trades, institutional holders). It clearly distinguishes itself from sibling tools that fetch individual pieces, making the purpose unambiguous.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly identifies the primary use case: 'PRIMARY tool for "give me the full fundamental picture of X"' and instructs to call it instead of assembling pieces individually. This provides clear when-to-use guidance and implicitly excludes scenarios where only a specific data slice is needed.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

tengu_v3_fundamentals_metrics_snapshotAInspect

Latest financial-metrics snapshot for a ticker — a single TTM row of valuation and quality ratios. Call this for a quick 'what's the P/E, how profitable is X right now?' check; use fundamentals_metrics when the user needs the per-period history.

ParametersJSON Schema
NameRequiredDescriptionDefault
tickerYes

TDQS

A4.5/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries full burden for behavioral disclosure. It explains that the tool returns a 'single TTM row'—indicating a bounded, read-only result—and describes the content as 'valuation and quality ratios,' giving the agent a clear expectation of what to deliver. However, it omits potential edge cases like missing data or symbol validation, but these are not critical for such a simple read operation.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two concise sentences. The first sentence defines the tool's output clearly and the second provides usage and alternative. Every sentence earns its place with no fluff or repetition. Highly front-loaded with the essential information.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's simplicity—one parameter, no output schema, no annotations—the description is remarkably complete. It states the exact output structure ('a single TTM row'), the content type ('valuation and quality ratios'), and gives concrete examples ('P/E, profitability'), while also covering when to use it vs. the alternative. An agent can confidently select and invoke this tool based on this description alone.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema has one parameter 'ticker' with 0% description coverage, so the description must compensate. It does mention 'for a ticker' in the first sentence, which minimally clarifies the parameter's role, but it does not add format details (e.g., uppercase, exchange suffix) or constraints. For a single self-explanatory parameter, this is adequate but does not go beyond what the schema suggests.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose with a specific verb and resource: 'Latest financial-metrics snapshot for a ticker — a single TTM row of valuation and quality ratios.' It explicitly differentiates itself from the sibling tool 'fundamentals_metrics' by contrasting snapshot vs. per-period history, making it distinguishable.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides explicit when-to-use guidance: 'Call this for a quick "what's the P/E, how profitable is X right now?" check.' It also names the alternative tool to use for different needs: 'use fundamentals_metrics when the user needs the per-period history.' This fully meets the usage guideline criteria.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

tengu_v3_fundamentals_price_snapshotAInspect

Latest quote for one ticker — last trade plus the current daily bar. Call this when the user asks what the price is now or how the stock is moving today; for history use /fundamentals/prices. CRYPTO: pass asset_class=crypto for BTC/ETH/SOL/LTC/LINK etc. Several crypto symbols are ALSO US-listed equity tickers (BTC is a Grayscale trust at ~$29; LINK is Interlink Electronics), so a bare ticker returns the EQUITY. Never use an equity price for a crypto asset. Check is_stale before using the price.

ParametersJSON Schema
NameRequiredDescriptionDefault
tickerYes
asset_classNoequity

TDQS

A5/5.0
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries full transparency burden and succeeds. It discloses the critical ambiguity that several crypto symbols are also US-listed equity tickers, warns that a bare ticker returns the equity, and instructs the agent to 'Check is_stale before using the price'. These are substantial behavioral details not present in the schema.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is front-loaded with the core purpose and then flows into usage triggers, history alternative, crypto handling, and staleness check. Every sentence earns its place with high signal and no repetition or filler.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given no annotations and no output schema, this description is complete: it explains what the tool returns, when to use it, which alternative covers history, how to avoid the crypto/equity trap, and what to check before trusting the price. An agent has everything needed to select and invoke it correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, but the description compensates exceptionally. It explains the asset_class parameter with examples ('pass asset_class=crypto for BTC/ETH/SOL/LTC/LINK'), and clarifies the default equity behavior of bare tickers, adding crucial meaning to both ticker and asset_class beyond the raw enum/default.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens with 'Latest quote for one ticker — last trade plus the current daily bar', which clearly identifies the resource (one ticker), the action (quote), and the return content. It also distinguishes itself from history-related siblings by explicitly sending those requests to /fundamentals/prices.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It provides direct usage triggers: 'Call this when the user asks what the price is now or how the stock is moving today' and names the alternative for history. It also includes crypto-specific instructions, telling the agent to pass asset_class=crypto and never use an equity price for a crypto asset.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

tengu_v3_intel_congressAInspect

Congressional stock trades from two coverage sources — a realtime cross-ticker feed (provider=options_flow, default) or a bulk alternative-data feed (provider=alternative_data) — with an optional ticker filter. Call this when the user asks what Congress members have been buying or selling, market-wide or in a specific name.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNo
tickerNo
providerNooptions_flow

TDQS

A4.1/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden of behavioral disclosure. It adds useful context by distinguishing a 'realtime cross-ticker feed' from a 'bulk alternative-data feed' and noting the default provider. However, it does not discuss output format, pagination, data coverage limitations, or any potential side effects, leaving gaps for an agent to discover at runtime.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two sentences, with the main subject and scope front-loaded. Every clause adds value: data source, provider options, default, ticker filter, and explicit usage context. No fluff or redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool has no annotations and no output schema, the description reasonably covers purpose, usage, and two of three parameters. Yet it omits the meaning of 'limit' and does not describe the shape of the returned trade records (e.g., fields like date, amount, party), which would be useful for an agent to set expectations. It is adequate for selection but slightly incomplete for full invocation understanding.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has no property descriptions (0% coverage), so the description must compensate. It does so by explaining the provider parameter with its enum values ('options_flow' realtime, 'alternative_data' bulk) and by clarifying that ticker is an optional filter. However, the limit parameter is not explained in the description, leaving its purpose to be inferred from the schema's min/max/default values.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool returns congressional stock trades from two named coverage sources, with an optional ticker filter. It identifies the specific resource (congressional stock trades) and implicitly the function (retrieval), distinguishing it from sibling tools like tengu_v3_intel_politicians by focusing on trade transactions.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly says 'Call this when the user asks what Congress members have been buying or selling, market-wide or in a specific name.' This gives a clear trigger condition. However, it does not mention when not to use it or name alternative tools for related queries (e.g., political contribution data), so it lacks explicit exclusions or alternatives.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

tengu_v3_intel_sec13fAInspect

Recent 13F position snapshots (alternative-data, cross-fund/cross-ticker, last ~10k rows): fund, ticker, shares, value_usd, report_period — the institutional-ownership signal. Call this when the user asks 'which funds hold X?' or 'what does fund Y own?'; filter by ticker and/or fund (substring match).

ParametersJSON Schema
NameRequiredDescriptionDefault
fundNo
limitNo
tickerNo

TDQS

A4.4/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries the transparency burden. It discloses several key behaviors: returns recent snapshots, limits to roughly 10k rows, supports substring matching on ticker and fund, and provides alternative-data institutional ownership. It does not mention pagination or ordering, but that is a minor gap for a simple lookup tool.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two sentences, front-loaded with the core purpose and output fields, followed by a concrete use-case and filtering guidance. Every phrase adds value with no filler or restatement of the tool name.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Despite no output schema, the description compensates by listing returned fields and explaining row-cap and filtering semantics. It does not discuss how this tool relates to sibling sec13f tools or the exact behavior of the limit parameter, but the core query scenario is well covered and sufficiently complete for an agent to use it correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema has no parameter descriptions, so the description adds meaning by explaining that ticker and fund are filters with substring matching. While the limit parameter is not elaborated, its name and schema constraints (default 50, max 500) make it self-explanatory, and the description covers the two most behaviorally important filters.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly identifies the tool as retrieving recent 13F position snapshots and enumerates the output fields (fund, ticker, shares, value_usd, report_period). It differentiates from related tools by emphasizing 'cross-fund/cross-ticker' and 'last ~10k rows', and ties the purpose to concrete user queries like 'which funds hold X?' and 'what does fund Y own?'.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides explicit usage triggers with natural-language examples, making it clear when to invoke this tool. It does not explicitly name alternative tools such as sec13f_changes or sec13f_history, but the focus on 'recent snapshots' and 'cross-fund/cross-ticker' implicitly differentiates its scope.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

tengu_v3_market_universeCInspect

Cross-process shared warm-set catalog plus the dedicated US-equity producer heartbeat, research-universe count, capacity and effective readiness. Warm means requested, not provider-confirmed.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

C2.9/5.0
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The description adds one behavioral disclosure: 'Warm means requested, not provider-confirmed,' implying the data may be unconfirmed. However, with no annotations, it fails to state whether the operation is read-only, cached, or has side effects, and it does not explain the nature of the 'heartbeat' or 'readiness' metrics.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two sentences with no filler. The first sentence is dense with domain terms but efficient, and the second sentence clarifies a key concept. It is front-loaded and appropriately sized.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With no output schema and no annotations, the description is the sole guide. It lists the main data areas but leaves terms like 'capacity' and 'effective readiness' undefined, and it does not differentiate from adjacent status/universe tools. It is minimally adequate for a no-argument status tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

There are zero parameters, and the schema is empty, so the baseline is 4. The description correctly does not attempt to explain parameters that do not exist.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description identifies the tool as providing a 'warm-set catalog' plus producer heartbeat, research-universe count, capacity, and readiness, but it lacks an explicit action verb like 'get' or 'report.' It avoids being a tautology and is richer than the name alone, yet it does not clearly distinguish itself from sibling tools such as `tengu_v3_universe_scan` or `tengu_v3_stream_universe_status`.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is given on when to use this tool versus alternatives, and no use cases or exclusions are mentioned. The only additional sentence defines 'warm' but does not help with tool selection.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

tengu_v3_news_latestAInspect

DRILL-DOWN ONLY — never a first-round call and never alongside tengu_v3_news_summary (it already includes recent stories). Raw newswire headlines for one ticker over a lookback window (minutes param, default 60; 60s TTL) for when the summary's stories are insufficient or you need a tighter time window.

ParametersJSON Schema
NameRequiredDescriptionDefault
tickerNo
minutesNo

TDQS

A4.7/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries the transparency burden and adds valuable behavioral details: the tool has a 60s TTL, uses a minutes parameter defaulting to 60, and is meant only as a drill-down. It doesn't cover rate limits or output format, but for a read-only news fetch the disclosed constraints are sufficient.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single dense sentence that front-loads the critical warning 'DRILL-DOWN ONLY' and packs purpose, usage, parameters, default, and TTL without waste. Every clause earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Despite having no output schema and only two simple parameters, the description fully covers what the tool does, when to use it, how to use it (drill-down only), and operational specifics (TTL, default). It is complete for the tool's complexity level.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description compensates by explaining that 'one ticker' is the subject and 'minutes param' is a lookback window with a default of 60. It doesn't restate min/max (already in schema) and adds contextual meaning to both parameters.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool returns 'Raw newswire headlines for one ticker over a lookback window', which is a specific verb+resource. It also distinguishes itself by explicitly warning 'DRILL-DOWN ONLY — never a first-round call' and names the sibling tengu_v3_news_summary, so it is not confused with similar tools.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly states when to use the tool ('when the summary's stories are insufficient or you need a tighter time window') and when not to ('never a first-round call and never alongside tengu_v3_news_summary'). This is exceptional guidance with a named alternative.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

tengu_v3_news_summaryAInspect

One-shot news intelligence for a ticker: recent stories, sentiment stats, trending status, structured events, and analyst actions in a single parallel fetch (90s TTL). THE primary tool for 'what's the news on X?' — this ALONE answers most single-ticker news questions; do NOT stack other news tools in the same round unless it returns nothing useful.

ParametersJSON Schema
NameRequiredDescriptionDefault
tickerYesPath parameter 'ticker' (required).

TDQS

A4.5/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the transparency burden. It discloses that the tool performs a 'single parallel fetch', has a '90s TTL', and returns specific content categories. It also admits the possibility of returning 'nothing useful'. While it doesn't detail failure modes or rate limits, these disclosures add meaningful behavioral context for an agent.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two sentences and front-loaded with the core purpose. Every phrase earns its place: 'one-shot', content list, TTL, primary tool status, and the explicit warning against stacking tools. No wasted words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with one parameter, no output schema, and no annotations, the description fully covers what the tool returns (stories, sentiment, trending, events, analyst actions) and how to use it. It effectively resolves ambiguity among numerous sibling news tools, making it complete for an agent to select and invoke correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% for the single 'ticker' parameter, and the schema already describes it as a required path parameter. The description adds no additional format or usage detail, but none is needed given the parameter is self-explanatory and fully documented in the schema. Baseline 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's function with a specific verb and resource: 'One-shot news intelligence for a ticker'. It enumerates the content areas (recent stories, sentiment stats, trending status, structured events, analyst actions) and explicitly distinguishes it from siblings by calling it 'THE primary tool' for single-ticker news questions.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Guidelines are explicit: use this tool for 'what's the news on X?', and directly instructs the agent to not stack other news tools unless this one returns nothing useful. This provides clear when-to-use and when-not-to-use guidance, including a fallback condition.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

tengu_v3_private_markets_companyAInspect

FULL private-company profile by company_id: financials (revenue/EBITDA/EBIT/net income/EV/net debt), complete financing history (round size/valuation/date/type), classification, HQ/contact, parent hierarchy, and cikcode/ticker to join public data. Call it after resolving the id via search_suggest for the deep dive on one company.

ParametersJSON Schema
NameRequiredDescriptionDefault
companyidNoAlias for company_id (PitchBook companyid).
company_idYesPath parameter 'company_id' (required). Also accepts 'companyid'.

TDQS

A4.1/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the full behavioral burden. It discloses the data scope thoroughly and clearly implies a read-only profile lookup, but says nothing about auth, rate limits, or cost of the call. Given zero annotation support, this is good but not exhaustive.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The returned-data inventory is front-loaded and the routing hint follows, with no filler. It is dense but every clause adds usable information; a slightly tighter structure would earn a 5.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With no output schema, the description does the heavy lifting by enumerating returned fields (financials, financing history, classification, contacts, hierarchy, tickers), so an agent knows what it gets. It stops short of confirming read-only semantics and identity/type constraints on company_id, leaving a small gap.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so both companyid/company_id and the alias behavior are already documented in the schema. The description only restates 'by company_id' and adds no format, sourcing, or resolution detail beyond what the schema provides. Baseline 3.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

States a specific verb+resource ('FULL private-company profile by company_id') and enumerates exactly what the payload contains (financials, financing history, classification, HQ/contact, hierarchy, cikcode/ticker). This clearly distinguishes it from the search/list siblings that return lighter records.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly prescribes the workflow: resolve the id first via search_suggest, then call this for the 'deep dive on one company.' That gives an agent a clear when-to-use trigger. It only names one alternative and gives no explicit when-not guidance, so it stops short of a 5.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

tengu_v3_private_markets_company_dealsAInspect

Funding-round and M&A deal history for a private company (deal size, type, VC round, pre/post-money valuation), newest first. Call this when the user asks 'when did X last raise / at what valuation / who acquired it'; use /investors for who participated.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNo
companyidNoAlias for company_id (PitchBook companyid).
company_idYesPath parameter 'company_id' (required). Also accepts 'companyid'.

TDQS

A4.2/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations exist, so the description carries the full burden. It usefully discloses the newest-first ordering and the scope of returned data, but says nothing about permissions/auth, rate limits, or how pagination pairs with limit. Adequate but incomplete for a read tool with zero structured hints.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two sentences, front-loaded with the resource and data scope, then the routing rule. Zero filler; every clause earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With no output schema, the description correctly enumerates the return fields and ordering, which is what an agent needs to judge relevance. The only gap is behavior around limit/pagination, a minor omission for this simple 3-parameter lookup.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 67% and the schema itself documents company_id, its companyid alias, and limit bounds/defaults. The description adds no parameter detail at all — the listed fields (deal size, type, valuation) are outputs, not inputs — so it neither compensates for the coverage gap nor repeats the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

States a specific resource (private-company funding-round and M&A deal history) with the fields returned (deal size, type, VC round, pre/post-money valuation) and sort order, and explicitly contrasts itself with a sibling (/investors). An agent can distinguish this from tengu_v3_private_markets_company without opening a schema.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Gives explicit trigger phrasing ('when did X last raise / at what valuation / who acquired it') and names the alternative tool (/investors) with the condition that selects it ('who participated'). Nothing is left to inference.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

tengu_v3_private_markets_company_pageAInspect

The private-company DETAIL PAGE in ONE call, render-ready: identity + key facts + the valuation/revenue/headcount tapes + the financing-in-progress card + the team roster. Money ships as both a raw *_musd float and a formatted *_display string, every series is sorted ASCENDING for charting, and the hero valuation badge is computed server-side (never presented as an estimate unless it is one). Blocks degrade independently. Use this for a company PAGE; use /dossier for the analytical fan-out (investors/competitors/similar) and /realtime for live overlay.

ParametersJSON Schema
NameRequiredDescriptionDefault
tabNovaluation
teamNo
dealsNo
companyidNoAlias for company_id (PitchBook companyid).
company_idYesPath parameter 'company_id' (required). Also accepts 'companyid'.

TDQS

A3.6/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries the full burden and does well: money ships as both a raw '_musd' float and a formatted '_display' string, every series is sorted ASCENDING for charting, the hero valuation badge is computed server-side, and 'blocks degrade independently' signals partial-failure behavior. It omits auth/permission requirements and error semantics, but the disclosed traits go well beyond anything in the schema.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Dense but front-loaded: the payload contents come first, then data-format guarantees, then the routing rule. Every sentence conveys distinct information. The em-dash-heavy list is slightly expensive to parse but nothing is filler.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with no output schema, no annotations, and only 40% param coverage, the description does substantial work describing the returned blocks and their independent degradation. However, it leaves the tab/team/deals parameters unexplained, which is a meaningful omission for an agent choosing arguments.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is only 40% and the description never explains the five parameters. The 'tab' selector, the 'team' and 'deals' caps (defaults 60/200, max 500), and the company_id/companyid alias — which the schema does cover — receive no added meaning. Only 'team roster' obliquely hints at what 'team' controls. This is a real gap for a 5-param tool.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

States a specific verb+resource — 'The private-company DETAIL PAGE in ONE call' — and enumerates the concrete blocks returned (identity, key facts, tapes, financing-in-progress, team roster). It differentiates itself from the analytical fan-out and live overlay routes, though it names endpoint paths ('/dossier', '/realtime') rather than the sibling tool names, leaving a small mapping gap for the agent.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Gives an explicit use-this/not-that rule: 'Use this for a company PAGE; use /dossier for the analytical fan-out … and /realtime for live overlay.' That is clear routing guidance with alternatives named. It stops short of stating prerequisites or when the tool is a poor fit for a nonexistent company_id, and the alternatives are paths rather than tool identifiers.

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.

  1. 341 tool updates
    • Removedtengu_cache_stats
    • Removedtengu_copilot_decision_review
    • Removedtengu_copilot_live_ic_drift
    • Removedtengu_copilot_macro_regime
    • Removedtengu_copilot_score_ticker
    • Removedtengu_copilot_signal_health
    • Removedtengu_copilot_ticker_full
    • Removedtengu_copilot_ticker_smartmoney
    • Removedtengu_copilot_ticker_transparency
    • Removedtengu_copilot_top_picks
    • Removedtengu_copilot_track_record
    • Removedtengu_copilot_universe
    • Removedtengu_copilot_voter_ic_drift
    • Removedtengu_crypto
    • Removedtengu_crypto_overnight
    • Removedtengu_crypto_sitting
    • Removedtengu_crypto_universe
    • Removedtengu_equity_sitting
    • Removedtengu_insider_clusters
    • Removedtengu_logs
    • Removedtengu_macro
    • Removedtengu_ml_health
    • Removedtengu_ml_predict
    • Removedtengu_ml_top_picks
    • Removedtengu_ml_weights
    • Removedtengu_ml_weights_history
    • Removedtengu_ready
    • Removedtengu_regime
    • Removedtengu_research_knowledge
    • Removedtengu_snapshot
    • Removedtengu_status
    • Removedtengu_v2_alpha_discoveries
    • Removedtengu_v2_crash_scenarios
    • Removedtengu_v2_drift
    • Removedtengu_v2_factor_decay
    • Removedtengu_v2_feature_importance
    • Removedtengu_v2_intervals
    • Removedtengu_v2_regime_forecast
    • Removedtengu_v2_regime_history
    • Removedtengu_v2_research_datasets
    • Removedtengu_v2_research_read
    • Removedtengu_v2_short_interest
    • Removedtengu_v2_signal_correlation
    • Removedtengu_v2_strategy_evolution
    • Removedtengu_v2_stress
    • Removedtengu_v2_var
    • Removedtengu_v3_accounting_flags
    • Removedtengu_v3_accuracy
    • Removedtengu_v3_agent_latest
    • Removedtengu_v3_agent_status
    • Removedtengu_v3_agents_list
    • Removedtengu_v3_alerts_active
    • Removedtengu_v3_api_quotas
    • Removedtengu_v3_backtest_run_detail
    • Removedtengu_v3_backtest_runs
    • Removedtengu_v3_believability
    • Removedtengu_v3_briefing_daily
    • Removedtengu_v3_briefing_status
    • Removedtengu_v3_copilot_thesis_alerts
    • Removedtengu_v3_cost_estimate
    • Removedtengu_v3_credit
    • Removedtengu_v3_credit_bonds
    • Removedtengu_v3_credit_cds_history
    • Removedtengu_v3_credit_indices
    • Removedtengu_v3_credit_loans
    • Removedtengu_v3_credit_ratings
    • Removedtengu_v3_crypto_derivatives_basis
    • Removedtengu_v3_crypto_derivatives_funding
    • Removedtengu_v3_crypto_derivatives_open_interest
    • Removedtengu_v3_crypto_derivatives_vol_surface
    • Removedtengu_v3_crypto_events_announcements
    • Removedtengu_v3_crypto_events_headlines
    • Removedtengu_v3_crypto_onchain_flows
    • Removedtengu_v3_earnings_next
    • Removedtengu_v3_earnings_next_stream
    • Removedtengu_v3_events
    • Removedtengu_v3_events_types
    • Removedtengu_v3_factor_characteristic_history
    • Removedtengu_v3_factor_characteristics
    • Removedtengu_v3_factor_exposures
    • Removedtengu_v3_factor_predictors
    • Removedtengu_v3_features_catalogue
    • Removedtengu_v3_features_dataset
    • Removedtengu_v3_framework_list
    • Removedtengu_v3_fundamentals_ai_analyze
    • Removedtengu_v3_fundamentals_all
    • Removedtengu_v3_fundamentals_balance_sheets
    • Removedtengu_v3_fundamentals_cash_flow_statements
    • Removedtengu_v3_fundamentals_company_facts
    • Removedtengu_v3_fundamentals_company_full
    • Removedtengu_v3_fundamentals_companyfacts
    • Removedtengu_v3_fundamentals_dividends
    • Removedtengu_v3_fundamentals_earnings_press_releases
    • Removedtengu_v3_fundamentals_growth
    • Removedtengu_v3_fundamentals_historical
    • Removedtengu_v3_fundamentals_income_statements
    • Removedtengu_v3_fundamentals_insider_trades
    • Removedtengu_v3_fundamentals_institutional_ownership
    • Removedtengu_v3_fundamentals_metrics
    • Removedtengu_v3_fundamentals_news
    • Removedtengu_v3_fundamentals_peers
    • Removedtengu_v3_fundamentals_pit
    • Removedtengu_v3_fundamentals_pit_coverage
    • Removedtengu_v3_fundamentals_pit_vintages
    • Removedtengu_v3_fundamentals_prices
    • Removedtengu_v3_fundamentals_screener
    • Removedtengu_v3_fundamentals_screener_presets
    • Removedtengu_v3_fundamentals_search
    • Removedtengu_v3_fundamentals_sec_filings
    • Removedtengu_v3_fundamentals_segments
    • Removedtengu_v3_fundamentals_tickers
    • Removedtengu_v3_fundamentals_xbrl
    • Removedtengu_v3_funds_mutual_fund_ownership
    • Removedtengu_v3_governance
    • Removedtengu_v3_hedging
    • Removedtengu_v3_intel_analyst_consensus
    • Removedtengu_v3_intel_borrow_cost
    • Removedtengu_v3_intel_borrow_cost_history
    • Removedtengu_v3_intel_calendar_conference_calls
    • Removedtengu_v3_intel_calendar_economics
    • Removedtengu_v3_intel_calendar_ratings
    • Removedtengu_v3_intel_cftc_cot
    • Removedtengu_v3_intel_chart
    • Removedtengu_v3_intel_commodities
    • Removedtengu_v3_intel_corporate_donors
    • Removedtengu_v3_intel_darkpool_history
    • Removedtengu_v3_intel_darkpool_recent
    • Removedtengu_v3_intel_darkpool_ticker
    • Removedtengu_v3_intel_earnings_history
    • Removedtengu_v3_intel_etf_holdings
    • Removedtengu_v3_intel_etf_summary
    • Removedtengu_v3_intel_exec_compensation
    • Removedtengu_v3_intel_factor_importance
    • Removedtengu_v3_intel_gex
    • Removedtengu_v3_intel_gex_history
    • Removedtengu_v3_intel_gov_contracts
    • Removedtengu_v3_intel_gov_contracts_live
    • Removedtengu_v3_intel_insider_flow
    • Removedtengu_v3_intel_insider_flow_coverage
    • Removedtengu_v3_intel_insider_form144
    • Removedtengu_v3_intel_insider_trades
    • Removedtengu_v3_intel_insiders
    • Removedtengu_v3_intel_iv_analytics
    • Removedtengu_v3_intel_lobbying
    • Removedtengu_v3_intel_macro_snapshot
    • Removedtengu_v3_intel_max_pain
    • Removedtengu_v3_intel_ml_drivers
    • Removedtengu_v3_intel_ml_prediction
    • Removedtengu_v3_intel_model_calibration
    • Removedtengu_v3_intel_news_crypto
    • Removedtengu_v3_intel_news_headlines
    • Removedtengu_v3_intel_news_movers
    • Removedtengu_v3_intel_news_press_releases
    • Removedtengu_v3_intel_news_pro
    • Removedtengu_v3_intel_news_why_moving
    • Removedtengu_v3_intel_off_exchange
    • Removedtengu_v3_intel_options_chain
    • Removedtengu_v3_intel_options_flow
    • Removedtengu_v3_intel_options_flow_history
    • Removedtengu_v3_intel_options_flow_ticker
    • Removedtengu_v3_intel_options_volume
    • Removedtengu_v3_intel_patents
    • Removedtengu_v3_intel_pnl_attribution
    • Removedtengu_v3_intel_politicians
    • Removedtengu_v3_intel_risk_free_rate
    • Removedtengu_v3_intel_sec13f_changes
    • Removedtengu_v3_intel_sec13f_history
    • Removedtengu_v3_intel_short_interest
    • Removedtengu_v3_intel_short_interest_history
    • Removedtengu_v3_intel_street_estimates
    • Removedtengu_v3_intel_street_estimates_guidance
    • Removedtengu_v3_intel_street_estimates_history
    • Removedtengu_v3_intel_top_shareholders
    • Removedtengu_v3_intel_top_shareholders_coverage
    • Removedtengu_v3_intel_top_shareholders_current
    • Removedtengu_v3_intel_twitter
    • Removedtengu_v3_intel_vol_surface
    • Removedtengu_v3_intel_voter_attribution
    • Removedtengu_v3_intel_voter_coverage
    • Removedtengu_v3_intel_voter_ic_drift
    • Removedtengu_v3_intel_wsb
    • Removedtengu_v3_intel_yield_curve
    • Removedtengu_v3_kelly_uncertainty
    • Removedtengu_v3_lab_deployments
    • Removedtengu_v3_lab_strategies
    • Removedtengu_v3_macro_treasury_curve
    • Removedtengu_v3_market_events_catchup
    • Removedtengu_v3_memory_recall
    • Removedtengu_v3_memory_reflections
    • Removedtengu_v3_metrics
    • Removedtengu_v3_news_aggregated
    • Removedtengu_v3_news_alerts
    • Removedtengu_v3_news_all_tickers_sentiment
    • Removedtengu_v3_news_by_topic
    • Removedtengu_v3_news_category
    • Removedtengu_v3_news_crypto_all_tickers_sentiment
    • Removedtengu_v3_news_crypto_by_category
    • Removedtengu_v3_news_crypto_events
    • Removedtengu_v3_news_crypto_latest
    • Removedtengu_v3_news_crypto_market_sentiment
    • Removedtengu_v3_news_crypto_multi_ticker
    • Removedtengu_v3_news_crypto_sentiment_stats
    • Removedtengu_v3_news_crypto_summary
    • Removedtengu_v3_news_crypto_sundown
    • Removedtengu_v3_news_crypto_ticker_only
    • Removedtengu_v3_news_crypto_ticker_price
    • Removedtengu_v3_news_crypto_top_mentions
    • Removedtengu_v3_news_crypto_trending
    • Removedtengu_v3_news_crypto_whale_summary
    • Removedtengu_v3_news_crypto_whale_transactions
    • Removedtengu_v3_news_curated_events
    • Removedtengu_v3_news_event_by_id
    • Removedtengu_v3_news_events
    • Removedtengu_v3_news_forex_by_category
    • Removedtengu_v3_news_forex_economic_calendar
    • Removedtengu_v3_news_forex_events
    • Removedtengu_v3_news_forex_latest
    • Removedtengu_v3_news_forex_market_sentiment
    • Removedtengu_v3_news_forex_prices
    • Removedtengu_v3_news_forex_sentiment_stats
    • Removedtengu_v3_news_forex_summary
    • Removedtengu_v3_news_forex_sundown_digest
    • Removedtengu_v3_news_forex_top_mentions
    • Removedtengu_v3_news_forex_trending
    • Removedtengu_v3_news_market_sentiment
    • Removedtengu_v3_news_multi_ticker
    • Removedtengu_v3_news_ratings
    • Removedtengu_v3_news_sentiment_history
    • Removedtengu_v3_news_sentiment_stats
    • Removedtengu_v3_news_structured
    • Removedtengu_v3_news_sundown
    • Removedtengu_v3_news_ticker_news
    • Removedtengu_v3_news_ticker_only
    • Removedtengu_v3_news_top_mentions
    • Removedtengu_v3_news_trending
    • Removedtengu_v3_optimizer_latest
    • Removedtengu_v3_origin_insider_flow
    • Removedtengu_v3_origin_ipo_pipeline
    • Removedtengu_v3_origin_macro_pulse
    • Removedtengu_v3_origin_short_activity
    • Removedtengu_v3_origin_whale_holdings
    • Removedtengu_v3_portfolio_risk_parity_latest
    • Removedtengu_v3_position_monitor
    • Removedtengu_v3_prediction_tracker
    • Removedtengu_v3_prices_corporate_actions
    • Removedtengu_v3_prices_history
    • Removedtengu_v3_private_markets_aggregates
    • Removedtengu_v3_private_markets_companies
    • Changedtengu_v3_private_markets_company2 fields changed
      • changedInput schema / properties / company_id / description
        Previous value: -"Path parameter 'company_id' (required)."New value: +"Path parameter 'company_id' (required). Also accepts 'companyid'."
      • addedInput schema / properties / companyid
        Added value: +{
        +  "description": "Alias for company_id (PitchBook companyid).",
        +  "type": "string"
        +}
    • Removedtengu_v3_private_markets_company_comparables
    • Changedtengu_v3_private_markets_company_deals2 fields changed
      • changedInput schema / properties / company_id / description
        Previous value: -"Path parameter 'company_id' (required)."New value: +"Path parameter 'company_id' (required). Also accepts 'companyid'."
      • addedInput schema / properties / companyid
        Added value: +{
        +  "description": "Alias for company_id (PitchBook companyid).",
        +  "type": "string"
        +}
    • Removedtengu_v3_private_markets_company_dossier
    • Removedtengu_v3_private_markets_company_investors
    • Changedtengu_v3_private_markets_company_page2 fields changed
      • changedInput schema / properties / company_id / description
        Previous value: -"Path parameter 'company_id' (required)."New value: +"Path parameter 'company_id' (required). Also accepts 'companyid'."
      • addedInput schema / properties / companyid
        Added value: +{
        +  "description": "Alias for company_id (PitchBook companyid).",
        +  "type": "string"
        +}
    • Removedtengu_v3_private_markets_company_realtime
    • Removedtengu_v3_private_markets_company_relations
    • Removedtengu_v3_private_markets_company_syndicate
    • Removedtengu_v3_private_markets_company_valuation
    • Removedtengu_v3_private_markets_deal
    • Removedtengu_v3_private_markets_deal_relations
    • Removedtengu_v3_private_markets_fund
    • Removedtengu_v3_private_markets_fund_relations
    • Removedtengu_v3_private_markets_investor
    • Removedtengu_v3_private_markets_investor_relations
    • Removedtengu_v3_private_markets_limited_partner
    • Removedtengu_v3_private_markets_limited_partner_relations
    • Removedtengu_v3_private_markets_person
    • Removedtengu_v3_private_markets_person_relations
    • Removedtengu_v3_private_markets_relations
    • Removedtengu_v3_private_markets_search_suggest
    • Removedtengu_v3_private_markets_service_provider
    • Removedtengu_v3_private_markets_service_provider_relations
    • Removedtengu_v3_reference_batch
    • Removedtengu_v3_reference_coverage
    • Removedtengu_v3_reference_crosswalk
    • Removedtengu_v3_reference_history
    • Removedtengu_v3_reference_lookup
    • Removedtengu_v3_research_correlation_mesh
    • Removedtengu_v3_research_fetch_url
    • Removedtengu_v3_research_synthesis
    • Removedtengu_v3_research_web_search
    • Removedtengu_v3_research_x_sentiment
    • Removedtengu_v3_resolver_status
    • Removedtengu_v3_risk_portfolio_var
    • Removedtengu_v3_sec_filing_extract
    • Removedtengu_v3_self_healing
    • Removedtengu_v3_signals_cross_asset
    • Removedtengu_v3_signals_fusion
    • Removedtengu_v3_signals_mtf
    • Removedtengu_v3_signals_veto
    • Removedtengu_v3_skills_apex_equity
    • Removedtengu_v3_skills_ta_master
    • Removedtengu_v3_skills_trading_plan
    • Removedtengu_v3_slippage
    • Removedtengu_v3_smart_route
    • Removedtengu_v3_strategies_list
    • Removedtengu_v3_strategy_metrics
    • Removedtengu_v3_strategy_signals
    • Removedtengu_v3_stream_alerts
    • Removedtengu_v3_stream_bars
    • Removedtengu_v3_stream_decision_generator_status
    • Removedtengu_v3_stream_decisions
    • Removedtengu_v3_stream_events
    • Removedtengu_v3_stream_ingest_status
    • Removedtengu_v3_stream_market_events
    • Removedtengu_v3_stream_news
    • Removedtengu_v3_stream_news_publisher_status
    • Removedtengu_v3_stream_quotes
    • Removedtengu_v3_stream_realtime_guide
    • Removedtengu_v3_stream_signal_generator_status
    • Removedtengu_v3_stream_signals
    • Removedtengu_v3_stream_status
    • Removedtengu_v3_stream_tick_writer_status
    • Removedtengu_v3_stream_ticks
    • Removedtengu_v3_stream_universe_status
    • Removedtengu_v3_supply_chain_geo_revenue
    • Removedtengu_v3_supply_chain_relationships
    • Removedtengu_v3_supply_chain_revenue_dependence
    • Removedtengu_v3_system_health
    • Removedtengu_v3_tape_bars
    • Removedtengu_v3_tape_futures
    • Removedtengu_v3_tape_futures_curve
    • Removedtengu_v3_tape_index_bars
    • Removedtengu_v3_tape_microstructure
    • Removedtengu_v3_tape_options
    • Removedtengu_v3_tape_options_chain
    • Removedtengu_v3_thresholds
    • Removedtengu_v3_trade_setups
    • Removedtengu_v3_transcript_text
    • Removedtengu_v3_transcripts_list
    • Removedtengu_v3_transcripts_search
    • Removedtengu_v3_twap_plan
    • Removedtengu_v3_ultimate_decision
    • Removedtengu_v3_universe_scan
    • Removedtengu_v3_validation_trial_count
    • Removedtengu_v3_validation_trials
    • Removedtengu_v3_vwap_plan
    • Removedtengu_v3_workforce_layoff_screen
    • Removedtengu_v3_workforce_layoffs
    • Removedtengu_v3_workforce_momentum
    • Removedtengu_v3_workforce_momentum_screen
  2. 6 tool updates
    • Addedtengu_research_knowledge
    • Addedtengu_v3_agent_status
    • Addedtengu_v3_lab_deployments
    • Addedtengu_v3_lab_strategies
    • Addedtengu_v3_memory_recall
    • Addedtengu_v3_memory_reflections
  3. 6 tool updates
    • Removedtengu_research_knowledge
    • Removedtengu_v3_agent_status
    • Removedtengu_v3_lab_deployments
    • Removedtengu_v3_lab_strategies
    • Removedtengu_v3_memory_recall
    • Removedtengu_v3_memory_reflections
  4. 3 tool updates
    • Addedtengu_v3_private_markets_company_page
    • Addedtengu_v3_private_markets_company_syndicate
    • Addedtengu_v3_private_markets_company_valuation
  5. 3 tool updates
    • Addedtengu_v3_crypto_events_announcements
    • Addedtengu_v3_crypto_events_headlines
    • Addedtengu_v3_crypto_onchain_flows
  6. 4 tool updates
    • Addedtengu_v3_crypto_derivatives_basis
    • Addedtengu_v3_crypto_derivatives_funding
    • Addedtengu_v3_crypto_derivatives_open_interest
    • Addedtengu_v3_crypto_derivatives_vol_surface
  7. 1 tool update
    • Addedtengu_crypto_sitting
  8. 1 tool update
    • Changedtengu_crypto_universe4 fields changed
      • addedInput schema / properties / asset_class
        Added value: +{
        +  "default": "crypto",
        +  "enum": [
        +    "crypto"
        +  ],
        +  "type": "string"
        +}
      • removedInput schema / properties / limit / default
        Removed value: -50
      • changedInput schema / properties / limit / maximum
        Previous value: -200New value: +1000
      • addedInput schema / properties / offset
        Added value: +{
        +  "default": 0,
        +  "minimum": 0,
        +  "type": "integer"
        +}
  9. 1 tool update
    • Addedtengu_equity_sitting
  10. 1 tool update
    • Addedtengu_crypto_overnight
  11. 1 tool update
    • Changedtengu_v3_system_health1 field changed
      • changedInput schema / properties / freshness / default
        Previous value: -"off"New value: +"live"
  12. 9 tool updates
    • Addedtengu_crypto_universe
    • Changedtengu_v3_intel_darkpool_recent1 field changed
      • addedInput schema / properties / freshness
        Added value: +{
        +  "default": "off",
        +  "enum": [
        +    "off",
        +    "live",
        +    "strict"
        +  ],
        +  "type": "string"
        +}
    • Changedtengu_v3_intel_darkpool_ticker1 field changed
      • addedInput schema / properties / freshness
        Added value: +{
        +  "default": "off",
        +  "enum": [
        +    "off",
        +    "live",
        +    "strict"
        +  ],
        +  "type": "string"
        +}
    • Changedtengu_v3_intel_gex1 field changed
      • addedInput schema / properties / freshness
        Added value: +{
        +  "default": "off",
        +  "enum": [
        +    "off",
        +    "live",
        +    "strict"
        +  ],
        +  "type": "string"
        +}
    • Changedtengu_v3_intel_macro_snapshot1 field changed
      • addedInput schema / properties / freshness
        Added value: +{
        +  "default": "off",
        +  "enum": [
        +    "off",
        +    "live",
        +    "strict"
        +  ],
        +  "type": "string"
        +}
    • Changedtengu_v3_intel_off_exchange1 field changed
      • addedInput schema / properties / freshness
        Added value: +{
        +  "default": "off",
        +  "enum": [
        +    "off",
        +    "live",
        +    "strict"
        +  ],
        +  "type": "string"
        +}
    • Changedtengu_v3_intel_options_flow1 field changed
      • addedInput schema / properties / freshness
        Added value: +{
        +  "default": "off",
        +  "enum": [
        +    "off",
        +    "live",
        +    "strict"
        +  ],
        +  "type": "string"
        +}
    • Changedtengu_v3_intel_options_flow_ticker1 field changed
      • addedInput schema / properties / freshness
        Added value: +{
        +  "default": "off",
        +  "enum": [
        +    "off",
        +    "live",
        +    "strict"
        +  ],
        +  "type": "string"
        +}
    • Changedtengu_v3_system_health1 field changed
      • addedInput schema / properties / freshness
        Added value: +{
        +  "default": "off",
        +  "enum": [
        +    "off",
        +    "live",
        +    "strict"
        +  ],
        +  "type": "string"
        +}
  13. 336 tool updates
    • First observedtengu_cache_stats
    • First observedtengu_copilot_decision_review
    • First observedtengu_copilot_live_ic_drift
    • First observedtengu_copilot_macro_regime
    • First observedtengu_copilot_score_ticker
    • First observedtengu_copilot_signal_health
    • First observedtengu_copilot_ticker_full
    • First observedtengu_copilot_ticker_smartmoney
    • First observedtengu_copilot_ticker_transparency
    • First observedtengu_copilot_top_picks
    • First observedtengu_copilot_track_record
    • First observedtengu_copilot_universe
    • First observedtengu_copilot_voter_ic_drift
    • First observedtengu_crypto
    • First observedtengu_insider_clusters
    • First observedtengu_logs
    • First observedtengu_macro
    • First observedtengu_ml_health
    • First observedtengu_ml_predict
    • First observedtengu_ml_top_picks
    • First observedtengu_ml_weights
    • First observedtengu_ml_weights_history
    • First observedtengu_ready
    • First observedtengu_regime
    • First observedtengu_research_knowledge
    • First observedtengu_snapshot
    • First observedtengu_status
    • First observedtengu_v2_alpha_discoveries
    • First observedtengu_v2_crash_scenarios
    • First observedtengu_v2_drift
    • First observedtengu_v2_factor_decay
    • First observedtengu_v2_feature_importance
    • First observedtengu_v2_intervals
    • First observedtengu_v2_regime_forecast
    • First observedtengu_v2_regime_history
    • First observedtengu_v2_research_datasets
    • First observedtengu_v2_research_read
    • First observedtengu_v2_short_interest
    • First observedtengu_v2_signal_correlation
    • First observedtengu_v2_strategy_evolution
    • First observedtengu_v2_stress
    • First observedtengu_v2_var
    • First observedtengu_v3_accounting_flags
    • First observedtengu_v3_accuracy
    • First observedtengu_v3_agent_latest
    • First observedtengu_v3_agent_status
    • First observedtengu_v3_agents_list
    • First observedtengu_v3_alerts_active
    • First observedtengu_v3_api_quotas
    • First observedtengu_v3_backtest_run_detail
    • First observedtengu_v3_backtest_runs
    • First observedtengu_v3_believability
    • First observedtengu_v3_briefing_daily
    • First observedtengu_v3_briefing_status
    • First observedtengu_v3_copilot_thesis_alerts
    • First observedtengu_v3_cost_estimate
    • First observedtengu_v3_credit
    • First observedtengu_v3_credit_bonds
    • First observedtengu_v3_credit_cds_history
    • First observedtengu_v3_credit_indices
    • First observedtengu_v3_credit_loans
    • First observedtengu_v3_credit_ratings
    • First observedtengu_v3_earnings_next
    • First observedtengu_v3_earnings_next_stream
    • First observedtengu_v3_events
    • First observedtengu_v3_events_types
    • First observedtengu_v3_factor_characteristic_history
    • First observedtengu_v3_factor_characteristics
    • First observedtengu_v3_factor_exposures
    • First observedtengu_v3_factor_predictors
    • First observedtengu_v3_features_catalogue
    • First observedtengu_v3_features_dataset
    • First observedtengu_v3_framework_list
    • First observedtengu_v3_fundamentals_ai_analyze
    • First observedtengu_v3_fundamentals_all
    • First observedtengu_v3_fundamentals_balance_sheets
    • First observedtengu_v3_fundamentals_cash_flow_statements
    • First observedtengu_v3_fundamentals_company_facts
    • First observedtengu_v3_fundamentals_company_full
    • First observedtengu_v3_fundamentals_companyfacts
    • First observedtengu_v3_fundamentals_dividends
    • First observedtengu_v3_fundamentals_earnings_press_releases
    • First observedtengu_v3_fundamentals_full
    • First observedtengu_v3_fundamentals_growth
    • First observedtengu_v3_fundamentals_historical
    • First observedtengu_v3_fundamentals_income_statements
    • First observedtengu_v3_fundamentals_insider_trades
    • First observedtengu_v3_fundamentals_institutional_ownership
    • First observedtengu_v3_fundamentals_metrics
    • First observedtengu_v3_fundamentals_metrics_snapshot
    • First observedtengu_v3_fundamentals_news
    • First observedtengu_v3_fundamentals_peers
    • First observedtengu_v3_fundamentals_pit
    • First observedtengu_v3_fundamentals_pit_coverage
    • First observedtengu_v3_fundamentals_pit_vintages
    • First observedtengu_v3_fundamentals_price_snapshot
    • First observedtengu_v3_fundamentals_prices
    • First observedtengu_v3_fundamentals_screener
    • First observedtengu_v3_fundamentals_screener_presets
    • First observedtengu_v3_fundamentals_search
    • First observedtengu_v3_fundamentals_sec_filings
    • First observedtengu_v3_fundamentals_segments
    • First observedtengu_v3_fundamentals_tickers
    • First observedtengu_v3_fundamentals_xbrl
    • First observedtengu_v3_funds_mutual_fund_ownership
    • First observedtengu_v3_governance
    • First observedtengu_v3_hedging
    • First observedtengu_v3_intel_analyst_consensus
    • First observedtengu_v3_intel_borrow_cost
    • First observedtengu_v3_intel_borrow_cost_history
    • First observedtengu_v3_intel_calendar_conference_calls
    • First observedtengu_v3_intel_calendar_economics
    • First observedtengu_v3_intel_calendar_ratings
    • First observedtengu_v3_intel_cftc_cot
    • First observedtengu_v3_intel_chart
    • First observedtengu_v3_intel_commodities
    • First observedtengu_v3_intel_congress
    • First observedtengu_v3_intel_corporate_donors
    • First observedtengu_v3_intel_darkpool_history
    • First observedtengu_v3_intel_darkpool_recent
    • First observedtengu_v3_intel_darkpool_ticker
    • First observedtengu_v3_intel_earnings_history
    • First observedtengu_v3_intel_etf_holdings
    • First observedtengu_v3_intel_etf_summary
    • First observedtengu_v3_intel_exec_compensation
    • First observedtengu_v3_intel_factor_importance
    • First observedtengu_v3_intel_gex
    • First observedtengu_v3_intel_gex_history
    • First observedtengu_v3_intel_gov_contracts
    • First observedtengu_v3_intel_gov_contracts_live
    • First observedtengu_v3_intel_insider_flow
    • First observedtengu_v3_intel_insider_flow_coverage
    • First observedtengu_v3_intel_insider_form144
    • First observedtengu_v3_intel_insider_trades
    • First observedtengu_v3_intel_insiders
    • First observedtengu_v3_intel_iv_analytics
    • First observedtengu_v3_intel_lobbying
    • First observedtengu_v3_intel_macro_snapshot
    • First observedtengu_v3_intel_max_pain
    • First observedtengu_v3_intel_ml_drivers
    • First observedtengu_v3_intel_ml_prediction
    • First observedtengu_v3_intel_model_calibration
    • First observedtengu_v3_intel_news_crypto
    • First observedtengu_v3_intel_news_headlines
    • First observedtengu_v3_intel_news_movers
    • First observedtengu_v3_intel_news_press_releases
    • First observedtengu_v3_intel_news_pro
    • First observedtengu_v3_intel_news_why_moving
    • First observedtengu_v3_intel_off_exchange
    • First observedtengu_v3_intel_options_chain
    • First observedtengu_v3_intel_options_flow
    • First observedtengu_v3_intel_options_flow_history
    • First observedtengu_v3_intel_options_flow_ticker
    • First observedtengu_v3_intel_options_volume
    • First observedtengu_v3_intel_patents
    • First observedtengu_v3_intel_pnl_attribution
    • First observedtengu_v3_intel_politicians
    • First observedtengu_v3_intel_risk_free_rate
    • First observedtengu_v3_intel_sec13f
    • First observedtengu_v3_intel_sec13f_changes
    • First observedtengu_v3_intel_sec13f_history
    • First observedtengu_v3_intel_short_interest
    • First observedtengu_v3_intel_short_interest_history
    • First observedtengu_v3_intel_street_estimates
    • First observedtengu_v3_intel_street_estimates_guidance
    • First observedtengu_v3_intel_street_estimates_history
    • First observedtengu_v3_intel_top_shareholders
    • First observedtengu_v3_intel_top_shareholders_coverage
    • First observedtengu_v3_intel_top_shareholders_current
    • First observedtengu_v3_intel_twitter
    • First observedtengu_v3_intel_vol_surface
    • First observedtengu_v3_intel_voter_attribution
    • First observedtengu_v3_intel_voter_coverage
    • First observedtengu_v3_intel_voter_ic_drift
    • First observedtengu_v3_intel_wsb
    • First observedtengu_v3_intel_yield_curve
    • First observedtengu_v3_kelly_uncertainty
    • First observedtengu_v3_lab_deployments
    • First observedtengu_v3_lab_strategies
    • First observedtengu_v3_macro_treasury_curve
    • First observedtengu_v3_market_events_catchup
    • First observedtengu_v3_market_universe
    • First observedtengu_v3_memory_recall
    • First observedtengu_v3_memory_reflections
    • First observedtengu_v3_metrics
    • First observedtengu_v3_news_aggregated
    • First observedtengu_v3_news_alerts
    • First observedtengu_v3_news_all_tickers_sentiment
    • First observedtengu_v3_news_by_topic
    • First observedtengu_v3_news_category
    • First observedtengu_v3_news_crypto_all_tickers_sentiment
    • First observedtengu_v3_news_crypto_by_category
    • First observedtengu_v3_news_crypto_events
    • First observedtengu_v3_news_crypto_latest
    • First observedtengu_v3_news_crypto_market_sentiment
    • First observedtengu_v3_news_crypto_multi_ticker
    • First observedtengu_v3_news_crypto_sentiment_stats
    • First observedtengu_v3_news_crypto_summary
    • First observedtengu_v3_news_crypto_sundown
    • First observedtengu_v3_news_crypto_ticker_only
    • First observedtengu_v3_news_crypto_ticker_price
    • First observedtengu_v3_news_crypto_top_mentions
    • First observedtengu_v3_news_crypto_trending
    • First observedtengu_v3_news_crypto_whale_summary
    • First observedtengu_v3_news_crypto_whale_transactions
    • First observedtengu_v3_news_curated_events
    • First observedtengu_v3_news_event_by_id
    • First observedtengu_v3_news_events
    • First observedtengu_v3_news_forex_by_category
    • First observedtengu_v3_news_forex_economic_calendar
    • First observedtengu_v3_news_forex_events
    • First observedtengu_v3_news_forex_latest
    • First observedtengu_v3_news_forex_market_sentiment
    • First observedtengu_v3_news_forex_prices
    • First observedtengu_v3_news_forex_sentiment_stats
    • First observedtengu_v3_news_forex_summary
    • First observedtengu_v3_news_forex_sundown_digest
    • First observedtengu_v3_news_forex_top_mentions
    • First observedtengu_v3_news_forex_trending
    • First observedtengu_v3_news_latest
    • First observedtengu_v3_news_market_sentiment
    • First observedtengu_v3_news_multi_ticker
    • First observedtengu_v3_news_ratings
    • First observedtengu_v3_news_sentiment_history
    • First observedtengu_v3_news_sentiment_stats
    • First observedtengu_v3_news_structured
    • First observedtengu_v3_news_summary
    • First observedtengu_v3_news_sundown
    • First observedtengu_v3_news_ticker_news
    • First observedtengu_v3_news_ticker_only
    • First observedtengu_v3_news_top_mentions
    • First observedtengu_v3_news_trending
    • First observedtengu_v3_optimizer_latest
    • First observedtengu_v3_origin_insider_flow
    • First observedtengu_v3_origin_ipo_pipeline
    • First observedtengu_v3_origin_macro_pulse
    • First observedtengu_v3_origin_short_activity
    • First observedtengu_v3_origin_whale_holdings
    • First observedtengu_v3_portfolio_risk_parity_latest
    • First observedtengu_v3_position_monitor
    • First observedtengu_v3_prediction_tracker
    • First observedtengu_v3_prices_corporate_actions
    • First observedtengu_v3_prices_history
    • First observedtengu_v3_private_markets_aggregates
    • First observedtengu_v3_private_markets_companies
    • First observedtengu_v3_private_markets_company
    • First observedtengu_v3_private_markets_company_comparables
    • First observedtengu_v3_private_markets_company_deals
    • First observedtengu_v3_private_markets_company_dossier
    • First observedtengu_v3_private_markets_company_investors
    • First observedtengu_v3_private_markets_company_realtime
    • First observedtengu_v3_private_markets_company_relations
    • First observedtengu_v3_private_markets_deal
    • First observedtengu_v3_private_markets_deal_relations
    • First observedtengu_v3_private_markets_fund
    • First observedtengu_v3_private_markets_fund_relations
    • First observedtengu_v3_private_markets_investor
    • First observedtengu_v3_private_markets_investor_relations
    • First observedtengu_v3_private_markets_limited_partner
    • First observedtengu_v3_private_markets_limited_partner_relations
    • First observedtengu_v3_private_markets_person
    • First observedtengu_v3_private_markets_person_relations
    • First observedtengu_v3_private_markets_relations
    • First observedtengu_v3_private_markets_search
    • First observedtengu_v3_private_markets_search_suggest
    • First observedtengu_v3_private_markets_service_provider
    • First observedtengu_v3_private_markets_service_provider_relations
    • First observedtengu_v3_reference_batch
    • First observedtengu_v3_reference_coverage
    • First observedtengu_v3_reference_crosswalk
    • First observedtengu_v3_reference_history
    • First observedtengu_v3_reference_lookup
    • First observedtengu_v3_research_correlation_mesh
    • First observedtengu_v3_research_fetch_url
    • First observedtengu_v3_research_synthesis
    • First observedtengu_v3_research_web_search
    • First observedtengu_v3_research_x_sentiment
    • First observedtengu_v3_resolver_status
    • First observedtengu_v3_risk_portfolio_var
    • First observedtengu_v3_sec_filing_extract
    • First observedtengu_v3_self_healing
    • First observedtengu_v3_signals_cross_asset
    • First observedtengu_v3_signals_fusion
    • First observedtengu_v3_signals_mtf
    • First observedtengu_v3_signals_veto
    • First observedtengu_v3_skills_apex_equity
    • First observedtengu_v3_skills_ta_master
    • First observedtengu_v3_skills_trading_plan
    • First observedtengu_v3_slippage
    • First observedtengu_v3_smart_route
    • First observedtengu_v3_strategies_list
    • First observedtengu_v3_strategy_metrics
    • First observedtengu_v3_strategy_signals
    • First observedtengu_v3_stream_alerts
    • First observedtengu_v3_stream_bars
    • First observedtengu_v3_stream_decision_generator_status
    • First observedtengu_v3_stream_decisions
    • First observedtengu_v3_stream_events
    • First observedtengu_v3_stream_ingest_status
    • First observedtengu_v3_stream_market_events
    • First observedtengu_v3_stream_news
    • First observedtengu_v3_stream_news_publisher_status
    • First observedtengu_v3_stream_quotes
    • First observedtengu_v3_stream_realtime_guide
    • First observedtengu_v3_stream_signal_generator_status
    • First observedtengu_v3_stream_signals
    • First observedtengu_v3_stream_status
    • First observedtengu_v3_stream_tick_writer_status
    • First observedtengu_v3_stream_ticks
    • First observedtengu_v3_stream_universe_status
    • First observedtengu_v3_supply_chain_geo_revenue
    • First observedtengu_v3_supply_chain_relationships
    • First observedtengu_v3_supply_chain_revenue_dependence
    • First observedtengu_v3_system_health
    • First observedtengu_v3_tape_bars
    • First observedtengu_v3_tape_futures
    • First observedtengu_v3_tape_futures_curve
    • First observedtengu_v3_tape_index_bars
    • First observedtengu_v3_tape_microstructure
    • First observedtengu_v3_tape_options
    • First observedtengu_v3_tape_options_chain
    • First observedtengu_v3_thresholds
    • First observedtengu_v3_trade_setups
    • First observedtengu_v3_transcript_text
    • First observedtengu_v3_transcripts_list
    • First observedtengu_v3_transcripts_search
    • First observedtengu_v3_twap_plan
    • First observedtengu_v3_ultimate_decision
    • First observedtengu_v3_universe_scan
    • First observedtengu_v3_validation_trial_count
    • First observedtengu_v3_validation_trials
    • First observedtengu_v3_vwap_plan
    • First observedtengu_v3_workforce_layoff_screen
    • First observedtengu_v3_workforce_layoffs
    • First observedtengu_v3_workforce_momentum
    • First observedtengu_v3_workforce_momentum_screen

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    B
    maintenance
    Wall Street data feed for AI agents, providing access to 100M+ source-traced SEC records, institutional holdings, insider trades, congress trading, and more via MCP tools.
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    Comprehensive MCP server for real-time stock, cryptocurrency, options, and fundamental analysis, including SEC filings and insider trading data.
    26
    37 npm
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    A modular MCP server providing 64 tools across 13 modules for real-time stock and crypto market data, including scanning, technical analysis, options flow, insider trades, and personalized watchlists.
    39
    154 npm
    6
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.