@solstera/market-intelligence
npm install https://hermes-mi.solsteralabs.com/developers/sdk/solstera-market-intelligence-0.2.0.tgzDownload TypeScript SDKConnect 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.
No order placement. No brokerage credentials. No model mutation.
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.
smi_test_ key with only the scopes you need./api/v1/signing-key and verify each envelope before downstream use.curl https://hermes-mi.solsteralabs.com/api/v1/opportunities?horizon=1m&limit=5 \
-H "Authorization: Bearer $SOLSTERA_API_KEY"Official SDKs · v0.2.0
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.
npm install https://hermes-mi.solsteralabs.com/developers/sdk/solstera-market-intelligence-0.2.0.tgzDownload TypeScript SDKpip install https://hermes-mi.solsteralabs.com/developers/sdk/solstera_market_intelligence-0.2.0-py3-none-any.whlDownload Python SDKSHA-256 checksums · Every client preserves all seven horizons and contains no trade execution capability.
Your key stays in this page’s memory and is never saved. Calls go directly to the same-origin public API.
Select an endpoint and run a signed request.
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 readlist_forecastsAsset × horizon estimateslist_opportunitiesRanked 0–100 ratingsget_historical_analogsSimilar days and what followedget_days_like_todaySimilarity evidence and realized outcomesget_recommendation_historyOriginal calls and outcomesget_model_healthForward evidence and driftPOST /mcpStreamable HTTP JSON-RPC · protocol 2025-06-18Receive 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.