← Back to search
30
Basic
Agentic Readiness Score
Raise this score to 95+
We ship the 6-file GEO uplift as a pull request against your repo. Flat fee, turnaround under 72 hours.
Fix this for $199 →
developer aimlhostingllms-txtdevtools

Agentic Signals

📄
Found
🤖
ai-plugin.json
Not found
📖
OpenAPI Spec
Not found
🔗
Structured API
Not found
🛡
Not specified
🏷
Schema.org Markup
Found
MCP Server
Not found

Embed this badge

Show off your agentic readiness — the badge auto-updates when your score changes.

Agentic Ready 30/100

            

llms.txt Content

# Nuxt MCP Toolkit > Create MCP servers directly in your Nuxt application. Define tools, resources, and prompts with a simple and intuitive API. ## Documentation Sets - [Nuxt MCP Toolkit](https://mcp-toolkit.nuxt.dev/llms-full.txt): Create MCP servers directly in your Nuxt application. Define tools, resources, and prompts with a simple and intuitive API. ## Docs - [Introduction](https://mcp-toolkit.nuxt.dev/raw/getting-started/introduction.md): Learn about the Model Context Protocol and how this module makes it easy to create MCP servers in Nuxt. - [Installation](https://mcp-toolkit.nuxt.dev/raw/getting-started/installation.md): Install and configure the Nuxt MCP module in your project. - [Configuration](https://mcp-toolkit.nuxt.dev/raw/getting-started/configuration.md): Configure the Nuxt MCP module to fit your needs. - [MCP Inspector](https://mcp-toolkit.nuxt.dev/raw/getting-started/inspector.md): Visual debugging tool integrated into Nuxt DevTools - [Connection](https://mcp-toolkit.nuxt.dev/raw/getting-started/connection.md): Connect AI assistants to your MCP server and add install buttons to your documentation. - [Agent Skills](https://mcp-toolkit.nuxt.dev/raw/getting-started/agent-skills.md): AI-assisted MCP server development using Agent Skills. Let AI help you setup, create, review, and troubleshoot MCP servers in your Nuxt app. - [Tools](https://mcp-toolkit.nuxt.dev/raw/core-concepts/tools.md): Create MCP tools with Zod validation and type safety. - [Resources](https://mcp-toolkit.nuxt.dev/raw/core-concepts/resources.md): Expose read-only data sources as MCP resources to provide context to AI models. - [Prompts](https://mcp-toolkit.nuxt.dev/raw/core-concepts/prompts.md): Create reusable prompts for AI assistants with optional arguments. - [Handlers](https://mcp-toolkit.nuxt.dev/raw/core-concepts/handlers.md): Create custom MCP endpoints with their own tools, resources, and prompts. - [Custom Paths](https://mcp-toolkit.nuxt.dev/raw/advanced/custom-paths.