Skip to main content
Glama
listTaxes.ts409 B
import type { McpTool } from '../types.js'; export const listTaxesTool: McpTool = { name: 'tax_list', description: 'List all taxes', inputSchema: { type: 'object', properties: {}, }, handler: async (_, server) => { const result = await server.taxesEndpoint.list(); return { success: true, taxes: result, message: `Found ${result.length} taxes`, }; }, };

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/andreagroferreira/invoiceexpress-mcp'

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