Skip to main content
Glama

GOAT MCP Server

rugcheck.plugin.ts580 B
import { type Chain, PluginBase } from "@goat-sdk/core"; import { RugCheckApi } from "./api"; import { RugCheckService } from "./rugcheck.service"; export interface RugCheckOptions { jwtToken?: string; } export class RugCheckPlugin extends PluginBase { constructor() { super("rugcheck", [new RugCheckService(new RugCheckApi())]); } supportsChain(chain: Chain): boolean { return chain.type === "solana"; } } /** * Factory function to create a new RugCheck plugin instance */ export function rugcheck() { return new RugCheckPlugin(); }

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