# DeltaSignal ATLAS-7

DeltaSignal ATLAS-7 delivers real-time financial intelligence for crypto public companies.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add aitrailblazer/deltasignal-atlas-7

# Browse available tools
npx -y smithery tool list aitrailblazer/deltasignal-atlas-7

# Get full schema for a tool
npx -y smithery tool get aitrailblazer/deltasignal-atlas-7 deltasignal_readiness

# Call a tool
npx -y smithery tool call aitrailblazer/deltasignal-atlas-7 deltasignal_readiness '{}'
```

## Direct MCP Connection

Endpoint: `https://deltasignal-atlas-7--aitrailblazer.run.tools`

**Optional config:**
- `paymentMode` (query) — Payment mode; use live for marketplace traffic.

## Tools (8)

- `deltasignal_readiness` — Checks the live ATLAS-7 data plane before analysis, including service readiness, active data freshness, issuer coverage…
- `deltasignal_top_stressed` — Ranks the most stressed crypto public companies in the active DeltaSignal slice, using covenant stress, debt coverage, …
- `deltasignal_covenant_stress` — Fetches ATLAS-7 covenant stress for a single ticker or screens the active issuer universe with filters for risk tier, q…
- `deltasignal_peer_ranking` — Compares one crypto public company against its peer group and returns relative covenant stress ranking, percentile cont…
- `deltasignal_alpha_signals` — Returns high-conviction alpha and edge signals for one crypto public company ticker, including resilience, treasury, re…
- `deltasignal_company_fundamentals` — Returns SEC XBRL-backed company fundamentals for one ticker, with optional segment facts and related-party facts for de…
- `deltasignal_risk_distribution` — Summarizes the active issuer universe by ATLAS-7 risk tier so agents can understand market-wide stress concentration be…
- `deltasignal_daily_changes` — Returns the latest daily signal-change snapshot, highlighting new SEC/XBRL-driven changes, issuer movements, and fresh …

```bash
# Get full input/output schema for a tool
npx -y smithery tool get aitrailblazer/deltasignal-atlas-7 <tool-name>
```
