headless-records-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HEADLESS_RECORDS_API_KEY | Yes | Your Headless Records API key (prefix hr_live_) | |
| HEADLESS_RECORDS_TIMEOUT_MS | No | Per-request timeout in milliseconds | 10000 |
| HEADLESS_RECORDS_API_BASE_URL | No | Base URL for the Headless Records API | https://api.headlessrecords.dev |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_freshnessC | Return freshness status for the configured Headless Records watched ticker universe. This summarizes public SEC filing data coverage status, does not imply full-market coverage, and the watched ticker coverage is bounded. |
| assess_insider_activityB | Return a deterministic, non-advisory summary of reported public SEC Form 4 insider activity for a ticker. This uses bounded watched-ticker and imported-filing coverage and does not provide buy, sell, hold, bullish, bearish, price prediction, alpha, trading signal, or investment recommendation guidance. |
| get_filing_provenanceB | Return source provenance for an imported SEC Form 4 filing, including source document URL, retrieval timestamp, and SHA-256 hash when available. This summarizes public SEC filing data provenance and does not provide buy, sell, hold, price prediction, or investment recommendation guidance. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 3 tools
Each tool targets a distinct aspect: insider activity summary, filing provenance, and data freshness. No overlap.
All tools follow a consistent verb_noun pattern with snake_case: assess_insider_activity, get_filing_provenance, get_freshness.
3 tools is slightly below typical range, but the scope is narrow and each tool serves a clear purpose. No unnecessary tools.
Core functions are covered, but missing features like listing tickers or raw filing data. The bounded nature partly justifies the gaps.