Skip to main content
Glama

Browser Automation MCP Server

by Raghu6798
smithery.yaml779 B
build: dockerfile: Dockerfile dockerBuildPath: . startCommand: type: stdio configSchema: type: object required: - MISTRAL_API_KEY - FIRECRAWL_API_KEY - TAVILY_SEARCH_API properties: MISTRAL_API_KEY: type: string description: API key for Mistral AI FIRECRAWL_API_KEY: type: string description: API key for Firecrawl service TAVILY_SEARCH_API: type: string description: API key for Tavily search service commandFunction: | (config) => ({ command: 'python', args: ['main.py'], env: { MISTRAL_API_KEY: config.MISTRAL_API_KEY, FIRECRAWL_API_KEY: config.FIRECRAWL_API_KEY, TAVILY_SEARCH_API: config.TAVILY_SEARCH_API } })

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/Raghu6798/Browser_scrape_mcp'

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