We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Angeltooth/us-gambling-regulations-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
import { DataLoader } from '../utils/dataLoader.js';
import { ToolResponse } from '../types/stateData.js';
export declare const calculateFeesTool: {
name: string;
description: string;
inputSchema: {
type: string;
properties: {
state: {
type: string;
description: string;
};
license_type: {
type: string;
description: string;
};
projected_revenue: {
type: string;
description: string;
};
};
required: string[];
};
};
export declare function handleCalculateFees(args: {
state: string;
license_type: string;
projected_revenue: number;
}, dataLoader: DataLoader): Promise<ToolResponse>;
//# sourceMappingURL=calculateFees.d.ts.map