Server data from the Official MCP Registry
SEC/XBRL issuer intelligence for crypto public companies via MCP, OpenAPI, x402, and MPP.
SEC/XBRL issuer intelligence for crypto public companies via MCP, OpenAPI, x402, and MPP.
Remote endpoints: streamable-http: https://api.aitrailblazer.net/mcp
Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.
25 tools verified · Open access · 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Remote Plugin
No local installation needed. Your AI client connects to the remote endpoint directly.
Add this to your MCP configuration to connect:
{
"mcpServers": {
"io-github-aitrailblazer-deltasignal-atlas-7": {
"url": "https://api.aitrailblazer.net/mcp"
}
}
}From the project's GitHub README.
Real-time financial signals, risk, fundamentals, and alpha for crypto-exposed public companies.
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.
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.
https://api.aitrailblazer.net/mcphttps://aitrailblazer.comhttps://substack.com/@deltasignalaihttps://api.aitrailblazer.net/openapi.jsonhttps://api.aitrailblazer.net/.well-known/x402arazzo/deltasignal-arazzo.yaml and root mirror deltasignal-arazzo.yamlarazzo/deltasignal-arazzo.json and root mirror deltasignal-arazzo.jsonarazzo/publicMcpX402Handshake.arazzo.yamlnet.aitrailblazer.api/delta-signal-atlas-7REGISTRY_REFRESH.mdnpx @coinbase/payments-mcp install
codex plugin marketplace add aitrailblazer/deltasignal-atlas-codex-plugin
Restart Codex CLI after install.
npx @coinbase/payments-mcp install --client claude-code
claude mcp add --transport http deltasignal-atlas-7 https://api.aitrailblazer.net/mcp
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?
The workflow layer is published as Arazzo 1.0.1:
arazzo/deltasignal-arazzo.yamlarazzo/deltasignal-arazzo.jsonarazzo/publicMcpX402Handshake.arazzo.yamlThese 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.
publicMcpX402HandshakePublic onboarding and payment check.
Flow:
POST /mcp with JSON-RPC tools/list.200 with the public DeltaSignal tool inventory.deltasignal_readiness without payment.402 Payment Required.tools/call request.Use this to confirm public MCP discovery and paid tool execution before real use.
internalMcpToolSmokeFirst-party internal no-payment smoke on the same MCP endpoint.
Flow:
POST /mcp tools/list with x-api-key or mcp-api-key.200.deltasignal_readiness.This workflow is internal validation only. Public users should use x402.
atlas7AuditStatusCheckOperator readiness check for the scheduled Azure-native regression audit.
Flow:
GET /v1/atlas7/audit/latest with an internal/pre-authorized key, or call MCP tool deltasignal_atlas7_audit_status.status=healthy, stale=false, issuer_count=215, failed_count=0, historical_failed_count=0, and composite_failed_count=0.finished_at_utc when summarizing.This workflow is an operational audit surface, not a paid issuer-analysis route.
marketReadinessScanBroad market operating picture.
Flow:
GET /v1/readinessGET /v1/risk-distributionGET /v1/top-stressed?limit=10GET /v1/alpha-opportunities?limit=10Use this when a user asks what is happening across the crypto public issuer universe.
singleIssuerDiligenceFull ticker-level diligence.
Flow:
GET /v1/company-fundamentals/{ticker}GET /v1/alpha-signals/{ticker}GET /v1/covenant-stress/{ticker}GET /v1/peer-ranking/{ticker}GET /v1/atlas-history/{ticker}?limit=30MCP equivalent: call deltasignal_company_report with { "ticker": "RIOT" }.
dailyMonitoringEvidenceDrilldownCompact daily monitoring first, raw evidence only when requested.
Flow:
GET /v1/daily-changes/latestGET /v1/daily-changes/evidence?ticker={ticker}&source_date={source_date}&limit=25Use this when a user asks what changed today, then asks why a specific issuer moved.
mcpCompositePresetSelectionPreferred 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.
Composite presets:
deltasignal_morning_briefdeltasignal_company_reportdeltasignal_pressure_boarddeltasignal_alpha_sweepdeltasignal_quick_ticker_checkGranular tools:
deltasignal_readinessdeltasignal_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.
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.20https://api.aitrailblazer.net/mcphttps://api.aitrailblazer.net/openapi.jsonhttps://api.aitrailblazer.net/.well-known/x402https://api.aitrailblazer.net/v1/*payTo: 0x6D91ADF2c545047cbbC5b37a5f457cce081B48d3First 5 calls are free where supported. 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.
Before paid use, inspect the payment contract without spending:
GET https://api.aitrailblazer.net/v1/readiness
Expected public behavior:
402 Payment Requiredx402Version=2network=eip155:8453payTo=0x6D91ADF2c545047cbbC5b37a5f457cce081B48d3Do not claim Agentic Market first-party verification until the Agentic Market UI or Coinbase/Agentic Market team confirms the branded DeltaSignal ATLAS-7 listing.
DeltaSignal daily activity is split into separate products:
deltasignal_daily_change_evidence or GET /v1/daily-changes/evidence.Public REST and payment surfaces:
GET /v1/daily-changes/latest or GET /mpp/v1/daily-changes/latest - compact monitoring.GET /v1/daily-changes/evidence or GET /mpp/v1/daily-changes/evidence - issuer evidence drilldown.GET /v1/atlas7/audit/latest - authenticated operator status for the latest 215-issuer Azure regression audit.DELTASIGNAL_PAYMENT_MODE=localDELTASIGNAL_PAYMENT_MODE=liveDELTASIGNAL_PAYMENT_MODE=internal with a pre-authorized keyInternal mode is for first-party validation only. Public users should use x402.
mcp-stdio/https://api.aitrailblazer.net/mcphttps://api.aitrailblazer.net/openapi.jsonarazzo/deltasignal-arazzo.yaml and arazzo/deltasignal-arazzo.jsonDiscovery 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.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
by Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
by mcp-marketplace · Developer Tools
Scaffold, build, and publish TypeScript MCP servers to npm — conversationally
by mcp-marketplace · Finance
Free stock data and market news for any MCP-compatible AI assistant.