search_companies
ActiveTool of sec
declared in 0.1.0
Search SEC EDGAR for companies by name or ticker symbol. Returns matching company names and their CIK numbers, which are needed for other SEC tools.
Parameters schema
{
"type": "object",
"examples": [
{
"query": "Apple"
},
{
"query": "TSLA"
}
],
"required": [
"query"
],
"properties": {
"query": {
"type": "string",
"description": "Company name or ticker to search for (e.g., \"Apple\", \"TSLA\", \"Microsoft\")"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
sec
https://github.com/pipeworx-io/mcp-sec
1/7 registries