Ventless Fireplace Review MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Ventless Fireplace Review MCP Serversearch for ventless fireplace safety guidelines"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Ventless Fireplace Review MCP Server
This project provides a read-only Model Context Protocol server for Ventless Fireplace Review. It reads the site’s public WordPress REST API and exposes published fireplace guides, pages, and editorial resources to MCP-compatible clients.
Capabilities
Capability | Purpose |
| Return public site metadata and the server’s read-only scope. |
| Search public pages and posts by keyword. |
| List published pages or posts with dates and excerpts. |
| Retrieve one page or post by WordPress slug as Markdown. |
| Read the public homepage as a Markdown resource. |
| Read the mission page as a Markdown resource. |
| Read the About page as a Markdown resource. |
| Read the editorial policy as a Markdown resource. |
The server intentionally exposes no WordPress write, authentication, publishing, editing, deletion, payment, or account-management operations.
Related MCP server: PowerSearch MCP
Requirements and setup
Use Node.js 20 or later. Install dependencies with:
pnpm installCheck connectivity to the live site:
npm run inspectStart the stdio MCP server:
npm startThe default site is https://ventlessfireplacereview.com. To point the server at another WordPress site, set WP_BASE_URL before starting it. REQUEST_TIMEOUT_MS and USER_AGENT are also configurable.
Example MCP client configuration
For a local MCP client, use an absolute path to the project directory:
{
"mcpServers": {
"ventless-fireplace-review": {
"command": "node",
"args": ["/absolute/path/to/ventless-fireplace-mcp/server.mjs"],
"env": {
"WP_BASE_URL": "https://ventlessfireplacereview.com"
}
}
}
}Safety and provenance
All returned content is fetched from public website endpoints and includes source URLs where applicable. The server does not independently verify fireplace safety, installation requirements, building codes, product specifications, or current manufacturer instructions. MCP clients should treat the content as educational, verify consequential claims against current primary sources, and consult qualified professionals for installation, gas, combustion, electrical, code, and safety decisions.
Testing
Run the live health check and the end-to-end MCP protocol test:
npm run inspect
node test-client.mjsMaintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityCmaintenanceEnables fetching and extracting web content as markdown using Firecrawl API, with support for single or multiple concurrent URL fetches and web search capabilities.31MIT
- AlicenseNot gradedqualityCmaintenanceHelps AI agents search the public web and fetch content with anti-bot measures, returning clean markdown outputs suitable for citation.2Apache 2.0
- FlicenseNot gradedqualityBmaintenanceEnables AI assistants to access and search TrendKia articles, retrieving clean markdown content without HTML scraping.
- AlicenseAqualityDmaintenanceEnables AI models to search, browse, and retrieve full content of OpenCode documentation pages.3115MIT
Related MCP Connectors
Read any web page as clean Markdown for AI agents: fetch, search, metadata, links. SSRF-safe.
Web scraping for AI agents. Converts URLs to clean, LLM-ready Markdown with anti-bot bypass.
Web intelligence for AI agents: fetch, render, extract, research. x402 micropayments, no API keys.
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/roksana-commits/ventlessfireplacereviewMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server