A Google Sheet can become an API and AI-readable data source
A can be used as the source for website data and AI tools. The problem started with a public FAQ kept in , where another sheet-to-API service had such a small free limit that the page became empty when the limit was reached, without a clear warning. The new service lets someone paste a link set to “anyone with the link” and receive a hosted, cached in about a minute.
The same pasted link also creates an MCP server, so tools like Claude or Cursor can read the sheet directly. It does not require a project, an OAuth screen, or a file. A search widget can be added to a webpage with one script tag.
The service is read-only, so an AI tool cannot overwrite the sheet, but people who want write access may see that as a limit. Some s still need improvement.
Key points
- Pasting a link creates a cached .
- The same link also creates an MCP server for Claude or Cursor.
- No project, OAuth setup, or file is required.
- A website search widget can be added with one script tag.
- The service is read-only, which protects the sheet but blocks write access.