Skip to main content
Glama

MCP EVM Signer

types.d.ts499 B
// Type declarations for MCP SDK declare module '@modelcontextprotocol/sdk/server/mcp.js' { export class McpServer { constructor(info: { name: string; version: string }); tool( name: string, description: string, schema: object, handler: (params: any) => Promise<any> ): void; connect(transport: any): Promise<void>; } } declare module '@modelcontextprotocol/sdk/server/stdio.js' { export class StdioServerTransport { constructor(); } }

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/zhangzhongnan928/mcp-evm-signer'

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