Skip to main content
Glama
by frahman5
types.tsโ€ข790 B
export interface ToolResult { content: Array<{ type: "text"; text: string; }>; [key: string]: unknown; } export interface ToolError extends ToolResult { isError: true; } export interface Withdrawal { wid: string; status: string; created_at: string; currency: string; method: string; amount: string; asset?: string; network?: string; protocol?: string; details: Record<string, any>; origin_id?: string; } export interface Funding { fid: string; status: string; created_at: string; currency: string; method: string; amount: string; details: Record<string, any>; } export interface WithdrawalListResponse { success: boolean; payload: Withdrawal[]; } export interface FundingListResponse { success: boolean; payload: Funding[]; }

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/frahman5/bitso-mcp'

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