---
name: deltasignal-atlas
description: Pay-per-call DeltaSignal ATLAS-7 Financial Intelligence API for crypto public companies. Primary access is Tempo MPP on /mpp/v1/*; Agentic Market compatibility is Base x402 on /v1/*. Covers SEC XBRL fundamentals, Phase 1 alpha signals, covenant stress, peer ranking, top-stressed issuers, risk distribution, readiness, and daily SEC changes. No subscriptions — agents pay only for what they use ($0.03–$0.10 per call).
version: 1.5.0
author: DeltaSignal
tags: [crypto, finance, alpha, covenant-stress, fundamentals, peer-ranking, trading, sec-xbrl]
homepage: https://deltasignal.substack.com
install: npx agentcash add https://api.aitrailblazer.net/skills/atlas/SKILL.md
---

# DeltaSignal ATLAS-7 Financial Intelligence API

**Live server**: `https://api.aitrailblazer.net`  
**Discovery**: https://www.mppscan.com/server/8892af70b613b5c2feb932a52fab50b29155f5655363c5e9e56456486187a6a7  
**OpenAPI**: https://api.aitrailblazer.net/openapi.json  
**Manifest**: https://api.aitrailblazer.net/.well-known/mpp.json  
**Logo**: https://api.aitrailblazer.net/deltasignal-logo.png

Pay-per-call via two agent payment rails. Primary discovery uses Tempo MPP on `/mpp/v1/*`. Agentic Market uses Base x402 on `/v1/*`. Both rails return structured, actionable issuer-level intelligence from SEC XBRL, issuer debt context, ATLAS covenant stress, peer ranking, alpha opportunity scoring, and daily filing-change readiness signals.

### When to use this skill

- User asks for covenant stress, peer ranking, alpha signals, readiness, top-stressed issuers, risk distribution, daily SEC changes, or fundamentals on any crypto public company (MARA, RIOT, HUT, BMNR, MSTR, etc.).
- User wants quantitative edge from SEC XBRL + ATLAS-7 Tesla Coil model.
- User needs provenance-rich data for trading/research agents.

**Do not use** for general market commentary or on-chain data — this skill is issuer-level structural analysis only.

### Base URL

`https://api.aitrailblazer.net`

### Payment Rails

Use the route family that matches the client surface:

| Client surface | Payment rail | Network | Route family | Use when |
| --- | --- | --- | --- | --- |
| MPPScan, mpp.dev, AgentCash MPP | Tempo MPP | Tempo | `/mpp/v1/*` | The client discovers this skill or the MPP manifest |
| Agentic Market | Base x402 | Base | `/v1/*` | The Agentic Market UI shows `npx awl x402 pay` or a Base x402 route |

Do not translate an Agentic Market `/v1/*` route into `/mpp/v1/*`; Agentic Market pays through x402 on Base. Do not translate an MPPScan or mpp.dev `/mpp/v1/*` route into `/v1/*`; those clients pay through Tempo MPP.

### Primary Paid Resource Catalog

Use `/mpp/v1/*` resources for MPPScan, mpp.dev, AgentCash MPP, and direct MPP clients.

| Endpoint | Price | Best use |
| --- | ---: | --- |
| `GET /mpp/v1/company-fundamentals/{ticker}` | $0.05 | Provenance-rich SEC XBRL fundamentals for one issuer |
| `GET /mpp/v1/alpha-signals/{ticker}` | $0.07 | Deterministic Phase 1 alpha signals for one issuer |
| `GET /mpp/v1/alpha-opportunities` | $0.05 | Rank the current DeltaSignal slice by Phase 1 alpha score |
| `GET /mpp/v1/covenant-stress/{ticker}` | $0.10 | Detailed ATLAS-7 covenant stress for one issuer |
| `GET /mpp/v1/covenant-stress` | $0.08 | Filter or list the current covenant stress slice |
| `GET /mpp/v1/top-stressed` | $0.05 | Most stressed crypto public issuers right now |
| `GET /mpp/v1/peer-ranking/{ticker}` | $0.06 | Peer covenant ranking and system resonance for one issuer |
| `GET /mpp/v1/risk-distribution` | $0.04 | Current covenant stress risk-tier distribution |
| `GET /mpp/v1/readiness` | $0.04 | Latest service/data readiness snapshot and coverage windows |
| `GET /mpp/v1/daily-changes/latest` | $0.03 | Latest SEC daily-changes snapshot with changed/new companies |

### Agentic Market x402 Compatibility

When the caller is using Agentic Market, use the `/v1/*` endpoint shown by Agentic Market. Those calls are paid with Base x402 and settle in Base USDC.

| Agentic Market endpoint | Price | Mirrors |
| --- | ---: | --- |
| `GET /v1/company-fundamentals/{ticker}` | $0.05 | `GET /mpp/v1/company-fundamentals/{ticker}` |
| `GET /v1/alpha-signals/{ticker}` | $0.07 | `GET /mpp/v1/alpha-signals/{ticker}` |
| `GET /v1/alpha-opportunities` | $0.05 | `GET /mpp/v1/alpha-opportunities` |
| `GET /v1/covenant-stress/{ticker}` | $0.10 | `GET /mpp/v1/covenant-stress/{ticker}` |
| `GET /v1/covenant-stress` | $0.08 | `GET /mpp/v1/covenant-stress` |
| `GET /v1/top-stressed` | $0.05 | `GET /mpp/v1/top-stressed` |
| `GET /v1/peer-ranking/{ticker}` | $0.06 | `GET /mpp/v1/peer-ranking/{ticker}` |
| `GET /v1/risk-distribution` | $0.04 | `GET /mpp/v1/risk-distribution` |
| `GET /v1/readiness` | $0.04 | `GET /mpp/v1/readiness` |
| `GET /v1/daily-changes/latest` | $0.03 | `GET /mpp/v1/daily-changes/latest` |

### Parameter Guidance

- `{ticker}` is a public-company ticker symbol. Normalize to uppercase before calling.
- Use `/mpp/v1/readiness` before higher-cost calls when the user asks whether data is current.
- Use `/mpp/v1/alpha-opportunities` when the user asks "what should I look at?" without naming a ticker.
- Use `/mpp/v1/top-stressed` when the user asks for stressed issuers without naming a ticker.
- Use `/mpp/v1/risk-distribution` for market-level stress composition.

### Recommended Agent Flow (strict)

1. **Ask user** for ticker, sector, or specific need (stress, ranking, alpha, etc.).
2. **Confirm** exact endpoint + price and get explicit approval.
3. **Make only ONE paid call per response**.
4. Return clean, structured analysis with key insights, implications, and caveats.
5. Always end with source reference.

### Response Contract

- One endpoint per turn — never batch paid calls.
- Output natural analysis (bullets/tables ok) — never raw JSON unless asked.
- Append at the end:
  ```
  Source: DeltaSignal ATLAS-7 — {Endpoint} — {Date}
  ```
- If no ticker or need is clear, ask before calling any paid route.

### Invariants (never break)

- Never call a paid endpoint without user confirmation.
- Never make more than one paid request per response.
- Never guess tickers or fabricate data.
- Always use exact slugs/endpoints returned by the active client surface.
- Respect payment headers (402 → pay → retry).
- Use `/mpp/v1/*` for Tempo MPP clients.
- Use `/v1/*` only when the active client is Agentic Market/Base x402 or when the user explicitly asks for the Base x402 rail.

### Discovery Metadata

- MPPScan: https://www.mppscan.com/server/8892af70b613b5c2feb932a52fab50b29155f5655363c5e9e56456486187a6a7
- OpenAPI: https://api.aitrailblazer.net/openapi.json
- MPP manifest: https://api.aitrailblazer.net/.well-known/mpp.json
- Skill URL: https://api.aitrailblazer.net/skills/atlas/SKILL.md
- Logo: https://api.aitrailblazer.net/deltasignal-logo.png
- Agentic Market: Base x402 compatibility on `/v1/*`

### Example Agent Choices

- "Run covenant stress on MARA" → confirm `$0.10`, then call `GET /mpp/v1/covenant-stress/MARA`.
- "Run covenant stress on MARA in Agentic Market" → confirm `$0.10`, then call `GET /v1/covenant-stress/MARA` through Base x402.
- "Which crypto issuers look most stressed?" → confirm `$0.05`, then call `GET /mpp/v1/top-stressed`.
- "Find alpha opportunities" → confirm `$0.05`, then call `GET /mpp/v1/alpha-opportunities`.
- "Is DeltaSignal current today?" → confirm `$0.04`, then call `GET /mpp/v1/readiness`.
- "What changed in SEC filings?" → confirm `$0.03`, then call `GET /mpp/v1/daily-changes/latest`.

### Quick Install

```bash
npx agentcash add https://api.aitrailblazer.net/skills/atlas/SKILL.md
```

Test command:

```bash
npx agentcash try https://api.aitrailblazer.net
```

Example prompt:
“Run covenant stress analysis on MARA and compare peer ranking to RIOT using DeltaSignal ATLAS.”
