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 server
A Model Context Protocol server for the Clous API — entity-resolved SEC/EDGAR filings data for AI agents. Point Claude Desktop, Cursor, or any MCP client at Clous and search filings, pull financials, insider trades, 13F holdings, Form D raises, and more through one consistent JSON envelope.
This is a thin, open-source client. It forwards tool calls to
https://api.clous.aiusing your API key (via theCLOUS_API_KEYenvironment variable). No key or secret is bundled here. All data derives from public SEC EDGAR filings; Clous is independent of the SEC.
Get a key
Sign up at clous.ai — 100 free credits, no card. Your key
looks like clous_live_....
Related MCP server: SEC EDGAR MCP Server
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 |
Full API reference: docs.clous.ai ·
machine-readable: llms.txt.
Use it
Claude Desktop
Add to claude_desktop_config.json (Settings → Developer → Edit Config):
{
"mcpServers": {
"clous": {
"command": "npx",
"args": ["-y", "@clous/mcp"],
"env": { "CLOUS_API_KEY": "clous_live_..." }
}
}
}Cursor
Settings → MCP → Add new server, or add to .cursor/mcp.json:
{
"mcpServers": {
"clous": {
"command": "npx",
"args": ["-y", "@clous/mcp"],
"env": { "CLOUS_API_KEY": "clous_live_..." }
}
}
}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"].
Hosted MCP (no install)
Prefer zero setup? Clous also runs a hosted MCP endpoint at
https://mcp.clous.ai — see docs.clous.ai for the remote
config.
Develop
npm install
CLOUS_API_KEY=clous_live_... npm run dev # tsx, no build stepPRs welcome. License: MIT.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
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