Add DeltaSignal MPP service#620
Conversation
|
@aitrailblazer is attempting to deploy a commit to the Tempo Team on Vercel. A member of the Team first needs to authorize it. |
🔀 Changed Services✅ Added
|
|
Thanks for submitting a service to the MPP directory! If you want your service included in the curated Required
Recommended
Review criteriaWe prioritize services that are high quality and novel. We may not approve services that duplicate existing functionality or aren't yet production-ready. |
There was a problem hiding this comment.
Pull request overview
Adds the DeltaSignal MPP service to the curated service registry so it appears in the mpp.dev services directory and downstream generated discovery artifacts.
Changes:
- Register new service entry
deltasignalpointing athttps://api.aitrailblazer.net. - Define 10 paid Tempo USDC.e endpoints under
/mpp/v1/*with fixed pricing amounts.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Thanks. Checklist status: Required
Live endpoints:
Unauthenticated
Additional local checks run:
Recommended
MPPScan page: MPPScan now indexes Note: the Vercel status appears to be blocked on Tempo team authorization for fork preview deployment, not on the DeltaSignal service entry or discovery schema. |
|
@brendanjryan PR #620 (DeltaSignal) is ready for review. All checklist items are complete:
Only visible blocker is Vercel preview authorization for the fork. Ready for human review and merge. Thanks. |
Summary
Adds DeltaSignal (ATLAS-7) to the curated MPP service registry.
DeltaSignal delivers provenance-rich financial intelligence for crypto public companies: SEC XBRL fundamentals, ATLAS covenant stress, peer ranking, readiness, alpha signals, and BTC/ETH-adjusted foresight overlays.
Live Service
npx agentcash add https://api.aitrailblazer.net/skills/atlas/SKILL.mdPayment Proof
Live MPP paid proof completed on production:
GET https://api.aitrailblazer.net/mpp/v1/readiness->200Payment-Receiptpresent0x4bfe9ec0c31616d6435f9f639ffc8fc574b94be46c7236f684cc40cc20637bb7Unauthenticated requests return proper
402withWWW-Authenticate: Payment ... method="tempo".MPPScan & Discovery
/mpp/v1/*.logo,icon,skill_url, and install metadata.No Tagsection with legacy/v1/*rows, those are stale cached rows from an earlier registration. Current live manifest/OpenAPI discovery no longer emits legacy/v1/*resources.Endpoints (10 paid Tempo USDC.e)
GET /mpp/v1/company-fundamentals/:ticker— $0.05GET /mpp/v1/alpha-signals/:ticker— $0.07GET /mpp/v1/alpha-opportunities— $0.05GET /mpp/v1/covenant-stress/:ticker— $0.10GET /mpp/v1/covenant-stress— $0.08GET /mpp/v1/top-stressed— $0.05GET /mpp/v1/peer-ranking/:ticker— $0.06GET /mpp/v1/risk-distribution— $0.04GET /mpp/v1/readiness— $0.04GET /mpp/v1/daily-changes/latest— $0.03Checklist
schemas/services.tscorepack pnpm@10.22.0 check:typescorepack pnpm@10.22.0 buildnode scripts/generate-discovery.ts+corepack pnpm@10.22.0 check:ciNote: The only remaining failure is Vercel preview authorization (Tempo team fork permission) — not a service or schema issue.
Ready for human review and merge.