ReviewWebsite MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DEBUG | No | Enable debug logs for development | true |
| MCP_HTTP_HOST | No | The host to bind to for HTTP transport | 127.0.0.1 |
| MCP_HTTP_PATH | No | The endpoint path for HTTP transport | /mcp |
| MCP_HTTP_PORT | No | The port to listen on for HTTP transport | 8080 |
| REVIEWWEBSITE_API_KEY | Yes | Your ReviewWebsite.com API key |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| convert_to_markdownB | Convert a URL to Markdown using AI via ReviewWeb.site API. Turn a web page into LLM-friendly content. |
| convert_multiple_to_markdownB | Convert multiple URLs to Markdown using AI via ReviewWeb.site API. Turn multiple web pages into LLM-friendly content. |
| extract_dataB | Extract structured data (JSON) from a web page URL using AI via ReviewWeb.site API. |
| extract_data_multipleB | Extract structured data (JSON) from multiple web page URLs using AI via ReviewWeb.site API. |
| scrape_urlC | Scrape a URL and return HTML content using ReviewWeb.site API. |
| extract_linksC | Extract all links from a HTML content of web page URL using ReviewWeb.site API. |
| summarize_urlB | Summarize a web page URL using AI via ReviewWeb.site API. |
| summarize_websiteC | Summarize a website (and its internal links) using AI via ReviewWeb.site API. |
| summarize_multiple_urlsC | Summarize multiple web page URLs using AI via ReviewWeb.site API. |
| url_is_aliveC | Check if a URL is alive using ReviewWeb.site API. |
| url_get_after_redirectsC | Get URL after redirects using ReviewWeb.site API. |
| seo_keyword_ideasB | Get keyword ideas for a keyword using ReviewWeb.site API. |
| seo_keyword_difficultyC | Get keyword difficulty for a keyword using ReviewWeb.site API. |
| seo_trafficC | Check traffic for a domain or URL using ReviewWeb.site API. |
| seo_backlinksB | Get backlinks for a domain using ReviewWeb.site API. |
| html_to_screenshotB | Convert HTML content to a screenshot image using ReviewWeb.site API. Renders raw HTML string via headless browser and returns screenshot as hosted URL or image data. |
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/mrgoonie/reviewwebsite-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server