Skip to main content
Glama

GOAT MCP Server

rugcheck.plugin.d.mts393 B
import { PluginBase, Chain } from '@goat-sdk/core'; interface RugCheckOptions { jwtToken?: string; } declare class RugCheckPlugin extends PluginBase { constructor(); supportsChain(chain: Chain): boolean; } /** * Factory function to create a new RugCheck plugin instance */ declare function rugcheck(): RugCheckPlugin; export { type RugCheckOptions, RugCheckPlugin, rugcheck };

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