Market intelligence,
ready for your software.

Connect digital agents, portfolio tools, and trading platforms to Solstera’s persisted historical analogs, seven-horizon forecasts, ratings, and forward scorecard—without giving Solstera brokerage authority.

Solstera MISigned intelligence28 assets · 7 horizons
read only
AI agentsPortfolio toolsTrading platforms

No order placement. No brokerage credentials. No model mutation.

Scoped keysTenant isolatedEd25519 signedRate limitedAuditedVersioned v1

One request to today’s read.

Mint a test key, keep it server-side, and ask for the latest persisted artifact. Every successful response includes the source report signature and an Ed25519-signed envelope.

  1. Mint a smi_test_ key with only the scopes you need.
  2. Send it in the Bearer header.
  3. Fetch /api/v1/signing-key and verify each envelope before downstream use.
cURL
curl https://hermes-mi.solsteralabs.com/api/v1/opportunities?horizon=1m&limit=5 \
  -H "Authorization: Bearer $SOLSTERA_API_KEY"

Official SDKs · v0.2.0

Verified by default.

Both clients include the first-class days-like-today object, bounded retries, lazy pagination, Ed25519 response verification, constant-time webhook verification, replay protection, and read-only MCP setup.

TypeScript · Node 20+

@solstera/market-intelligence

npm install https://hermes-mi.solsteralabs.com/developers/sdk/solstera-market-intelligence-0.2.0.tgz
Download TypeScript SDK
Python · 3.10+

solstera-market-intelligence

pip install https://hermes-mi.solsteralabs.com/developers/sdk/solstera_market_intelligence-0.2.0-py3-none-any.whl
Download Python SDK

Try the contract.

Your key stays in this page’s memory and is never saved. Calls go directly to the same-origin public API.

ReadyJSON response
Select an endpoint and run a signed request.

Built for agents. Limited by design.

The MCP endpoint exposes only the tools allowed by the key’s scopes. There are no hidden execution tools, brokerage connections, or write access to intelligence.

get_latest_intelligenceToday’s complete read
list_forecastsAsset × horizon estimates
list_opportunitiesRanked 0–100 ratings
get_historical_analogsSimilar days and what followed
get_days_like_todaySimilarity evidence and realized outcomes
get_recommendation_historyOriginal calls and outcomes
get_model_healthForward evidence and drift
POST /mcpStreamable HTTP JSON-RPC · protocol 2025-06-18

Subscribe to meaningful change.

Receive HMAC-signed HTTPS deliveries when a report publishes, the leading opportunity changes, regime changes, or model health changes. Destinations are checked against private-network access.

Verify before use: pass the exact raw body to the SDK verifier, reject timestamps more than five minutes old, and deduplicate solstera-delivery before applying an event.

intelligence.report.publishedopportunity.rating.changedregime.changedmodel_health.changed