chameleon
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| scrape_urlA | 采集单个 URL 并转为 Markdown/JSON。当用户给出具体网址或询问某页面内容时使用。 不要用于:搜索互联网(用 search_web)。 |
| crawl_siteB | 深度爬取整个网站,返回 job_id。当用户要求采集整个网站或栏目时使用。 |
| map_siteB | 快速发现网站所有 URL(不抓取内容)。 |
| extract_dataA | 基于 JSON Schema 从网页提取结构化数据。当用户要求特定字段(价格/标题/日期等)时使用。 |
| search_webB | 搜索互联网并返回结果页面的 Markdown。当用户询问实时信息/最新内容时使用。 |
| batch_scrapeB | 批量采集多个 URL。当用户给出多个网址时使用。 |
| get_screenshotA | 获取网页截图(base64 PNG)。当用户想看页面外观/布局时使用。 |
| diagnose_siteB | 诊断网站反爬能力和推荐策略。首次接触新站点时使用。 |
| check_proxyC | 检测代理 IP 的可用性和出口信息。 |
| get_job_statusB | 查询异步爬取任务状态。 |
| get_robots_txtB | 获取网站的 robots.txt 规则。 |
| get_network_logA | 获取页面网络请求日志(用于 API 发现)。filter_type: xhr|fetch|all |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/xiabai2008/chameleon'
If you have feedback or need assistance with the MCP directory API, please join our Discord server