MCPVault

get-astro-integration

MCP tool from Astro MCP by morinokami

Get detailed metadata about a specific Astro integration, including its name, description, categories, repository links, npm information, related website links, official status, and download statistics

How to use it

get-astro-integration is exposed by the Astro MCP MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the get-astro-integration tool becomes available to the model automatically. See the full listing for setup details and every tool this server provides.

Install Astro MCP

$npx astro add astro-mcp
FULL ASTRO MCP LISTING

Other tools in Astro MCP (13)

filepath

(string): The absolute filepath of the module

get-astro-changes

Get the changelog of the Astro-related packages

get-astro-config

Get the Astro config object containing comprehensive project settings including file paths (root, src, public, output directories), site URL, build options, server settings, enabled integrations, markdown processing configuration, image handling, Vite plugins, security settings, and experimental fea

get-astro-server-address

Get the current network address, IP protocol family, and port number of the running Astro development server

get-vite-config

Get the Vite config digest, including the root, resolve, plugins, and environment names

get-vite-module-info

Get graph information of a module, including importers, imported modules, and compiled result

list-astro-integrations

List all Astro integrations available in the ecosystem

list-astro-routes

List detailed routing information from your Astro project, including all routes with their file entrypoints, URL patterns, dynamic parameters, pre-rendering status, and route types. Optionally filter by type to focus on specific route categories

name

(string): The name of the Astro integration to get information about

packageName

(string): The name of the Astro-related package to get the changelog for

query

(string): The query to search for

search-astro-docs

Search the Astro documentation for specific topics, concepts, or features. Returns relevant documentation snippets that match your query

type

(string, optional): redirect, page, endpoint, or fallback