We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Zetrix-Chain/zetrix-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
zetrix-encryption-nodejs.d.ts•234 B
/**
* Type declarations for zetrix-encryption-nodejs
* Since the library doesn't provide TypeScript types, we declare it as any
*/
declare module 'zetrix-encryption-nodejs' {
const encryption: any;
export default encryption;
}