Install
openclaw skills install gov-competitive-intelSEC filings, company news, federal contracts, and company profiles. 4 tools for competitive intelligence.
openclaw skills install gov-competitive-intelCompany research combining SEC filings, news, federal contracts, and comprehensive profiles.
mcporter add gov-intel --url https://competitive-intel-mcp.apify.actor/mcp --transport streamable-http
Or add to your OpenClaw MCP config (~/.openclaw/mcp.json):
{
"servers": {
"gov-intel": {
"url": "https://competitive-intel-mcp.apify.actor/mcp",
"transport": "streamable-http"
}
}
}
intel_company_filingsSearch SEC EDGAR for a company's regulatory filings (10-K, 10-Q, 8-K, etc).
Show Apple's recent SEC filings
Find Tesla 10-K annual reports
Parameters: companyName (required), formType, dateFrom (YYYY-MM-DD), dateTo, limit
intel_company_newsSearch recent news articles about a company.
Show recent news about Microsoft
What's in the news about Nvidia?
Parameters: query (required), limit
intel_company_contractsSearch USASpending.gov for federal awards to a specific company.
Show federal contracts for Palantir
Find government grants to SpaceX
Parameters: companyName (required), awardType ("contracts", "grants", "loans", or "all"), dateFrom (YYYY-MM-DD), dateTo, limit, page
intel_company_profileGet a comprehensive competitive intelligence snapshot combining filings, news, and contract data.
Build a competitive profile for CrowdStrike
Get full intel on Booz Allen Hamilton
Parameters: companyName (required)
All data from free public APIs. Zero cost. No API keys required.