Skip to content

Full datasets v1 (NFL, HUD FMR, Airbnb, Earn)

Latest

Choose a tag to compare

@jayjex jayjex released this 07 Sep 05:42
· 5 commits to main since this release

Full datasets behind the dataset-mcp MCP server. Download a file directly, or query these rows over MCP: npx -y github:jayjex/dataset-mcp exposes query_dataset, get_stats, get_dataset_info, and list_datasets to any MCP client. 100 rows per call, pagination included, no signup.

Contents

nfl-games: NFL Games & Betting Lines 1999-2026

  • nfl-games.csv: 7,548 games, 46 columns. Scores, closing spreads, totals, moneylines, rest days, QBs, coaches, stadium weather.
  • nfl-season-summaries.csv: 27 season aggregates (scoring, cover rates, over/under).
  • nfl-team-records-by-season.csv: 861 team-season records (wins, losses, ATS, totals).
  • nfl-data-dictionary.md: column reference.

Data from nflverse (https://github.com/nflverse/nflverse-data), CC BY 4.0 (https://creativecommons.org/licenses/by/4.0/). The two derived files carry the same license. Team logos and league marks are trademarks of their owners and are not included. Required attribution when republishing: "Data from nflverse, CC BY 4.0".

hud-fmr-2026: HUD Fair Market Rents FY2026

  • hud-fmr-by-zip-2026.csv: 51,895 ZIP codes, FMR in dollars per month for 0 through 4 bedrooms.
  • hud-fmr-by-county-2026.csv: 3,229 county rows with medians and maxima per bedroom size.
  • hud-state-summary.csv: 52 states with ZIP counts and extremes.
  • hud-data-dictionary.md: column reference.

Source: US Department of Housing and Urban Development, FY2026 Fair Market Rents. US government work, public domain.

airbnb-six-cities: Airbnb Listings, 6 US Cities

  • airbnb-cities-index.csv: per-city index with snapshot dates, row counts, median prices.
  • airbnb-austin.csv, airbnb-nashville.csv, airbnb-denver.csv, airbnb-new-york-city.csv, airbnb-clark-county-nv.csv, airbnb-san-diego.csv: one normalized table per city, 90,169 listings total, identical 12 columns (id, name, neighbourhood, latitude, longitude, room_type, price, minimum_nights, availability_365, number_of_reviews, reviews_per_month, last_review).
  • airbnb-data-dictionary.md: column reference.

Data by Inside Airbnb (https://insideairbnb.com/get-the-data/), CC BY 4.0 (https://creativecommons.org/licenses/by/4.0/). Snapshots June through August 2026, exact dates in the index file. Host names, IDs, and exact addresses are excluded by design; coordinates are rounded to 4 decimal places. Required attribution when republishing: "Data by Inside Airbnb, InsideAirbnb.com, CC BY 4.0".

earn-bounties: Superteam Earn Live Listings

  • earn-listings-cards.json: 51 card records (17 unique listings captured across 3 API pages). Title, reward amount, token, deadline, type, status, agentAccess, sponsor.
  • earn-listings-full-descriptions.json: 28 listings with full description text, which the cards API does not return.
  • earn-api-endpoints.txt: 186+ reverse-engineered API routes.
  • earn-README.md: source notes and auth flow details.

Aggregated from the public Superteam Earn API (https://superteam.fun/earn), harvested September 4, 2026. Public API data. Personal and commercial use fine; do not resell these files as-is.

Integrity

manifest.json lists every file with byte size, row count, columns, and SHA-256. The dataset-mcp server pins its cache to these hashes, so a re-download only happens when a file actually changes.

Licenses at a glance

NFL: CC BY 4.0 (nflverse). Airbnb: CC BY 4.0 (Inside Airbnb). HUD: public domain. Superteam Earn: public API aggregate. Keep the attribution lines when you republish any of this.