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_... |
Capabilities
Features and capabilities supported by this server
| 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 | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/clousai/Mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server