Skip to main content
Glama

GOAT MCP Server

txnhelper.plugin.d.ts780 B
import { PluginBase, WalletClientBase, Chain } from '@goat-sdk/core'; interface TransactionHelperOptions { apiKey?: string; } declare class TransactionHelperPlugin extends PluginBase<WalletClientBase> { /** * Initializes the TransactionHelperPlugin by invoking the PluginBase constructor * with the identifier "txnhelper" and an instance of TransactionHelperService * using the provided parameters and a new TransactionHelperApi instance. */ constructor(params?: TransactionHelperOptions); supportsChain(chain: Chain): boolean; } /** * Factory function to create a new Transaction Helper plugin instance */ declare function txnhelper(): TransactionHelperPlugin; export { type TransactionHelperOptions, TransactionHelperPlugin, txnhelper };

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/cryptoleek-team/goat-mcp'

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