Skip to main content
Glama

Solana MCP Server

types.ts232 B
export interface MCPRequest { method: string; params?: Record<string, any>; } export interface MCPResponse { success: boolean; data?: any; error?: string; } export type MCPHandler = (params: any) => Promise<MCPResponse>;

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/akc2267/solana-mcp-server'

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