Skip to main content

Overview

Findy Library is published so that AI agents can read it directly, not only people. Every page is available as plain Markdown, and the whole site is indexed for agents. This page describes the three access paths an agent uses.

1. Discover what exists

llms.txt is an index that lists every page with a short description, so an agent can decide what to read before fetching anything else. llms-full.txt contains the entire site as a single file.

2. Read a page as Markdown

Append .md to any page path to get its raw Markdown. The response is the same content people see, without HTML to scrape.

3. Search with the MCP server

Findy Library exposes a search MCP server at https://lib.findy.co.jp/mcp, which lets an MCP-capable agent query the docs directly instead of fetching pages one by one. No authentication is required. Register the server with your MCP client:
Once connected, ask a question and the agent retrieves the passages most relevant to it through the search tool.