Skip to main content
Glama
index.ts555 B
import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; import { registerCustomerTools } from "./customer.js"; import { registerBillingTools } from "./billing.js"; import { registerPixTools } from "./pix.js"; import { registerCouponTools } from "./coupon.js"; import { registerWithdrawTools } from "./withdraw.js"; export function registerAllTools(server: McpServer) { registerCustomerTools(server); registerBillingTools(server); registerPixTools(server); registerCouponTools(server); registerWithdrawTools(server); }

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/AbacatePay/abacatepay-mcp'

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