Clous MCP server
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CLOUS_API_KEY | Yes | Your Clous API key, obtained from clous.ai. Looks like clous_live_... |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_filingsA | Search the EDGAR filing index across all form types, filterable by company CIK, form type, date range, and keyword. |
| full_text_searchB | Full-text search across the body of every EDGAR filing since 2001. |
| resolve_entityA | Resolve and look up companies in the entity directory by CIK, ticker, or name. |
| get_company_financialsB | Structured XBRL financial facts (every reported concept) for one company by CIK. |
| search_insider_transactionsA | Search Form 3/4/5 insider transactions by issuer, owner, transaction code, date, and value. |
| get_insider_filingA | Full structured detail of a single Form 3/4/5 ownership filing — owners, every trade, holdings, footnotes. |
| search_beneficial_ownershipC | Search 13D/13G beneficial-ownership filings. |
| search_13f_holdingsB | Search 13F institutional holdings (manager → security positions). |
| search_13f_managersA | Search 13F institutional investment managers by name, with minimum reported AUM. |
| search_advisersB | Search Form ADV registered investment advisers. |
| search_form_d_raisesC | Search Form D private-placement capital raises. |
| extract_filing_sectionB | Extract a named item (e.g. Risk Factors, MD&A) from a 10-K/10-Q/8-K primary document. |
| get_8k_eventsA | Classify the numbered items an 8-K reports (5.02 leadership, 4.01 auditor, 2.02 earnings) with excerpts. |
| get_subsidiariesA | Subsidiaries disclosed in a 10-K's Exhibit 21 (name + jurisdiction). |
| list_filing_documentsA | List a filing's document manifest — every file, its type, size, and direct URL. |
| get_crowdfunding_offeringB | Structured Reg CF Form C crowdfunding offering — issuer, offering terms, and financial disclosures. |
| get_proxy_votesA | Structured N-PX fund proxy-voting records for a filing — per meeting: issuer/CUSIP, matter, shares voted, vote, recommendation. |
| cyber_incidentsC | Curated feed of SEC 8-K Item 1.05 material cybersecurity-incident disclosures. |
| search_fund_holdingsB | Search N-PORT registered-fund portfolio holdings (mutual funds / ETFs → security positions). |
| search_fund_providersB | Search N-CEN registered-fund service providers (custodians, advisers, administrators, etc.). |
| search_financialsB | Search XBRL company-facts financial concepts across companies (one row per reported fact). |
| search_financial_statementsB | Search structured XBRL financial-statement facts (Financial Statement Data Sets) by company, tag, and period. |
| search_proxy_officersA | Search executive officers and directors disclosed in proxy statements (DEF 14A). |
| search_board_membersB | Search extracted board members / directors across organizations. |
| search_compensationA | Search executive-compensation records extracted from proxy statements (salary, bonus, awards, total). |
| search_form144C | Search Form 144 proposed-sale notices (insiders' intent to sell restricted/control stock). |
| search_private_fundsB | Search private-fund ownership/control relationships disclosed on Form ADV. |
| search_private_fund_statsB | Search aggregate private-fund statistics from Form PF (per quarter, tab, and metric). |
| search_broker_dealersA | Search registered broker-dealers (Form BD) by CRD, name, status, and office location. |
| search_form_crsB | Search Form CRS customer relationship summaries (firm services, fees, conflicts, disciplinary history). |
| search_iapd_individualsB | Search IAPD/BrokerCheck individual investment-adviser representatives and brokers. |
| search_enforcementA | Search SEC/agency enforcement actions by respondent, agency, action kind, date, and penalty. |
| search_litigationB | Search SEC litigation releases by defendant, title, action type, and date. |
| search_nt_late_filingsA | Search NT (Notification of Late Filing) records — companies that filed Form 12b-25 for a late 10-K/10-Q. |
| search_trading_suspensionsB | Search SEC trading-suspension orders by company name, release number, and date. |
| search_whistleblower_awardsB | Search SEC whistleblower award orders by fiscal year, amount, and summary. |
| search_patent_grantsC | Search USPTO patent grants by assignee, title, classification, and grant date. |
| list_sourcesB | Dataset catalog + freshness — every live Clous dataset, its endpoint, record count, and last sync (public). |
| get_accountA | Plan and remaining credits for the configured API key. |
| list_eventsC | Query the events feed — typed, evidence-backed SEC business-change events (executive changes, new filings, insider sells, …). |
| get_eventA | Get a single event by id with full evidence. |
| list_monitorsA | List the monitors (standing watches) on your account. |
| create_monitorA | Create a monitor: a standing watch on a ticker/CIK/company/form/event type that fires (and optionally webhooks) on matching events. |
| get_monitorB | Get a single monitor by id. |
| update_monitorB | Update a monitor — pause/resume (status), rename, or change signals/materiality/webhook. |
| delete_monitorC | Delete a monitor by id. |
| list_webhook_endpointsA | List your registered webhook endpoints. |
| create_webhook_endpointA | Register an https webhook endpoint to deliver monitor matches to. |
| list_webhook_deliveriesB | List the webhook delivery log for your endpoints. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 49 tools
Most tools target distinct SEC datasets with clear names, but clusters like search_financials/search_financial_statements/get_company_financials and search_proxy_officers/search_board_members could confuse an agent. Overall, the purpose of each tool is identifiable, but some overlap exists.
The dominant pattern is verb_noun (search_*, get_*, list_*, create_*, update_*, delete_*), but a few tools deviate: 'full_text_search' reverses the order, 'cyber_incidents' is a bare noun, and 'resolve_entity' uses a non-standard verb. These are minor relative to the many consistent names.
With 49 tools, the server exceeds the 25-tool threshold that marks 'too many'. While the breadth reflects a comprehensive SEC data platform, the sheer number burdens an agent with selection overhead, and many search_* tools could be consolidated.
The tool surface covers a wide range of SEC datasets (filings, financials, insider activity, funds, governance, enforcement, patents) plus account management and monitoring. It provides thorough lifecycle coverage including create/update/delete for monitors and webhooks, leaving no obvious dead ends.