{"name":"com.fanlinewire/fanduel-odds","slug":"fanlinewire-fanduel-odds","title":"FanLine Wire — Real-Time FanDuel Odds","description":"Live and prematch FanDuel odds, price drops and feed health. No key, no signup.","url":"https://mcp.market/server/fanlinewire-fanduel-odds","rating":null,"grade":"C","score":69,"certified":false,"status":"active","category":"other","tags":[],"presence":{"score":8,"stars":null,"forks":null,"downloads_week":null,"last_push_at":null,"license":null},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":null,"website":"https://fanlinewire.com","version":"1.0.0","remotes":[{"type":"streamable-http","url":"https://fanlinewire.com/mcp"}],"packages":[],"tools":[{"name":"get_feed_health","description":"Feed liveness and freshness: whether the odds collector answered, how long it took to build the document (X-Server-Ms), generated_at, sequence, seconds since the last tick and the current board size. Call it before describing any price as current, and after an outage. This tool does NOT fail when the collector is down — reachable:false with ok:false IS the answer, so a data tool's isError can be told apart from a real outage. generated_at is the newest tick the collector recorded, so a settled board (no live games moving) shows a growing age without being broken; judge health by generated_at advancing, never by the row count.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{}}},{"name":"get_fixture_by_name","description":"Find tape rows by fixture name: a case-insensitive substring match over the fixture strings in the current window (\"peliwo\" finds \"Filip Peliwo v Tai Leonard Sach\"; \"v \" finds every head-to-head). Use it when the user names a match or a player rather than a sport, to check whether their fixture is on the tape and what its prices are. Every row of a matching fixture is returned — all its markets, live and prematch alike. This searches the ~20-row tape window only, so a fixture the collector is tracking can be absent from the window; an empty answer is not proof the game is missing from the board. Not a fixture-id lookup (the public snapshot carries no ids), not a schedule or results source, and not a bet-placement service.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"name":{"type":"string","description":"Substring of the fixture name, case-insensitive. Required — an empty value would otherwise return the whole window, which is a wrong answer rather than an error."},"limit":{"type":"integer","minimum":1,"maximum":20,"description":"Max matching rows returned. Default 20 (the whole window), max 20."}},"required":["name"]}},{"name":"get_live_fixtures","description":"In-play (live) rows from the FanLine Wire tape: the markets that just ticked while a game is running, with their American prices. Use it for live odds displays, in-play modelling or feature engineering, cross-book middles and arbitrage checks on the live FanDuel prices, and any agent workflow that needs what is moving right now. Only rows with status \"OPEN\" carry a tradeable price — never present a SUSPENDED or CLOSED row as live, and never render an unpriced selection (american:null) as a number. The rows are the live slice of a rolling ~20-row tape window, not the full live board: read live_total for coverage. Not a bet-placement service, not a multi-book comparison (one book, no best-price or line-shopping output), and not a historical archive — prices are current only and nothing is stored here.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"sport":{"type":"string","description":"Sport name as the tape spells it (FanDuel's own names): \"Tennis\", \"American Football\", \"Ice Hockey\". Case-insensitive substring match, so \"hockey\" finds \"Ice Hockey\". Optional — omit for every sport in the window. The full vocabulary with counts is in get_market_summary."},"limit":{"type":"integer","minimum":1,"maximum":20,"description":"Max rows returned. Default 20 (the whole window), max 20."}}}},{"name":"get_market_summary","description":"What the collector is tracking right now: live and prematch market totals plus the per-sport breakdown (FanDuel's own sport names). Use it before a board fetch to see whether anything is live, to resolve a sport= filter to a name that actually has markets, and to describe coverage honestly — the totals are market counts, not rows in the tape window. Cheap and free: it is one read of the same cached document. With sport given it also reports that sport's own live/prematch counts. Carries no prices: it answers \"how much is covered\", not \"what are the odds\", and it is not a schedule, an uptime record or an upsell meter.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"sport":{"type":"string","description":"Optional. Case-insensitive sport name to break out — \"Tennis\", \"American Football\". An unknown name answers with matched:false and the names that do have markets rather than an error."}}}},{"name":"get_prematch_fixtures","description":"Pre-match (pre-game) rows from the FanLine Wire tape: the upcoming markets that just ticked, with their American prices. Same shape as get_live_fixtures, with inplay false. Use it for pre-game prices, model inputs and no-vig-style work on the FanDuel card. These rows are the prematch slice of the same rolling ~20-row tape window, not the whole card — prematch_total carries the real coverage number (it counts markets, not rows), so never describe the row count as the size of the card. Only status \"OPEN\" is tradeable. Not a bet-placement service, not a multi-book comparison, not an opening/closing-odds archive: snapshot the responses yourself if you want line history.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"sport":{"type":"string","description":"Sport name as the tape spells it (FanDuel's own names): \"Tennis\", \"American Football\", \"Ice Hockey\". Case-insensitive substring match, so \"hockey\" finds \"Ice Hockey\". Optional — omit for every sport in the window. The full vocabulary with counts is in get_market_summary."},"limit":{"type":"integer","minimum":1,"maximum":20,"description":"Max rows returned. Default 20 (the whole window), max 20."}}}},{"name":"get_price_drops","description":"Recent price moves against the bettor: outcomes whose price just shortened on the FanLine Wire tape, newest first, with the American price before and after and the move in implied-probability terms. Use it for dropping-odds / steam-move signal, market-movement narratives and as a candidate list for value screening. The feed holds only the most recent few moves (up to 12) and states no cause — it never proves a move is informed money, and it is not a line-movement history, a multi-book comparison or a bet-placement service. Snapshot results yourself if you need history.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"min_pct":{"type":"number","minimum":0,"description":"Only drops whose implied-probability move is at least this percent. Default 0, which returns everything the feed is holding. The feed itself only records moves of about 1% or more."},"limit":{"type":"integer","minimum":1,"maximum":12,"description":"Max drops returned. Default 12 (everything the feed holds), max 12."}}}}],"scan":{"score":69,"grade":"C","scanned_at":"2026-09-19T10:16:42.826Z","report":{"scannerVersion":"0.1.3","scannedAt":"2026-09-19T10:16:42.786Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 818ms"]},"poisoning":{"score":15,"max":15,"notes":["6 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://fanlinewire.com/mcp","reachable":true,"authRequired":false,"latencyMs":818,"serverInfo":{"name":"fanlinewire","version":"1.0.0"}}],"packages":[],"repo":{"found":false},"icon":{"url":"https://fanlinewire.com/favicon-fanlinewire.com.png","source":"site","width":192,"height":192},"presence":{"stars":null,"forks":null,"downloadsWeek":null,"license":null,"lastPushAt":null,"score":8}}}},"grade_history":[],"reviews":[]}