{"name":"com.quantape/markets","slug":"quantape-markets","title":"QuantApe Markets","description":"Stock screens by momentum, technical signals, earnings and themes; sector rotation and market mood.","url":"https://mcp.market/server/quantape-markets","rating":null,"grade":"C","score":69,"certified":false,"status":"active","category":"finance","tags":["finance"],"presence":{"score":8,"stars":null,"forks":null,"downloads_week":null,"last_push_at":null,"license":null},"uptime":{"percent":100,"checks":2,"ok":2,"last_checked_at":"2026-09-19T21:46:18.386Z","last_ok_at":"2026-09-19T21:46:18.386Z","latency_ms":226},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":null,"website":"https://quantape.com/mcp","version":"1.0.0","remotes":[{"type":"streamable-http","url":"https://mcp.quantape.com/mcp"}],"packages":[],"tools":[{"name":"find_symbol_lists","description":"Every stock screen a given ticker is currently in — its momentum, technical-signal, earnings, theme and thesis memberships, in one call. Free within your daily allowance (anonymous 5/day by IP, signed-in users 10/day, power users 50/day); beyond that $0.01 per call via x402 (USDC).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"symbol":{"type":"string","description":"Ticker symbol, e.g. NVDA or BRK-B."}},"required":["symbol"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"get_list_criteria","description":"Metadata for one stock screen (smart list): display name, short description, icon, category ids and parent screen. Always free.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"list_id":{"type":"string","description":"Screen id from list_smart_lists (e.g. day_gainers, todays_earnings)."}},"required":["list_id"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"get_market_overview","description":"Today's market conditions: the daily overview narrative, the fear & greed index and per-sector scores, sector rotation and market-cycle phase, and categorized market news. Pick sections to keep the answer small. Pairs with get_my_watchlist for \"how is my watchlist doing against the market?\". Descriptive, not a recommendation. Free within your daily allowance (anonymous 5/day by IP, signed-in users 10/day, power users 50/day); beyond that $0.02 per call via x402 (USDC).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"sections":{"description":"Which sections to return; omit for all five. Pick fewer to keep the answer small.","type":"array","items":{"type":"string","enum":["summary","fear_greed","sectors","rotation","news"]}}},"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"get_my_watchlist","description":"The same per-symbol metrics as get_smart_list_metrics, plus the latest headlines, for your own watchlist — the tool behind \"What's going on with my watchlist today?\". Requires your session token (Authorization: Bearer). Descriptive, not a recommendation. Free within your daily allowance (anonymous 5/day by IP, signed-in users 10/day, power users 50/day); beyond that $0.05 per call via x402 (USDC).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"limit":{"description":"Watchlist symbols per page, 1-100 (default 50).","type":"integer","minimum":1,"maximum":100},"offset":{"description":"Zero-based offset into the watchlist for paging.","type":"integer","minimum":0,"maximum":9007199254740991},"news_days":{"description":"How many days of headlines to attach per symbol, 1-7 (default 2).","type":"integer","minimum":1,"maximum":7}},"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"get_smart_list","description":"Symbols currently in a stock screen — e.g. today's earnings, golden-cross buy signals, AI beneficiaries (paged, max 200 per call). Descriptive, not a recommendation. Free within your daily allowance (anonymous 5/day by IP, signed-in users 10/day, power users 50/day); beyond that $0.01 per call via x402 (USDC).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"list_id":{"type":"string","description":"Screen id from list_smart_lists (e.g. day_gainers, golden_cross, ai_beneficiaries)."},"limit":{"description":"Symbols per page, 1-200 (default 200).","type":"integer","minimum":1,"maximum":200},"offset":{"description":"Zero-based offset into the screen for paging.","type":"integer","minimum":0,"maximum":9007199254740991}},"required":["list_id"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"get_smart_list_changes","description":"Which symbols entered or left a stock screen since its last recorded baseline (which can span several rebuilds) — e.g. new golden crosses, or names that dropped out of the momentum leaders. Free within your daily allowance (anonymous 5/day by IP, signed-in users 10/day, power users 50/day); beyond that $0.02 per call via x402 (USDC).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"list_id":{"type":"string","description":"Screen id from list_smart_lists whose additions and removals you want."}},"required":["list_id"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"get_smart_list_metrics","description":"Per-symbol metrics for a stock screen — price and 1-day/7-day/1-month/3-month change, 52-week range, 50-day/200-day averages, forward/trailing P/E, PEG, beta, dividend yield, short interest, last earnings reaction and drift since, next earnings date, implied move, expectations score, and technical signals (paged, max 200 per call). Descriptive, not a recommendation. Free within your daily allowance (anonymous 5/day by IP, signed-in users 10/day, power users 50/day); beyond that $0.05 per call via x402 (USDC).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"list_id":{"type":"string","description":"Screen id from list_smart_lists (e.g. day_gainers, golden_cross, ai_beneficiaries)."},"limit":{"description":"Symbols per page, 1-200 (default 200).","type":"integer","minimum":1,"maximum":200},"offset":{"description":"Zero-based offset into the screen for paging.","type":"integer","minimum":0,"maximum":9007199254740991}},"required":["list_id"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"list_smart_lists","description":"Browse stock screens by category — momentum, technical signals, fundamentals, earnings events, social sentiment, themes, curated baskets, investment theses — with display names, descriptions, member counts, and the per-tool pricing/allowance for the metered tools below. Always free. Start here to find a screen id.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"category_id":{"description":"Restrict the catalog to one category id (e.g. momentum, technical, events, thematic); omit for every category.","type":"string"}},"$schema":"https://json-schema.org/draft/2020-12/schema"}}],"scan":{"score":69,"grade":"C","scanned_at":"2026-09-19T20:27:52.120Z","report":{"scannerVersion":"0.1.5","scannedAt":"2026-09-19T20:27:52.090Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 722ms"]},"poisoning":{"score":15,"max":15,"notes":["8 tool descriptions checked"]},"auth":{"score":10,"max":15,"notes":["open endpoint, read-only tools"]},"maintenance":{"score":3,"max":15,"notes":["no repository listed"]},"identity":{"score":4,"max":10,"notes":["verified namespace with website, no repo"]}},"findings":[{"id":"maint.no-repo","severity":"low","component":"maintenance","title":"No source repository listed"}],"inputs":{"probes":[{"url":"https://mcp.quantape.com/mcp","reachable":true,"authRequired":false,"latencyMs":722,"serverInfo":{"name":"quantape-markets","version":"1.0.0"}}],"packages":[],"repo":{"found":false},"icon":{"url":"https://quantape.com/android-chrome-512x512.png","source":"registry","width":512,"height":512},"presence":{"stars":null,"forks":null,"downloadsWeek":null,"license":null,"lastPushAt":null,"score":8}}}},"grade_history":[],"reviews":[]}