Skip to main content
Glama

browser-mcp

by djyde
index.ts422 B
export enum WSMethods { GetCurrentTabUrl = "get_current_tab_url", GetCurrentTabHtml = "get_current_tab_html", AppendStyle = "append_style", ListBookmarks = "list_bookmarks", HistorySearch = "history_search", } export type MethodResponse = { type: "response" id: string result: any error?: string } export type MethodCall = { type: "call" id: string method: WSMethods args: Record<string, 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/djyde/browser-mcp'

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