{"name":"io.github.frankbongo/thedisclist","slug":"frankbongo-thedisclist","title":"TheDiscList Public MCP","description":"Search disc golf discs, compare flight ratings, and find similar alternatives across brands.","url":"https://mcp.market/server/frankbongo-thedisclist","rating":null,"grade":"C","score":67,"certified":false,"status":"active","category":"search","tags":["search","maps"],"presence":{"score":8,"stars":null,"forks":null,"downloads_week":null,"last_push_at":null,"license":null},"uptime":{"percent":100,"checks":3,"ok":3,"last_checked_at":"2026-09-20T05:01:04.268Z","last_ok_at":"2026-09-20T05:01:04.268Z","latency_ms":46},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":null,"website":"https://thedisclist.com","version":"1.0.0","remotes":[{"type":"streamable-http","url":"https://api.thedisclist.com/mcp"}],"packages":[],"tools":[{"name":"compare_discs","description":"Compare 2 to 4 discs side-by-side, computing exact flight rating deltas and stability spread relative to the primary baseline disc.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"disc_ids":{"type":"array","items":{"type":"string"},"description":"Array of 2 to 4 disc IDs or slugs to compare","minItems":2,"maxItems":4}},"required":["disc_ids"]}},{"name":"find_similar_discs","description":"Find alternative replacement discs matching a target disc's category, speed, and flight profile based on weighted Euclidean flight distance.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"disc_id":{"type":"string","description":"Target disc ID or slug to find replacements for"},"target_brand":{"type":"string","description":"Optional target brand filter for cross-brand replacements (e.g. find Discraft alternative to Innova TeeBird)"},"exclude_same_brand":{"type":"boolean","description":"If true, exclude discs from the same manufacturer","default":false},"limit":{"type":"integer","description":"Maximum number of similar discs to return (1..20, default 5)","default":5}},"required":["disc_id"]}},{"name":"get_disc","description":"Retrieve comprehensive details for a specific disc by numeric ID or string slug, including flight ratings, stability score, flight class, flight tag, available plastics, and current market rank.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"type":"string","description":"Stable disc ID or slug (e.g. 'innova-destroyer', 'discraft-buzzz', 'axiom-crave')"}},"required":["id"]}},{"name":"get_disc_ranking","description":"Retrieve a specific disc golf disc's current weekly retail sales rank across regions (Global, Europe, Americas, Oceania, Asia) and its 4-week market momentum status.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"disc_id":{"type":"string","description":"Target disc ID or slug (e.g. 'innova-destroyer', 'discraft-buzzz', 'axiom-envy')"}},"required":["disc_id"]}},{"name":"get_flight_matrix","description":"Generate a 2D Speed vs Stability Flight Grid for any brand, category, or specific speed rating, grouping discs into understable, straight, stable, overstable, and very overstable columns.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"brand":{"type":"string","description":"Filter matrix by manufacturer/brand name (e.g. 'Innova', 'Discraft', 'Axiom')"},"category":{"type":"string","description":"Filter matrix by disc category (putter, midrange, fairway_driver, distance_driver)"},"speed":{"type":"number","description":"Filter matrix to a specific speed rating (e.g. 7 or 9)"}}}},{"name":"get_market_movers","description":"Retrieve rolling 4-week disc golf market movers including biggest disc risers, fallers, breakout discs entering the top 100, and brand momentum shifts.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"type":{"type":"string","description":"Mover filter: 'all' (default), 'risers', 'fallers', 'breakouts', 'brands'","enum":["all","risers","fallers","breakouts","brands"],"default":"all"},"limit":{"type":"integer","description":"Maximum number of mover items to return per category (1..20, default 10)","default":10}}}},{"name":"get_weekly_rankings","description":"Retrieve the latest weekly disc golf retail sales rankings (Top 10) and weekly top risers/fallers by region (global, europe, americas, oceania, asia) based on aggregated sales from 40+ worldwide retailers.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"region":{"type":"string","description":"Geographic sales region: 'global' (default), 'europe', 'americas', 'oceania', 'asia'","enum":["global","europe","americas","oceania","asia"],"default":"global"},"limit":{"type":"integer","description":"Number of top discs to return (1..10, default 10)","default":10}}}},{"name":"list_brands","description":"List and filter disc golf manufacturers/brands in the database, including active mold counts, speed ranges, category breakdowns, and top popular molds.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"type":"string","description":"Search query to match brand name or slug (e.g. 'Axiom', 'Latitude', 'Innova')"},"category":{"type":"string","description":"Filter brands that manufacture discs in this category (putter, midrange, fairway_driver, distance_driver)"},"min_discs":{"type":"integer","description":"Minimum number of active molds manufactured by the brand","default":1},"limit":{"type":"integer","description":"Maximum number of brands to return (1..100, default 20)","default":20},"offset":{"type":"integer","description":"Pagination offset (default 0)","default":0}}}},{"name":"search_discs","description":"Search and filter disc golf discs by text query, brand, category, speed/glide range, stability score range, flight tag, and canonical flight class. Returns up to 50 bounded results with stable IDs and canonical URLs.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"type":"string","description":"Text query to match disc name, brand, model, or slug"},"brand":{"type":"string","description":"Filter by manufacturer/brand name (case-insensitive, alias-tolerant)"},"category":{"type":"string","description":"Filter by disc category (putter, midrange, fairway_driver, distance_driver)"},"flight_class":{"type":"string","description":"Filter by canonical flight class (e.g. 'understable', 'straight', 'stable', 'overstable', 'very_overstable')"},"tag":{"type":"string","description":"Filter by flight tag (e.g. 'Lockdown Fade', 'True Flight', 'Progressive Turn', 'Early Turn', 'Assured Fade')"},"speed_min":{"type":"number","description":"Minimum speed (1..15)"},"speed_max":{"type":"number","description":"Maximum speed (1..15)"},"glide_min":{"type":"number","description":"Minimum glide (1..7)"},"glide_max":{"type":"number","description":"Maximum glide (1..7)"},"turn_min":{"type":"number","description":"Minimum turn (-5..1)"},"turn_max":{"type":"number","description":"Maximum turn (-5..1)"},"fade_min":{"type":"number","description":"Minimum fade (0..6)"},"fade_max":{"type":"number","description":"Maximum fade (0..6)"},"stability_min":{"type":"number","description":"Minimum stability score (turn + fade)"},"stability_max":{"type":"number","description":"Maximum stability score (turn + fade)"},"is_ranked":{"type":"boolean","description":"If true, only return discs currently holding a global Top 100 sales ranking"},"limit":{"type":"integer","description":"Maximum number of discs to return (1..50, default 10)","default":10},"offset":{"type":"integer","description":"Pagination offset (default 0)","default":0}}}}],"scan":{"score":67,"grade":"C","scanned_at":"2026-09-20T05:01:38.091Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-20T05:01:37.971Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 310ms"]},"poisoning":{"score":15,"max":15,"notes":["9 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":2,"max":10,"notes":["no repository or website to verify"]}},"findings":[{"id":"maint.no-repo","severity":"low","component":"maintenance","title":"No source repository listed"}],"inputs":{"probes":[{"url":"https://api.thedisclist.com/mcp","reachable":true,"authRequired":false,"latencyMs":310,"serverInfo":{"name":"thedisclist","version":"1.3.0"}}],"packages":[],"repo":{"found":false},"icon":{"url":"https://thedisclist.com/wp-content/uploads/2025/05/cropped-cropped-cropped-DiscListLogoNoBackground-192x192.png","source":"site","width":192,"height":192},"presence":{"stars":null,"forks":null,"downloadsWeek":null,"license":null,"lastPushAt":null,"score":8}}}},"grade_history":[],"reviews":[]}