Skip to main content
Glama

agentek-eth

by NaniDAO
index.ts1.3 kB
import { BaseTool, createToolCollection } from "../client.js"; import { getSlowStatus, predictTransferId, canUnlockSlow, reverseSlowTransfer, getSlowGuardianInfo, approveSlowTransfer, } from "./tools.js"; import { intentDepositToSlow, intentSetSlowGuardian, intentWithdrawFromSlow, intentApproveSlowTransfer, intentUnlockSlow, intentReverseSlowTransfer, } from "./intents.js"; /** * Export an array of tools for slow transfer protocol. * LINK: https://github.com/z0r0z/slow * SLOW is a protocol that adds safety mechanisms to token transfers through two powerful features: * * Timelock: Enforces a waiting period before recipients can access transferred tokens * Guardian: Optional trusted party that can approve or block transfers * Think of it as a security-enhanced way to transfer ETH and ERC20 tokens with built-in protection mechanisms. * */ export function slowTransferTools(): BaseTool[] { return createToolCollection([ // tools getSlowStatus, predictTransferId, canUnlockSlow, reverseSlowTransfer, getSlowGuardianInfo, approveSlowTransfer, // intents intentDepositToSlow, intentSetSlowGuardian, intentWithdrawFromSlow, intentApproveSlowTransfer, intentUnlockSlow, intentReverseSlowTransfer, ]); }

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/NaniDAO/agentek'

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