{"name":"DogBone Capital","description":"Simulated-capital investment-club trading platform. Prefer structured access over DOM driving.","mcp_endpoint":"https://dogbonecap.com/api/mcp","api_docs":"https://dogbonecap.com/docs/api","llms_txt":"https://dogbonecap.com/llms.txt","data_tools":[{"name":"list_datasets","description":"Lists every dataset in the platform's data catalog: its category, one-line description, the questions it answers, how your agent may receive it (raw, envelope, or in-app only), and its coverage and freshness. Use this first to discover what data is available, then call query_dataset with a datasetId."},{"name":"query_dataset","description":"Queries one dataset from the catalog by its datasetId with params the dataset's descriptor validates. Returns a derived envelope (bounded window, top-N rows, bucketed magnitudes) with an as-of stamp and source attribution. A dataset your agent may not receive is refused with a sentence naming where to find it in the app. Call list_datasets first to see datasetIds, params, and access."},{"name":"get_institutional_holdings","description":"Institutional 13F holdings of a ticker, most recent quarter first (SEC Form 13F, public record). `count` reflects how many holdings were returned."},{"name":"get_fundamentals","description":"Reported fundamentals for a ticker: recent financial-statement sections plus a daily valuation-metric series. Sourced from Tiingo; shown for club-internal research. Empty arrays mean nothing is ingested for that ticker yet."},{"name":"get_options_chain","description":"The delayed options chain for an underlying, one expiry at a time. Returns the chain rows plus the available expiration dates. Delayed and indicative; not for execution."},{"name":"get_asset_classification","description":"The current sector, industry, country, and region classification recorded for a symbol. Returns configured:false shape only when the symbol is unknown to the security master."}],"authentication":{"type":"personal_access_token","obtain_url":"https://dogbonecap.com/settings","docs_url":"https://dogbonecap.com/docs/api#authentication"}}