Skip to main content
Glama

GOAT MCP Server

chunk-UHYPP4TL.mjs669 B
import { RugCheckApi } from "./chunk-IQLRE3XY.mjs"; import { RugCheckService } from "./chunk-ZCMPGBHT.mjs"; import { __name } from "./chunk-PAWJFY3S.mjs"; // src/rugcheck.plugin.ts import { PluginBase } from "@goat-sdk/core"; var RugCheckPlugin = class extends PluginBase { static { __name(this, "RugCheckPlugin"); } constructor() { super("rugcheck", [ new RugCheckService(new RugCheckApi()) ]); } supportsChain(chain) { return chain.type === "solana"; } }; function rugcheck() { return new RugCheckPlugin(); } __name(rugcheck, "rugcheck"); export { RugCheckPlugin, rugcheck }; //# sourceMappingURL=chunk-UHYPP4TL.mjs.map

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