Skip to main content
Glama

Chargebee MCP Server

by ampcome-mcps
types.ts271 B
import { z } from 'zod'; import { ChargebeeMCPServer } from './mcp.js'; export type Tool = { method: string; name: string; description: string; parameters: z.ZodObject<any, any, any, any>; execute: (parameters: any, context: ChargebeeMCPServer) => Promise<any>; };

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/ampcome-mcps/chargebee-mcp'

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