TradeOS Public Intelligence
NPM · @AGENTICSRCLAB/TRADEOS-PUBLIC-INTEL-MCP-SERVER · SCANNED AUG 3
Crypto market intelligence, evidence, watchlists, feedback, and paid x402 SKU routing.
Available components
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 Security86
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (Apache-2.0).Pass
- Actively maintained (last published 48 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability37
- AI-judged instruction clarity (poor).Fail
- Tool/resource definitions use about 2454 tokens (~84/item across 29 items; 29 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
- Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
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 supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
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.
npm · @agenticsrclab/tradeos-public-intel-mcp-server
claude mcp add agenticsrclab-tradeos-public-intel-mcp -- npx -y @agenticsrclab/tradeos-public-intel-mcp-server
codex mcp add agenticsrclab-tradeos-public-intel-mcp -- npx -y @agenticsrclab/tradeos-public-intel-mcp-server
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"agenticsrclab-tradeos-public-intel-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"@agenticsrclab/tradeos-public-intel-mcp-server"
],
"enabled": true
}
}
} openclaw mcp add agenticsrclab-tradeos-public-intel-mcp --command npx --arg -y --arg @agenticsrclab/tradeos-public-intel-mcp-server
mcp_servers:
agenticsrclab-tradeos-public-intel-mcp:
command: "npx"
args: ["-y", "@agenticsrclab/tradeos-public-intel-mcp-server"] {
"mcpServers": {
"agenticsrclab-tradeos-public-intel-mcp": {
"command": "npx",
"args": [
"-y",
"@agenticsrclab/tradeos-public-intel-mcp-server"
]
}
}
} 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.
- 3 Aug 26 +38
- Provenance: unverified → fail ▼ security
- Known CVEs: unverified → partial ▲ security
- Install scripts: unverified → pass ▲ security
- Security disclosure: unverified → fail ▼ functional
- Schema quality: unverified → poor ▲ functional
- MCP protocol: unverified → pass ▲ functional
- Stability: unverified → 0.27 ▲ functional
- Maintenance: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- License: unverified → pass ▲ functional
- Tool coverage: unverified → 100 ▲ functional
- Licence: Apache-2.0 functional
- 2 Aug 26 −20
- Provenance: fail → unverified ▼ security
- Install scripts: pass → unverified ▼ security
- Maintenance: pass → unverified ▼ functional
- Security disclosure: fail → unverified ▼ functional
- License: pass → unverified ▼ functional
- Tool coverage: 100 → unverified ▼ functional
- First check of Schema quality: unverified functional
- Licence: Apache-2.0 functional
- 1 Aug 26 +22
- Provenance: unverified → fail ▼ security
- Install scripts: unverified → pass ▲ security
- Malware scan: unverified → pass ▲ security
- Maintenance: unverified → pass ▲ functional
- License: unverified → pass ▲ functional
- Licence: Apache-2.0 functional
- 31 Jul 26 −6
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 30 Jul 26 −18
- Malware scan: pass → unverified ▼ security
- 27 Jul 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 3 Aug 2026 · Analysed npm/@agenticsrclab/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Dependencies 94 packages
94 packages in the resolved dependency tree · 94 deprecated · 29 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
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.
tradeos.add_watchlist_item Add Watchlist Item ~63
Add a token identity to an account-owned TradeOS watchlist.
| Name | Type | Req | Description |
|---|---|---|---|
| chain | string | — | — |
| contractAddress | string | — | — |
| notes | string | — | — |
| symbol | string | yes | — |
| watchlistId | string | yes | — |
No output schema declared.
No examples provided.
tradeos.bot_preflight Bot Preflight ~63
Ask whether a proposed local bot action should approve, avoid, watch, or stop for insufficient evidence.
| Name | Type | Req | Description |
|---|---|---|---|
| chain | string | — | — |
| proposedAction | string | yes | — |
| proposedNotionalUsd | number | — | — |
| symbol | string | yes | — |
No output schema declared.
No examples provided.
tradeos.call_x402_sku Call TradeOS x402 SKU ~213
Execute a paid TradeOS x402 call only when execute=true and the caller supplies a buyer-signed x402 payment header.
| Name | Type | Req | Description |
|---|---|---|---|
| agentId | string | — | — |
| baseUrl | string | — | — |
| chain | string | — | — |
| chainId | string | — | — |
| contractAddress | string | — | — |
| execute | boolean | — | — |
| horizon | string | — | — |
| limit | integer | — | — |
| metadata | object | — | — |
| output | string | — | — |
| parameters | object | — | — |
| paymentHeaderName | string | — | — |
| paymentId | string | — | — |
| paymentSignature | string | — | — |
| prompt | string | — | — |
| requestType | string | — | — |
| serviceId | string | yes | — |
| symbol | string | — | — |
| timeframe | string | — | — |
| tokenAddress | string | — | — |
| trafficClass | string | — | — |
| walletAddress | string | — | — |
| xPayment | string | — | — |
No output schema declared.
No examples provided.
tradeos.create_watchlist Create Watchlist ~48
Create an account-owned TradeOS watchlist. Requires TRADEOS_ACCOUNT_TOKEN.
| Name | Type | Req | Description |
|---|---|---|---|
| description | string | — | — |
| mode | string | — | — |
| name | string | yes | — |
No output schema declared.
No examples provided.
tradeos.get_credit_state Get Credit State ~73
Return app reputation DTI for the configured public-intel app key when available. Personal human DTI is not exposed through this public kit tool.
| Name | Type | Req | Description |
|---|---|---|---|
| anonymousSessionIdOrUserId | string | — | — |
| limit | integer | — | — |
| source | string | — | — |
| status | string | — | — |
No output schema declared.
No examples provided.
tradeos.get_evidence_packet Get Evidence Packet ~56
Look up public digest evidence items by intelligence-editor packet ID or symbol.
| Name | Type | Req | Description |
|---|---|---|---|
| chainId | string | — | — |
| limit | integer | — | — |
| packetId | string | — | — |
| symbol | string | — | — |
No output schema declared.
No examples provided.
tradeos.get_market_digest Get TradeOS Market Digest ~53
Fetch a bounded source-backed TradeOS public market digest.
| Name | Type | Req | Description |
|---|---|---|---|
| chainId | string | — | — |
| limit | integer | — | — |
| windowEnd | string | — | — |
| windowStart | string | — | — |
No output schema declared.
No examples provided.
tradeos.get_public_candidates Get Public Intelligence Candidates ~42
Fetch public digest candidates with source snapshot references.
| Name | Type | Req | Description |
|---|---|---|---|
| chainId | string | — | — |
| limit | integer | — | — |
| since | string | — | — |
No output schema declared.
No examples provided.
tradeos.get_public_claim_proof Get Public Claim Proof ~35
Fetch public claim proof status for a TradeOS public claim ID.
| Name | Type | Req | Description |
|---|---|---|---|
| publicClaimId | string | yes | — |
No output schema declared.
No examples provided.
tradeos.get_symbol_cockpit Get Symbol Cockpit ~60
Build a local good/bad/ugly verdict packet from TradeOS public intelligence evidence.
| Name | Type | Req | Description |
|---|---|---|---|
| chain | string | — | — |
| contractAddress | string | — | — |
| mode | string | — | — |
| symbol | string | yes | — |
No output schema declared.
No examples provided.
tradeos.get_symbol_thesis Get Symbol Thesis ~53
Look up thesis records by symbol or direct thesis ID.
| Name | Type | Req | Description |
|---|---|---|---|
| chainId | string | — | — |
| limit | integer | — | — |
| symbol | string | — | — |
| thesisId | string | — | — |
No output schema declared.
No examples provided.
tradeos.get_thesis_feedback Get Thesis Feedback ~60
Read latest thesis feedback for a source service, thesis type, subject, and horizon.
| Name | Type | Req | Description |
|---|---|---|---|
| horizonSeconds | integer | — | — |
| sourceService | string | — | — |
| subject | string | — | — |
| thesisType | string | — | — |
No output schema declared.
No examples provided.
tradeos.get_thesis_watchlist Get Thesis Watchlist ~37
Fetch TradeOS public thesis watchlist entries.
| Name | Type | Req | Description |
|---|---|---|---|
| chainId | string | — | — |
| limit | integer | — | — |
No output schema declared.
No examples provided.
tradeos.get_token_watchlist_snapshot Get Token Watchlist Snapshot ~62
Fetch a public bounded watchlist intelligence snapshot for a token.
| Name | Type | Req | Description |
|---|---|---|---|
| chain | string | — | — |
| contractAddress | string | — | — |
| limit | integer | — | — |
| mode | string | — | — |
| tokenRef | string | yes | — |
No output schema declared.
No examples provided.
tradeos.get_watchlist_state Get Watchlist State ~40
Fetch normalized risk, opportunity, thesis, freshness, and driver state for a user watchlist.
| Name | Type | Req | Description |
|---|---|---|---|
| watchlistId | string | yes | — |
No output schema declared.
No examples provided.
tradeos.get_x402_sku_listing Get TradeOS x402 SKU Listing ~62
Fetch one TradeOS x402 SKU listing with buyer-readable metadata and machine fields.
| Name | Type | Req | Description |
|---|---|---|---|
| agentId | string | — | — |
| baseUrl | string | — | — |
| serviceId | string | yes | — |
| trafficClass | string | — | — |
No output schema declared.
No examples provided.
tradeos.get_x402_sku_sample Get TradeOS x402 SKU Sample ~62
Fetch a free synthetic sample for a TradeOS x402 SKU before spending funds.
| Name | Type | Req | Description |
|---|---|---|---|
| agentId | string | — | — |
| baseUrl | string | — | — |
| serviceId | string | yes | — |
| trafficClass | string | — | — |
No output schema declared.
No examples provided.
tradeos.list_watchlist_deliveries List Watchlist Deliveries ~47
List delivery audit rows for a user watchlist. Requires TRADEOS_ACCOUNT_TOKEN.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | — | — |
| watchlistId | string | yes | — |
No output schema declared.
No examples provided.
tradeos.list_watchlist_events List Watchlist Events ~42
List deduped watchlist intelligence events for a user watchlist.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | — | — |
| watchlistId | string | yes | — |
No output schema declared.
No examples provided.
tradeos.list_watchlists List User Watchlists ~27
List signed-in TradeOS account watchlists. Requires TRADEOS_ACCOUNT_TOKEN.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
tradeos.list_x402_skus List TradeOS x402 SKUs ~75
List TradeOS free and paid x402 intelligence SKUs, prices, endpoints, and buyer-readable use cases.
| Name | Type | Req | Description |
|---|---|---|---|
| agentId | string | — | — |
| baseUrl | string | — | — |
| includeFree | boolean | — | — |
| serviceIds | array | — | — |
| trafficClass | string | — | — |
No output schema declared.
No examples provided.
tradeos.plan_x402_sku_call Plan TradeOS x402 SKU Call ~161
Build a paid x402 call plan, request body, attribution headers, and payment instructions without spending.
| Name | Type | Req | Description |
|---|---|---|---|
| agentId | string | — | — |
| baseUrl | string | — | — |
| chain | string | — | — |
| chainId | string | — | — |
| contractAddress | string | — | — |
| horizon | string | — | — |
| limit | integer | — | — |
| metadata | object | — | — |
| output | string | — | — |
| parameters | object | — | — |
| prompt | string | — | — |
| requestType | string | — | — |
| serviceId | string | yes | — |
| symbol | string | — | — |
| timeframe | string | — | — |
| tokenAddress | string | — | — |
| trafficClass | string | — | — |
No output schema declared.
No examples provided.
tradeos.request_x402_payment_challenge Request TradeOS x402 Payment Challenge ~160
POST a planned request without payment to retrieve the x402 payment challenge. Does not spend funds.
| Name | Type | Req | Description |
|---|---|---|---|
| agentId | string | — | — |
| baseUrl | string | — | — |
| chain | string | — | — |
| chainId | string | — | — |
| contractAddress | string | — | — |
| horizon | string | — | — |
| limit | integer | — | — |
| metadata | object | — | — |
| output | string | — | — |
| parameters | object | — | — |
| prompt | string | — | — |
| requestType | string | — | — |
| serviceId | string | yes | — |
| symbol | string | — | — |
| timeframe | string | — | — |
| tokenAddress | string | — | — |
| trafficClass | string | — | — |
No output schema declared.
No examples provided.
tradeos.submit_claim_outcome_feedback Submit Claim Outcome Feedback ~204
Submit structured feedback for a public claim via the claim-outcomes write path.
| Name | Type | Req | Description |
|---|---|---|---|
| agentConfidence | number | — | — |
| agentId | string | — | — |
| agentModel | string | — | — |
| agentRunId | string | — | — |
| anonymousSessionIdOrUserId | string | — | — |
| automationLevel | string | — | — |
| clientApp | string | — | — |
| clientVersion | string | — | — |
| consentForDatasetUse | boolean | — | — |
| feedbackSource | string | — | — |
| label | string | yes | — |
| occurredAt | string | — | — |
| optionalNote | string | — | — |
| outcomeClass | string | — | — |
| outcomeId | string | — | — |
| outcomeScore | number | — | — |
| provenanceNote | string | — | — |
| publicClaimId | string | yes | — |
| sourceSnapshotRefs | array | — | — |
| targetId | string | yes | — |
| targetType | string | yes | — |
No output schema declared.
No examples provided.
tradeos.submit_digest_feedback Submit Digest Feedback ~166
Submit structured digest or evidence feedback via the conversion feedback path.
| Name | Type | Req | Description |
|---|---|---|---|
| agentConfidence | number | — | — |
| agentId | string | — | — |
| agentModel | string | — | — |
| agentRunId | string | — | — |
| anonymousSessionIdOrUserId | string | — | — |
| automationLevel | string | — | — |
| clientApp | string | — | — |
| clientVersion | string | — | — |
| consentForDatasetUse | boolean | — | — |
| feedbackSource | string | — | — |
| label | string | yes | — |
| occurredAt | string | — | — |
| optionalNote | string | — | — |
| provenanceNote | string | — | — |
| sourceSnapshotRefs | array | — | — |
| targetId | string | yes | — |
| targetType | string | yes | — |
No output schema declared.
No examples provided.
tradeos.submit_thesis_feedback Submit Thesis Feedback ~209
Submit structured feedback for a public thesis via the thesis-outcomes write path.
| Name | Type | Req | Description |
|---|---|---|---|
| agentConfidence | number | — | — |
| agentId | string | — | — |
| agentModel | string | — | — |
| agentRunId | string | — | — |
| anonymousSessionIdOrUserId | string | — | — |
| automationLevel | string | — | — |
| chainId | string | — | — |
| clientApp | string | — | — |
| clientVersion | string | — | — |
| consentForDatasetUse | boolean | — | — |
| feedbackSource | string | — | — |
| label | string | yes | — |
| occurredAt | string | — | — |
| optionalNote | string | — | — |
| outcomeScore | number | — | — |
| provenanceNote | string | — | — |
| sourceSnapshotRefs | array | — | — |
| subject | string | — | — |
| targetId | string | yes | — |
| targetType | string | yes | — |
| thesisId | string | yes | — |
| thesisType | string | — | — |
No output schema declared.
No examples provided.
tradeos.submit_watchlist_feedback Submit Watchlist Feedback ~162
Submit feedback for a watchlist event or driver. Requires TRADEOS_ACCOUNT_TOKEN; TRADEOS_PUBLIC_INTEL_KEY adds app attribution.
| Name | Type | Req | Description |
|---|---|---|---|
| agentConfidence | number | — | — |
| agentId | string | — | — |
| agentModel | string | — | — |
| agentRunId | string | — | — |
| automationLevel | string | — | — |
| eventId | string | — | — |
| feedbackSource | string | — | — |
| label | string | yes | — |
| occurredAt | string | — | — |
| optionalNote | string | — | — |
| provenanceNote | string | — | — |
| sourceSnapshotRefs | array | — | — |
| targetId | string | yes | — |
| targetType | string | yes | — |
| watchlistId | string | yes | — |
No output schema declared.
No examples provided.
tradeos.trigger_watchlist_deliveries Trigger Watchlist Deliveries ~90
Evaluate watchlist events against notification channels and write delivery audit rows. Requires TRADEOS_ACCOUNT_TOKEN.
| Name | Type | Req | Description |
|---|---|---|---|
| channelKinds | array | — | — |
| dryRun | boolean | — | — |
| eventIds | array | — | — |
| force | boolean | — | — |
| maxEvents | integer | — | — |
| minSeverity | string | — | — |
| watchlistId | string | yes | — |
No output schema declared.
No examples provided.
tradeos.watchlist_capabilities Get Watchlist Capabilities ~29
Fetch TradeOS watchlist intelligence modes, auth model, endpoints, and delivery status.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.