DeltaSignal ATLAS-7 - SEC-Grounded Issuer Intelligence for Agents
Real-time financial signals, risk, fundamentals, and alpha for crypto-exposed public companies. Latest public checkpoint: ATLAS-JUN-8-LIVE-READINESS-MCP-EVIDENCE-HARDENING on Azure revision ca-web-intel-mcp--0000484, with OpenAPI 56 paths, live pricing/field-contract discovery, HUT issuer-evidence readiness, and 97.5% cmd/search-gateway source coverage.
Common workflows are exposed as composite MCP presets so agents can call one reliable tool instead of hand-orchestrating several low-level calls. The live Azure service also exposes an operator audit-status tool so agents can verify that the full 215-issuer regression run is healthy before relying on the surface.
Native MCP server plus x402 micropayments. First 5 calls are free where supported, then Base USDC through compatible x402 clients. No subscription required.
Agents discover, pay, and execute deterministic workflows through MCP tools, OpenAPI routes, and Arazzo scenario definitions.
Also available as a Glama Connector. Smithery remains available as an alternate connector path.
Coinbase x402 / Codex Marketplace Review Focus
Delta Signal ATLAS-7 should be reviewed as a Codex-ready, x402-payable financial evidence service, not as a generic chat plugin.
The public review surface is ATLAS-7 issuer intelligence:
- MCP discovery before paid execution.
- OpenAPI route contracts with reachable REST routes and 402 response behavior.
- Arazzo workflow metadata for bounded scenario planning.
- x402 challenge and retry behavior through Base USDC.
- Route-level pricing and payment metadata.
- Evidence-preserving JSON or Markdown outputs with source dates, caveats, quality flags, payload mode, route provenance, and non-advice boundaries.
Recommended reviewer path:
- Install the Coinbase payments MCP and this Codex plugin.
- Inspect MCP
tools/listbefore any paid call. - Inspect
https://api.aitrailblazer.net/openapi.json. - Probe
GET https://api.aitrailblazer.net/v1/readiness. - Confirm that a plain unauthenticated paid route may return HTTP
402 Payment Required. - Retry through an x402-compatible client or an active grant context.
- Inspect returned metadata before trusting rendered prose.
Marketplace reviewers should validate extensions.bazaar.routeTemplate=/v1/readiness, an output example, merchant resources, seller payTo, amount/network/asset metadata, and the absence of unsupported Agentic Market first-party verification claims.
TripCode / River subscriber research is a near-term extension. Do not market TripCode tools as public marketplace-ready unless the deployed public MCP endpoint exposes them and the required River / issuer index blobs are available.
How Agents Know and Run Workflows
The public landing page includes the animated workflow runner. The same contract is machine-readable here:
flowchart LR
Intent["User intent<br/>morning brief, RIOT report, daily evidence"]
Discover["Discover<br/>MCP tools/list<br/>OpenAPI<br/>Arazzo<br/>x402 metadata"]
Plan["Plan<br/>select Arazzo workflow"]
Execute["Execute<br/>MCP composite<br/>or REST sequence"]
Pay["Resolve payment<br/>402 challenge<br/>Coinbase x402 pay + retry"]
Result["Result<br/>bounded JSON<br/>Markdown evidence"]
Intent --> Discover --> Plan --> Execute --> Pay --> Result
Plan --> W1["marketReadinessScan"]
Plan --> W2["singleIssuerDiligence"]
Plan --> W3["dailyMonitoringEvidenceDrilldown"]
Plan --> W4["mcpCompositePresetSelection"]
Agents do not need a special Arazzo runner to use this today. MCP clients can read the scenario definitions, select one of the exposed MCP composite tools, or follow the OpenAPI route sequence step by step. Public clients use x402 when a route returns 402 Payment Required; internal keyed validation is first-party testing only.
Key Surfaces
- Changelog -
changelog.html - Changelog feeds -
rss.xmlandatom.xml - Claude Code project guide -
CLAUDE.md - MCP endpoint -
https://api.aitrailblazer.net/mcp - Main website -
https://aitrailblazer.com - StrategiX Visual MCP -
https://aitrailblazer.github.io/strategix-visual-mcp/ - Delta Signal Substack -
https://substack.com/@deltasignalai - OpenAPI 3.1 -
https://api.aitrailblazer.net/openapi.json - x402 discovery -
https://api.aitrailblazer.net/.well-known/x402 - Arazzo YAML -
arazzo/deltasignal-arazzo.yamland root mirrordeltasignal-arazzo.yaml - Arazzo JSON -
arazzo/deltasignal-arazzo.jsonand root mirrordeltasignal-arazzo.json - Public handshake workflow -
arazzo/publicMcpX402Handshake.arazzo.yaml - Glama Connector -
net.aitrailblazer.api/delta-signal-atlas-7 - Registry refresh notes -
REGISTRY_REFRESH.md
Changelog Feed Maintenance
rss.xml and atom.xml are generated from the machine-readable JSON embedded in changelog-llm.html:
node scripts/generate-changelog-feeds.mjs
The Changelog Feeds GitHub Action runs on changelog pushes, daily schedule, and manual dispatch. It refreshes the feed files and commits them when they drift, while the discovery contract workflow fails if a pull request changes the changelog without regenerating the feeds.
Quick Start
Codex + Coinbase
npx @coinbase/payments-mcp install
codex plugin marketplace add aitrailblazer/deltasignal-atlas-codex-plugin
Restart Codex CLI after install.
Claude Code + Coinbase
npx @coinbase/payments-mcp install --client claude-code
claude mcp add --transport http deltasignal-atlas-7 https://api.aitrailblazer.net/mcp
Test Immediately
Give me a DeltaSignal morning brief.
Run a DeltaSignal company report for RIOT.
Show me the DeltaSignal pressure board.
Run a quick ticker check for MARA.
Is the full ATLAS-7 audit healthy?
Seven Agent Workflows
The workflow layer is published as Arazzo 1.0.1:
- YAML:
arazzo/deltasignal-arazzo.yaml - JSON:
arazzo/deltasignal-arazzo.json - Public handshake only:
arazzo/publicMcpX402Handshake.arazzo.yaml
These workflows are scenario guidance for agents. They do not replace OpenAPI or MCP; they tell an agent which operations/tools to call for a user intent.
1. publicMcpX402Handshake
Public onboarding and payment check.
Flow:
- Call
POST /mcpwith JSON-RPCtools/list. - Do not send an internal key.
- Expect HTTP
200with the public DeltaSignal tool inventory. - Call a real tool such as
deltasignal_readinessthrough the x402-capable client. - Expect either an attached grant to allow execution or HTTP
402 Payment Required. Supported grant paths are identity headers (X-Codex-User,X-Codex-Session,X-User-ID) or signed wallet-grant headers for enrolled EVM wallets. - If challenged, let the x402-capable client pay and retry the same
tools/callrequest.
Use this to confirm public MCP discovery and paid tool execution before real use.
2. internalMcpToolSmoke
First-party internal no-payment smoke on the same MCP endpoint.
Flow:
- Call
POST /mcp tools/listwithx-api-keyormcp-api-key. - Expect HTTP
200. - Confirm the tool inventory.
- Call
deltasignal_readiness.
This workflow is internal validation only. Public users should use x402.
3. atlas7AuditStatusCheck
Operator readiness check for the scheduled Azure-native regression audit.
Flow:
- Call
GET /v1/atlas7/audit/latestwith an internal/pre-authorized key, or call MCP tooldeltasignal_atlas7_audit_status. - Confirm
status=healthy,stale=false,issuer_count=215,failed_count=0,historical_failed_count=0, andcomposite_failed_count=0. - Preserve the artifact prefix and
finished_at_utcwhen summarizing.
This workflow is an operational audit surface, not a paid issuer-analysis route.
4. marketReadinessScan
Broad market operating picture.
Flow:
GET /v1/readinessGET /v1/risk-distributionGET /v1/top-stressed?limit=10GET /v1/alpha-opportunities?limit=10
Use this when a user asks what is happening across the crypto public issuer universe.
5. singleIssuerDiligence
Full ticker-level diligence.
Flow:
GET /v1/company-fundamentals/{ticker}GET /v1/alpha-signals/{ticker}GET /v1/covenant-stress/{ticker}GET /v1/peer-ranking/{ticker}- Optional:
GET /v1/atlas-history/{ticker}?limit=30
MCP equivalent: call deltasignal_company_report with { "ticker": "RIOT" }.
6. dailyMonitoringEvidenceDrilldown
Compact daily monitoring first, raw evidence only when requested.
Flow:
GET /v1/daily-changes/latest- Optional:
GET /v1/daily-changes/evidence?ticker={ticker}&source_date={source_date}&limit=25
Use this when a user asks what changed today, then asks why a specific issuer moved.
7. mcpCompositePresetSelection
Preferred MCP composite tools for common user intents.
| Preset | Intent | Price metadata |
|---|---|---|
deltasignal_morning_brief | Daily market scan | $0.18 |
deltasignal_company_report | Full single-ticker diligence | $0.30 |
deltasignal_pressure_board | Risk-focused monitoring | $0.14 |
deltasignal_alpha_sweep | Opportunity-focused market screen | $0.14 |
deltasignal_quick_ticker_check | Fast single-name sanity check | $0.18 |
Agents should prefer these server-enforced composites for common scenarios instead of manually fanning out low-level tools.
8. tripCodeResearchContinuity
Article-to-evidence continuity for DeltaSignal subscribers.
Marketplace caveat: this workflow is discovery-gated. Do not claim it is public marketplace-ready unless the deployed MCP tools/list exposes the TripCode tools and the required River / issuer index blobs are available. If discovery does not expose these tools, use the supported ATLAS-7 issuer workflow instead.
Flow:
- Read the
ATLAS-7 TripCode: TF-SUB-...value from a DeltaSignal article subtitle. - Call MCP tool
deltasignal_resolve_article_tripcodewith that TripCode. - Use returned
continuity.linked_xbrl_tripcodes,linked_ds_tripcodes, andriver_tripcodesto load filing evidence, computed DeltaSignal signals, and issuer thesis River context. - If a draft article is being prepared before publication, call
deltasignal_generate_article_tripcodewith DeltaSignal research identity fields. Do not use a Substack post ID as canonical identity. - If the user asks for the full subscriber thesis map and prior article nodes are not already provided, call
deltasignal_list_article_tripcodeswith the current TripCode, TF-RIVER TripCode, or issuer symbol to discover prior TF-SUB nodes automatically. - Call
deltasignal_resolve_river_tripcodewhen the user wants the full persistent River graph, ordeltasignal_reverse_search_riverwhen the user wants thesis-lineage reconstruction. - Call
deltasignal_article_thesis_mapwith the current article TripCode and the discovered River/evidence continuity. Do not require the subscriber to paste old TripCodes by hand. - If the article names filing evidence only, call
deltasignal_resolve_filing_tripcode, thendeltasignal_compare_article_to_filing_evidencefor a compact verification packet.
Use this when a subscriber asks Codex or Claude Code to turn a DeltaSignal article into a machine-readable thesis map.
Public subscriber access is through MCP/x402:
- Discovery is free: plugin page,
tools/list, OpenAPI, Arazzo,llms.txt, and.well-known/x402. - Public
tools/callmay require a grant, free-tier allowance, or x402 payment proof. - x402-compatible clients receive a 402 challenge, pay through Base USDC, then retry the same request.
- Full paid article text and LLM-friendly Markdown are entitlement-gated. If access is not verified, tools should return metadata, permitted summaries, continuity links, and
restrictedormissingstatus rather than leaking paid content. - Internal authoring write tools are not exposed publicly.
Available MCP Tools
Composite presets:
deltasignal_morning_briefdeltasignal_company_reportdeltasignal_pressure_boarddeltasignal_alpha_sweepdeltasignal_quick_ticker_check
Granular tools:
deltasignal_readiness
Discovery-gated TripCode / River tools. Call only when live MCP tools/list exposes them:
deltasignal_generate_article_tripcode- authoring-time TF-SUB identity generation; local, deterministic, typical price $0.00.deltasignal_resolve_article_tripcode- resolves an article subtitle TripCode into the Azure Blob research object; typical price $0.02.deltasignal_list_article_tripcodes- discovers prior TF-SUB article nodes from a current article TripCode, River TripCode, or issuer symbol; typical price $0.02.deltasignal_resolve_river_tripcode- resolves a TF-RIVER issuer thesis graph from Azure Blob; typical price $0.05.deltasignal_reverse_search_river- reconstructs River thesis lineage and the eight-section subscriber map from an issuer, TripCode, or claim; typical price $0.30.deltasignal_search_by_claim- searches River claim records by query or claim hash; typical price $0.05.deltasignal_search_by_issuer- discovers the issuer index, active River root, and article nodes; typical price $0.05.deltasignal_compare_claim_to_evidence- compares one claim to River evidence refs and marks missing evidence explicitly; typical price $0.08.deltasignal_generate_filing_tripcode- generates a TF-XBRL evidence identity from SEC/XBRL tuple data; local, deterministic, typical price $0.00.deltasignal_resolve_filing_tripcode- resolves known TF-XBRL filing evidence; typical price $0.02.deltasignal_compare_article_to_filing_evidence- compares one article node to linked filing evidence; typical price $0.08.deltasignal_article_thesis_map- resolves one article-centered River into the eight-section subscriber thesis map; typical price $0.30.
Public ATLAS-7 issuer tools:
deltasignal_top_stresseddeltasignal_covenant_stressdeltasignal_peer_rankingdeltasignal_alpha_signalsdeltasignal_company_fundamentalsdeltasignal_risk_distributiondeltasignal_daily_changes- compact Daily Monitoring; no raw tag arrays; typical public route price $0.03.deltasignal_daily_change_evidence- explicit issuer proof drilldown; paginated raw Company Facts tags; typical public route price $0.03.deltasignal_atlas7_audit_status- operator health check for the Azure-native 215-issuer ATLAS-7 regression audit; reports freshness, artifact prefix, operation count, historical failures, composite failures, and health state. This is a readiness/audit surface, not an issuer-analysis route.
All tools are read-only, schema-validated, and bounded for agent use.
TripCode Resolver Pricing
TripCode tools are MCP-first research-continuity utilities. They are priced to make subscriber article resolution cheap while keeping higher-value synthesis separate.
Public marketplace caveat: TripCode / River tools must be treated as a near-term extension unless live MCP discovery exposes them. The strongest Coinbase / Codex marketplace path today is ATLAS-7 x402 issuer intelligence: readiness, Morning Brief, Company Report, Pressure Board, Alpha Sweep, Quick Ticker Check, and issuer drilldowns.
| MCP tool | Typical price | Purpose |
|---|---|---|
deltasignal_generate_article_tripcode | $0.00 | Generate a deterministic TF-SUB article/research identity before publication |
deltasignal_resolve_article_tripcode | $0.02 | Resolve an article subtitle TripCode into its Azure Blob research object |
deltasignal_list_article_tripcodes | $0.02 | Discover prior TF-SUB nodes from a current article, TF-RIVER, or issuer River |
deltasignal_resolve_river_tripcode | $0.05 | Resolve the persistent TF-RIVER issuer thesis graph |
deltasignal_reverse_search_river | $0.30 | Reconstruct thesis deltas, confirmations, weakened assumptions, risks, scenarios, and monitors |
deltasignal_search_by_claim | $0.05 | Search River claims by normalized claim text or hash |
deltasignal_search_by_issuer | $0.05 | Find issuer index, active River root, and TF-SUB article nodes |
deltasignal_compare_claim_to_evidence | $0.08 | Compare one claim to River evidence refs and preserve missing evidence |
deltasignal_generate_filing_tripcode | $0.00 | Generate a deterministic TF-XBRL identity from supplied SEC/XBRL tuple data |
deltasignal_resolve_filing_tripcode | $0.02 | Resolve a TF-XBRL filing evidence object |
deltasignal_compare_article_to_filing_evidence | $0.08 | Return a compact article-to-filing verification packet |
deltasignal_article_thesis_map | $0.30 | Resolve one article-centered River into a current thesis map |
| Future deep River synthesis | $0.75-$1.20 | Heavier multi-River synthesis across article, evidence, computed signals, and milestones |
Natural Language Briefs
Raw and composite routes return structured evidence. Natural Language routes compile that evidence into validated Markdown while preserving source dates, caveats, quality flags, evidence hashes, and non-advice disclaimers.
Current public routes:
top_stressed_natural- live,$0.95, evidence-preserving Markdown brief for highest-stress issuers.morning_brief_natural- live,$0.95, backend-composed Natural Language Morning Brief.
Planned routes:
covenant_stress_natural-$1.20
Access Model
- Public MCP endpoint:
https://api.aitrailblazer.net/mcp - Public OpenAPI:
https://api.aitrailblazer.net/openapi.json - Public x402 discovery:
https://api.aitrailblazer.net/.well-known/x402 - Base x402 routes:
https://api.aitrailblazer.net/v1/* - Payment rail: Base USDC through x402-capable clients
- Seller
payTo:0x6D91ADF2c545047cbbC5b37a5f457cce081B48d3
First calls are free where a grant is configured or a free-tier policy applies. Supported grant paths are identity headers (X-Codex-User, X-Codex-Session, X-User-ID) or signed wallet-grant headers (X-DeltaSignal-Wallet, X-DeltaSignal-Wallet-Timestamp, X-DeltaSignal-Wallet-Nonce, X-DeltaSignal-Wallet-Signature) for enrolled EVM wallets. Raw unsigned wallet headers are not a grant identity. After the free tier, compatible clients receive x402 payment requirements. If payment tooling is unavailable, inspect the route and expected cost, then retry through a Coinbase/x402-capable client.
Public x402 Probe
Before paid use, inspect the payment contract. A plain unauthenticated request may return HTTP 402; a compatible client with a configured identity grant or signed wallet grant may execute under that grant:
GET https://api.aitrailblazer.net/v1/readiness
Expected public behavior:
- HTTP
402 Payment Required x402Version=2network=eip155:8453- Base USDC settlement
- seller
payTo=0x6D91ADF2c545047cbbC5b37a5f457cce081B48d3 - Bazaar discovery metadata for the route
Do not claim Agentic Market first-party verification until the Agentic Market UI or Coinbase/Agentic Market team confirms the branded DeltaSignal ATLAS-7 listing.
Daily Monitoring, Evidence, and Export Packaging
DeltaSignal daily activity is split into separate products:
- Morning Brief answers "give me the daily picture" with one backend-composed scan across readiness, latest meaningful deltas, risk distribution, top stressed issuers, and alpha opportunities.
- Finished Morning Brief PDF uses StrategiX Visual MCP to package DeltaSignal evidence into a polished, branded, auditable PDF. Recommended workflow:
strategix_delta_brief_pdf_fullat$4.50per market day. - Monthly PDF Subscription is
$79for 22 daily briefs with auto-delivery and archive access. - Heavy / Multi-Issuer Deep Brief is
$9.00when the finished PDF includes extra issuer drilldowns. - Daily Monitoring answers "what changed today?" through compact MCP and REST responses with freshness, changed-company rows, source dates, and evidence references.
- Evidence Drilldown answers "show me why this issuer moved" through
deltasignal_daily_change_evidenceorGET /v1/daily-changes/evidence. - Bulk Export is reserved for future artifact-backed full daily evidence packs; full exports should be saved as durable files, not pasted into chat context.
Public REST and payment surfaces:
GET /v1/daily-changes/latestorGET /mpp/v1/daily-changes/latest- compact monitoring.GET /v1/daily-changes/evidenceorGET /mpp/v1/daily-changes/evidence- issuer evidence drilldown.GET /v1/atlas7/audit/latest- authenticated operator status for the latest 215-issuer Azure regression audit.- Future bulk evidence export proposal: small pack $0.15, standard pack $0.30, full daily export $0.75-$1.50.
Development Modes
- Local:
DELTASIGNAL_PAYMENT_MODE=local - Live production:
DELTASIGNAL_PAYMENT_MODE=live - Internal smoke:
DELTASIGNAL_PAYMENT_MODE=internalwith a pre-authorized key
Internal mode is for first-party validation only. Public users should use x402.
Technical
- Bundled STDIO MCP server in
mcp-stdio/ - Remote MCP endpoint:
https://api.aitrailblazer.net/mcp - OpenAPI surface:
https://api.aitrailblazer.net/openapi.json - Arazzo workflow definitions:
arazzo/deltasignal-arazzo.yamlandarazzo/deltasignal-arazzo.json - Strict input validation and bounded responses
- Compatible with Codex, Claude Code, OpenClaw, and other MCP clients
Discovery contract validation:
cd mcp-stdio
go run ./cmd/validate-discovery --root ..
Set DELTASIGNAL_API_KEY or pass --api-key to also verify that every Arazzo x-mcp-tool exists in live MCP tools/list.