{
  "$schema": "https://webmcp.org/schemas/v1.json",
  "version": "1.0",
  "name": "FrontierPicks",
  "description": "Continuous market intelligence powered by frontier language models. Per-ticker dossiers, regime-tagged journal, weekly macro view, sector rotation.",
  "url": "https://frontierpicks.com",
  "contact": "hello@frontierpicks.com",
  "capabilities": {
    "discovery": {
      "llms": "https://frontierpicks.com/llms.txt",
      "llms_full": "https://frontierpicks.com/llms-full.txt",
      "agent_tools": "https://frontierpicks.com/agent-tools.json",
      "sitemap": "https://frontierpicks.com/sitemap.xml",
      "feed_json": "https://frontierpicks.com/feed.json",
      "feed_rss": "https://frontierpicks.com/rss.xml"
    },
    "content_endpoints": [
      { "id": "now",       "url": "https://frontierpicks.com/now/",             "type": "resource", "json": "https://frontierpicks.com/now.json", "summary": "This week's digest: regime call, biggest conviction moves, new/refreshed dossiers, accelerating themes, catalysts ahead." },
      { "id": "macro",     "url": "https://frontierpicks.com/macro/",            "type": "resource", "json": "https://frontierpicks.com/macro.json", "summary": "Live regime dashboard (VIX, breadth, S&P vs trend, sector heat) + weekly rates/credit/breakevens/labour synthesis." },
      { "id": "hot",       "url": "https://frontierpicks.com/hot/",             "type": "resource", "json": "https://frontierpicks.com/hot.json", "summary": "Live momentum board: strongest US names by 3-month price momentum and acceleration, with sector heat and dossier coverage." },
      { "id": "latest",    "url": "https://frontierpicks.com/latest/",          "type": "resource", "json": "https://frontierpicks.com/latest.json", "summary": "Change feed: new/refreshed dossiers, conviction moves, resolved theses, journal entries and momentum entrants over 30 days." },
      { "id": "calendar",  "url": "https://frontierpicks.com/calendar/",        "type": "resource", "json": "https://frontierpicks.com/calendar.json", "summary": "Catalyst calendar: every dated event the model is watching, grouped this week / next week / later." },
      { "id": "themes_motion", "url": "https://frontierpicks.com/themes/motion/", "type": "resource", "json": "https://frontierpicks.com/themes/motion.json", "summary": "Emergent-theme status board: which clusters are accelerating, maturing or saturated, with the names in each." },
      { "id": "dossiers",  "url": "https://frontierpicks.com/dossiers/",        "type": "index" },
      { "id": "dossier",   "url": "https://frontierpicks.com/dossiers/{ticker}/", "type": "resource", "templated": true },
      { "id": "holdings",  "url": "https://frontierpicks.com/holdings/",         "type": "index" },
      { "id": "track_record", "url": "https://frontierpicks.com/track-record/",  "type": "resource", "json": "https://frontierpicks.com/track-record.json" },
      { "id": "journal",   "url": "https://frontierpicks.com/journal/",          "type": "index" },
      { "id": "journal_entry", "url": "https://frontierpicks.com/journal/{date}/", "type": "resource", "templated": true },
      { "id": "watchlist", "url": "https://frontierpicks.com/watchlist/",        "type": "resource" },
      { "id": "sectors",   "url": "https://frontierpicks.com/sector-rotation/",  "type": "resource" },
      { "id": "hot_stocks", "url": "https://frontierpicks.com/hot-stocks/",      "type": "index", "summary": "Programmatic landing: US momentum leaders, ranked, each linked to its dossier." },
      { "id": "watch_theme", "url": "https://frontierpicks.com/watch/{theme}/",  "type": "resource", "templated": true, "summary": "Programmatic landing: a theme cluster (e.g. ai-compute-stocks) ranked by momentum." },
      { "id": "best_sector", "url": "https://frontierpicks.com/best/{sector}-stocks/", "type": "resource", "templated": true, "summary": "Programmatic landing: a sector ranked by momentum (the 'best' = momentum sense)." }
    ]
  },
  "policy": {
    "auth": "none",
    "rate_limit": "none",
    "license": "© FrontierPicks; available for research and reference, attribute on republication",
    "withheld": ["positions", "fills", "limit-prices", "stops", "targets", "share-counts", "portfolio-value", "returns", "pnl"]
  }
}
