We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/nirholas/universal-crypto-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
index.ts•307 B
/**
* @fileoverview Wallet module exports
* @copyright Copyright (c) 2024-2026 nirholas
* @license MIT
*/
export { YieldingWallet, type YieldingWalletConfig, type YieldProjection, type MonthlyYieldReport, type WalletBalances, type ConversionResult, type YieldReportEntry } from './yielding-wallet.js';