We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/0x-hewm/percepta-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# 技术选型文档
## 本地运行组件
- Python 3.12.9
- FastAPI + Uvicorn(构建本地服务)
- Playwright(浏览器控制)
- PIL / OpenCV(截图与视觉分析)
- Tesseract OCR(文字识别)
## AI 模型调用
- ✅ Gemini API(免费额度 + 可用)
- ✅ Claude(Anthropic 支持 MCP 协议)
- ✅ GPT-4o(通过 API)
- ✅ LLaMA2 / Ollama(本地运行,推荐用于离线场景)
## MCP 工具集(工具命令)
- `open_browser(url)`
- `click_element(selector)`
- `fill_form(field, value)`
- `take_screenshot()`
- `assert_element_present(selector)`
- `get_console_logs()`
## 可视化控制配置
- 默认启用 `headless`(无 UI)
- 支持切换 `headless=false` 显示真实浏览器(调试场景)
- 浏览器类型:Chromium、WebKit、Firefox 全部可用(Playwright 支持)