hsh_subscribe_data_feed
ActiveTool of HSH Data-on-Demand
FREE. Register a STANDING subscription so HSH watches for events matching your interest (e.g. SEC filings by form type and/or ticker/sector keywords) and sends you a quote the moment a match is caught. Turns one-off data buying into an always-on feed. Pay per matched delivery via x402.
Parameters schema
{
"type": "object",
"required": [],
"properties": {
"need": {
"type": "string",
"description": "Plain-language description of what to watch (e.g. 'any 8-K or 10-Q mentioning AAPL or semiconductors')."
},
"forms": {
"type": "array",
"items": {
"type": "string"
},
"description": "Optional SEC form types to match, e.g. [\"8-K\",\"10-Q\"]. Omit to match any material form."
},
"agent_id": {
"type": "string",
"description": "Optional agent/wallet id to associate with this subscription."
},
"keywords": {
"type": "array",
"items": {
"type": "string"
},
"description": "Optional tickers/company names/sector terms to match in the filing."
},
"callback_url": {
"type": "string",
"description": "Optional webhook URL to receive match notifications; omit to poll with hsh_check_subscription."
},
"max_price_usd": {
"type": "number",
"description": "Optional max price per matched delivery; quotes above this are skipped."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
HSH Data-on-Demand
https://github.com/hshintelligence/data-on-demand
2/7 registries