Skip to main content
Glama
roksana-commits

Ventless Fireplace Review MCP Server

Ventless Fireplace Review MCP Server

本项目为 Ventless Fireplace Review 提供了一个只读的 Model Context Protocol 服务器。它读取该网站的公开 WordPress REST API,并将已发布的壁炉指南、页面和编辑资源提供给兼容 MCP 的客户端。

功能

功能

用途

site_overview

返回公开的网站元数据和服务器的只读范围。

search_content

按关键词搜索公开的页面和文章。

list_content

列出已发布的页面或文章,包含日期和摘要。

get_content

按 WordPress slug 以 Markdown 格式检索一个页面或文章。

ventless://homepage

以 Markdown 资源形式读取公开首页。

ventless://our-mission

以 Markdown 资源形式读取使命页面。

ventless://about

以 Markdown 资源形式读取关于页面。

ventless://editorial-policy

以 Markdown 资源形式读取编辑政策。

该服务器有意不提供任何 WordPress 写入、认证、发布、编辑、删除、支付或账户管理操作。

Related MCP server: PowerSearch MCP

要求和设置

使用 Node.js 20 或更高版本。使用以下命令安装依赖:

pnpm install

检查与实时网站的连接:

npm run inspect

启动 stdio MCP 服务器:

npm start

默认网站为 https://ventlessfireplacereview.com。要将服务器指向另一个 WordPress 网站,请在启动前设置 WP_BASE_URLREQUEST_TIMEOUT_MSUSER_AGENT 也可配置。

示例 MCP 客户端配置

对于本地 MCP 客户端,请使用项目目录的绝对路径:

{
  "mcpServers": {
    "ventless-fireplace-review": {
      "command": "node",
      "args": ["/absolute/path/to/ventless-fireplace-mcp/server.mjs"],
      "env": {
        "WP_BASE_URL": "https://ventlessfireplacereview.com"
      }
    }
  }
}

安全性与来源

所有返回的内容均从公开的网站端点获取,并在适用时包含来源 URL。服务器不独立验证壁炉安全性、安装要求、建筑规范、产品规格或当前制造商说明。MCP 客户端应将内容视为教育性内容,对照当前的一手来源核实重要声明,并就安装、燃气、燃烧、电气、规范和安全决策咨询合格的专业人员。

测试

运行实时健康检查和端到端 MCP 协议测试:

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