Skip to main content
Glama
types.ts644 B
/** * Type definitions for MCP MIST.cash Server */ export interface TransactionAssets { token_address: string; amount: string; exists: boolean; } export interface ChamberConfig { contract_address: string; network: 'mainnet' | 'sepolia'; supported_tokens: string[]; } export interface TransactionDetails { hash: string; claiming_key: string; recipient: string; token_address: string; amount: string; exists: boolean; } export type StarknetNetwork = 'mainnet' | 'sepolia'; export interface ProviderConfig { nodeUrl: string; network: StarknetNetwork; }

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/joadataarg/Mcp-mistcash'

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