---
title: "Introduction"
description: "Make your Nuxt site discoverable by AI agents through llms.txt, MCP, and markdown APIs."
canonical_url: "https://nuxtseo.com/docs/ai-ready/getting-started/introduction"
last_updated: "2026-05-17T00:38:21.593Z"
---

## Why use Nuxt AI Ready?

Nuxt AI Ready makes your site discoverable by AI agents and LLMs with minimal config and best practice defaults.

Users increasingly ask AI assistants questions your site could answer - but LLMs only cite sources they can parse. Two standards are emerging to solve this:

- **llms.txt**: AI-readable site summaries
- **MCP**: Protocol for agents to query your content directly

Rather than manually maintaining these files, Nuxt AI Ready generates them automatically based on your site content.

## Features

### 📄 llms.txt Generation

Automatic [llms.txt standard](https://llmstxt.org/) files at build time:

- `/llms.txt` - Site overview with page links
- `/llms-full.txt` - Full markdown content for all pages

### 📝 On-Demand Markdown

Any route available as `.md` (e.g., `/about` → `/about.md`) with smart bot detection and cache headers.

### 🤖 MCP Server

[Model Context Protocol](https://modelcontextprotocol.io/) server with `list_pages` and `search_pages` tools for AI agent integration.

### 🛡️ Content Signals

Configure AI training/search permissions via [Content Signals](/docs/ai-ready/guides/content-signals) in `robots.txt`.

### 🔔 IndexNow

Instantly notify Bing, Yandex, Naver, and Seznam when pages change via [IndexNow](/docs/ai-ready/guides/indexnow) protocol - works automatically for both static and server-rendered sites.
