Server Details
SEC filings and insider trades in real-time. 10-K, 10-Q, 8-K, Form 4, and company lookup.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Available Tools
5 toolsget_companyTry in Inspector
Get company information by ticker symbol or CIK number
ParametersJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cik | No | SEC CIK number | |
| ticker | No | Stock ticker symbol (e.g., 'AAPL') |
get_filingTry in Inspector
Get detailed information about a specific SEC filing by accession number
ParametersJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| accession | Yes | SEC accession number (e.g., '0001193125-24-123456' or '000119312524123456') |
get_insider_transactionsTry in Inspector
Get insider trading transactions for a company
ParametersJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cik | No | Filter by company CIK number | |
| days | No | Filter to transactions within last N days | |
| limit | No | Number of transactions to return (default 20, max 100) | |
| cursor | No | Pagination cursor from previous response | |
| ticker | No | Filter by ticker symbol (e.g., 'AAPL') | |
| direction | No | Filter by transaction direction |
get_recent_filingsTry in Inspector
Get recent SEC filings, optionally filtered by company or form type
ParametersJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cik | No | Filter by CIK number | |
| forms | No | Filter by form types (e.g., ['10-K', '8-K']) | |
| limit | No | Number of filings to return (default 20, max 100) | |
| cursor | No | Pagination cursor from previous response | |
| ticker | No | Filter by ticker symbol (e.g., 'AAPL') |
search_filingsTry in Inspector
Search SEC filings by company name or ticker symbol
ParametersJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| forms | No | Filter by form types (e.g., ['10-K', '8-K']) | |
| limit | No | Number of results to return (default 20, max 100) | |
| query | Yes | Search query (company name or ticker) |
FAQ
How do I claim this server?
To claim this server, publish a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [
{
"email": "your-email@example.com"
}
]
}
The email address must match the email associated with your Glama account. Once verified, the server will appear as claimed by you.
What are the benefits of claiming a server?
- Control your server's listing on Glama, including description and metadata
- Receive usage reports showing how your server is being used
- Get monitoring and health status updates for your server