Clous MCP server
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Clous MCP serverSearch for Apple's latest 10-K filing"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Clous MCP
Public data intelligence for AI agents — over the Model Context Protocol.
Point Claude, Cursor, or any MCP client at Clous and search SEC/EDGAR filings, pull XBRL financials, insider trades, 13F holdings, Form D raises, and material events — all through one consistent, cited JSON envelope.
clous.ai · docs.clous.ai · hosted MCP · 49 tools
A thin, open-source MCP client. It forwards tool calls to
https://api.clous.aiusing your API key (theCLOUS_API_KEYenv var). No key or secret is bundled. All data derives from public SEC EDGAR filings; Clous is independent of the SEC. SEC/EDGAR is live today; Clous is expanding across public data.
30-second quickstart
Get a free key at clous.ai (100 credits, no card — looks like clous_live_...), then add Clous to your MCP client:
Claude Desktop — claude_desktop_config.json (Settings → Developer → Edit Config) · Cursor — .cursor/mcp.json:
{
"mcpServers": {
"clous": {
"command": "npx",
"args": ["-y", "@clousai/mcp"],
"env": { "CLOUS_API_KEY": "clous_live_..." }
}
}
}Restart the client and ask: "What material 8-Ks did NVIDIA file this week?" — Clous answers with each accession and EDGAR URL cited.
Or use the hosted server (zero install)
Clous runs a hosted MCP endpoint at https://mcp.clous.ai — no local Node, no npx. See docs.clous.ai for the remote config.
Related MCP server: Aegis Gov SEC Filings MCP
Key features
49 tools spanning filings, full-text, financials, ownership, governance, enforcement, events, and monitors.
Entity-resolved — every record ties to a canonical company (CIK / ticker / name).
One JSON envelope —
{ data[], page, as_of, source, query_echo, warnings }with cursor pagination.Token-efficient —
fields=/output_schema=projection trims payloads before they hit your context window.Cited by construction — every result carries its source filing and EDGAR URL.
Bring your own key — open-source, no secrets bundled; works locally via
npxor hosted.
Tools
Tool | What it does |
| EDGAR filing index across all form types |
| Full-text search over filing bodies (2001+) |
| Look up companies by CIK / ticker / name |
| XBRL financial facts for a company |
| Form 3/4/5 insider trades |
| Full structured detail of one ownership filing |
| 13D/13G filings |
| 13F institutional holdings |
| Form ADV investment advisers |
| Form D private-placement raises |
| A named item (Risk Factors, MD&A, …) from a 10-K/10-Q/8-K |
| Classify an 8-K's reported items |
| Exhibit 21 subsidiaries from a 10-K |
| A filing's document manifest |
| 8-K Item 1.05 cybersecurity disclosures |
| Plan + remaining credits |
…and 33 more (13F managers, N-PORT fund holdings, enforcement, litigation, patents, monitors/webhooks, grounded Q&A). Full reference: docs.clous.ai · machine-readable llms.txt.
From source
git clone https://github.com/ClousAI/Mcp.git clous-mcp
cd clous-mcp
npm install
npm run build
CLOUS_API_KEY=clous_live_... node dist/index.js # speaks MCP over stdioThen point your client's command at node with args ["/abs/path/clous-mcp/dist/index.js"]. For development, CLOUS_API_KEY=clous_live_... npm run dev runs via tsx with no build step.
Part of the Clous platform
Clous is public data intelligence for AI agents — entity-resolved signals from public records and the web, monitored in real time, delivered with citations. SEC/EDGAR is live today; expanding across public data.
Website | |
Docs | |
MCP server |
|
Claude Code plugin | |
Agent Skill | |
SDKs | |
Recipes | |
Framework tools |
|
PRs welcome. License: MIT.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- -license-quality-maintenanceEnables deep analysis of SEC EDGAR filings through universal company search, document content extraction, and advanced filing search capabilities. Provides AI-ready access to business descriptions, risk factors, financial statements, and full-text search across any public company's SEC documents.Last updated
- AlicenseAqualityBmaintenanceQuery SEC EDGAR for company filings, financial data, and executive disclosures. Search by company name or ticker, retrieve 10-K/10-Q/8-K filings, and extract structured financials — backed by the official SEC EDGAR API, built for AI agents.Last updated4MIT
- Alicense-qualityDmaintenanceEnables LLMs to access SEC EDGAR data: search filings, extract sections, pull structured financials, and track insider transactions.Last updated19MIT
- Alicense-qualityCmaintenanceEnables to search and retrieve SEC EDGAR filings, insider transactions, major shareholders, and executive compensation data through natural language.Last updated22MIT
Related MCP Connectors
SEC EDGAR for AI agents: company filings, financials and insider trades. No API keys.
Search SEC filings, read 10-K/8-K, query XBRL facts, track Form 4 insider trades.
SEC EDGAR filings for AI agents: company lookup, filings, financials, insider trades. No keys.
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