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
See and control every tool call
Tool Definition Quality
Score is being calculated. Check back soon.
Available Tools
5 toolsget_companyRead-onlyInspect
Get company information by ticker symbol or CIK number
| Name | Required | Description | Default |
|---|---|---|---|
| cik | No | SEC CIK number | |
| ticker | No | Stock ticker symbol (e.g., 'AAPL') |
get_filingRead-onlyInspect
Get detailed information about a specific SEC filing by accession number
| Name | Required | Description | Default |
|---|---|---|---|
| accession | Yes | SEC accession number (e.g., '0001193125-24-123456' or '000119312524123456') |
get_insider_transactionsRead-onlyInspect
Get insider trading transactions for a company
| 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_filingsRead-onlyInspect
Get recent SEC filings, optionally filtered by company or form type
| 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_filingsRead-onlyInspect
Search SEC filings by company name or ticker symbol
| 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) |
Verify Ownership
Claim this connector by publishing 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 connector will appear as claimed by you.
Sign in to verify ownershipControl 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
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!