com.datasignalslab/datasignals-lab-events-mcp
PYPI · DATASIGNALS-LAB-EVENTS-MCP · 3 COMPONENTS · SCANNED AUG 20
Twelve US filing and career-site streams in one schema: SEC, FDA, NIH, contracts, Congress, hiring
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →
Supply Chain Security50
- Malware scan not yet available for this package.Unverified
- No known CVEs affecting this package version or its production dependencies.Pass
- Runs hatchling.build at install time, a recognised native-build step with no shell scripting around it. View diagnostics → Pass
- 2 of 33 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency6
- Repository check failed: no source repository is declared. See how to fix → View diagnostics → Fail
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- License check failed: no license is declared. See how to fix → Fail
- Actively maintained (last published 0 days ago).Pass
- Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability72
- AI-judged instruction clarity (excellent).Pass
- Context-footprint check failed: tool/resource definitions use about 991 tokens (~141/item across 7 items; 7 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
- Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage67
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 0% of tool parameters carry a description.Fail
Capabilities100
- Implements a current MCP spec version (2026-07-28).Pass
Unverified: 1 category
A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
pypi · datasignals-lab-events-mcp
claude mcp add com-datasignalslab-datasignals-lab-events-mcp -- uvx datasignals-lab-events-mcp
codex mcp add com-datasignalslab-datasignals-lab-events-mcp -- uvx datasignals-lab-events-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"com-datasignalslab-datasignals-lab-events-mcp": {
"type": "local",
"command": [
"uvx",
"datasignals-lab-events-mcp"
],
"enabled": true
}
}
} openclaw mcp add com-datasignalslab-datasignals-lab-events-mcp --command uvx --arg datasignals-lab-events-mcp
mcp_servers:
com-datasignalslab-datasignals-lab-events-mcp:
command: "uvx"
args: ["datasignals-lab-events-mcp"] {
"mcpServers": {
"com-datasignalslab-datasignals-lab-events-mcp": {
"command": "uvx",
"args": [
"datasignals-lab-events-mcp"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 20 Aug 26 42
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 20 Aug 2026 · Analysed pypi/datasignals-lab-events-mcp@1.1.1
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | pypi |
Install scripts 1 script
| Hook | Tier | Command |
|---|---|---|
| build_backend | allowlisted | hatchling.build |
Dependencies 33 packages
| Packages resolved | 33 |
|---|---|
| Stale | 1 |
| No linked repository | 1 |
| Tree resolution | Complete |
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
check_setup ~36
Check whether an API key is configured and whether the feed answers. Run this first when anything behaves oddly. It never reveals the key itself.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
company_events ~96
Everything the feed holds for one company, across all twelve streams. Args: company: A ticker such as "AAPL", or an SEC CIK such as "0000320193". limit: Records to return, 1 to 1000. full_records: Return every field instead of the trimmed view.
| Name | Type | Req | Description |
|---|---|---|---|
| company | string | yes | – |
| full_records | boolean | – | – |
| limit | integer | – | – |
No output schema declared.
No examples provided.
feed_health ~76
How many hours old each of the twelve sources is right now, and how many records are anchored in the published hash chain. Needs no API key. This is the honest answer to "is this data current?", with numbers instead of a claim. A source that has gone quiet shows up here before it shows up as missing data.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
get_event ~63
Fetch a single event by its event_id, with every field it carries. Args: event_id: The event_id from an earlier answer, e.g. "insider_cluster:CAMP:2026-08-03".
| Name | Type | Req | Description |
|---|---|---|---|
| event_id | string | yes | – |
No output schema declared.
No examples provided.
list_event_types ~58
List the twelve streams: which fields each carries, and whether its score can be recomputed. Needs no API key. Call this before promising a user a field or writing a parser, rather than assuming a stream carries something it does not.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
search_events ~300
Search the feed of US filing events, newest last, with a cursor you can resume from. All filters combine. Only records actually returned count against the subscriber's monthly allowance, so filtering narrowly is cheaper, not dearer. Args: event_type: One or more streams, comma separated. Call list_event_types for the valid names. Leave empty for all streams the plan covers. ticker: One or more tickers, comma separated, e.g. "AAPL,MSFT". cik: One or more SEC company identifiers, comma separated. min_score: Only records scoring at or above this, 0 to 100. Streams without a score are excluded when this is set. since: A cursor from an earlier answer. Returns only what arrived after it, with no duplicates and no gaps. Use 0 to start at the beginning. limit: Records per page, 1 to 1000. Keep it small unless the user asked for bulk; a large page spends allowance and context on rows nobody reads. full_records: Return every field instead of the trimmed view. Use only when the user needs a field the trimmed view leaves out.
| Name | Type | Req | Description |
|---|---|---|---|
| cik | – | – | – |
| event_type | – | – | – |
| full_records | boolean | – | – |
| limit | integer | – | – |
| min_score | – | – | – |
| since | – | – | – |
| ticker | – | – | – |
No output schema declared.
No examples provided.
usage ~54
What this key has used in the current period, and the date the allowance resets. The reset date is the subscriber's own renewal date, not the first of the month. Free, and it does not count against the allowance.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.