Skip to main content
Glama
roksana-commits

Ventless Fireplace Review MCP Server

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

site_overview

Return public site metadata and the server’s read-only scope.

search_content

Search public pages and posts by keyword.

list_content

List published pages or posts with dates and excerpts.

get_content

Retrieve one page or post by WordPress slug as Markdown.

ventless://homepage

Read the public homepage as a Markdown resource.

ventless://our-mission

Read the mission page as a Markdown resource.

ventless://about

Read the About page as a Markdown resource.

ventless://editorial-policy

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 install

Check connectivity to the live site:

npm run inspect

Start the stdio MCP server:

npm start

The 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.mjs
Install Server
F
license - not found
A
quality
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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