Skip to main content
Glama

coincap-mcp

by QuantGeekDev
BaseTool.ts476 B
import { CallToolRequestSchema, Tool, } from "@modelcontextprotocol/sdk/types.js"; import { z } from "zod"; export interface BaseTool { name: string; toolDefinition: Tool; toolCall(request: z.infer<typeof CallToolRequestSchema>): Promise<any>; } export abstract class BaseToolImplementation implements BaseTool { abstract name: string; abstract toolDefinition: Tool; abstract toolCall( request: z.infer<typeof CallToolRequestSchema> ): Promise<any>; }

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/QuantGeekDev/coincap-mcp'

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