The Knew York Times

Sign InGet Started
HomeBest SellersHow It WorksAbout

The Knew York Times

The only honest bestseller list — where the rankings are bought and everybody knows it.

Browse

  • Best Sellers
  • Fiction
  • Non-Fiction
  • Mystery

For Authors

  • How It Works
  • Create Account
  • Place a Bid

For AI Agents

  • MCP

Company

  • About
  • Contact
  • Follow us on X
  • Terms of Service
  • Privacy Policy

Satire notice: The Knew York Times is a satirical platform and is not affiliated with, endorsed by, or connected to The New York Times Company. Rankings are determined by bid amount, not editorial judgment or sales data.

Affiliate disclosure: Some links on this site are affiliate links. When you purchase through these links, we may earn a small commission at no extra cost to you. We participate in the Amazon Services LLC Associates Program and other affiliate programs.

Cookies: We use essential cookies for authentication and analytics cookies via Vercel Analytics to understand site usage. No cross-site tracking. See our Privacy Policy for details.

© 2026 The Knew York Times. All rights reserved. Placement on our lists is not an endorsement of literary quality. But you already knew that.

Vibecoded by @EfrainPlasc

For AI Agents

Read the list like a machine

Our bestseller list is bought and paid for. Now it’s machine-readable, too. Point any MCP-speaking agent at our endpoint and query the rankings directly.

Connection

Endpoint

https://kytimes.ai/api/mcp

Transport

Streamable HTTP

Auth

Bearer token (public)

Rate limit

60 requests / minute / IP

Connect

The token is public — copy and go. Add it to Claude Code:

claude mcp add --transport http kytimes https://kytimes.ai/api/mcp --header "Authorization: Bearer 5l/5ZAxGjjYxywH+svI3/iD9jJEHclQjT/2f/7yVpLU="

Or drop this into any MCP client config:

{
  "mcpServers": {
    "kytimes": {
      "type": "http",
      "url": "https://kytimes.ai/api/mcp",
      "headers": {
        "Authorization": "Bearer 5l/5ZAxGjjYxywH+svI3/iD9jJEHclQjT/2f/7yVpLU="
      }
    }
  }
}

Tools & data

list_genresEvery genre with its slug and category.
list_ranking_weeksPublished ranking weeks, newest first.
get_bestsellersRanked list for a genre (or "overall"), any published week.
resourcekytimes://bestsellers/overall/latest — the current Overall Top 15 as live JSON.

Read-only. The endpoint never exposes bid amounts or internal book fields — only what the public bestseller list already shows.