Skip to main content
Glama
netlify

Netlify MCP Server

Official
by netlify
get-extensions.ts691 B
import { z } from 'zod'; import type { DomainTool } from '../types.js'; import { getExtensions } from './extension-utils.js'; const getExtensionsParamsSchema = z.object({}); export const getExtensionsDomainTool: DomainTool<typeof getExtensionsParamsSchema> = { domain: 'extension', operation: 'get-extensions', inputSchema: getExtensionsParamsSchema, toolAnnotations: { readOnlyHint: true, }, cb: async () => { return JSON.stringify({ context: 'This list of extensions is available to any Netlify team. This list DOES NOT inform if the extension is installed or configured for a particular team or account.', extensions: await getExtensions() }); } }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/netlify/netlify-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server