# Astro Docs (verified)

Web framework for content-driven sites. Search documentation, explore component APIs, and reference framework guides.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add astro

# Browse available tools
npx -y @smithery/cli@latest tool list astro

# Get full schema for a tool
npx -y @smithery/cli@latest tool get astro search_astro_docs

# Call a tool
npx -y @smithery/cli@latest tool call astro search_astro_docs '{}'
```

## Direct MCP Connection

Endpoint: `https://astro.run.tools`

## Tools (1)

- `search_astro_docs` — Search the official Astro framework docs

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get astro <tool-name>
```
