Ventless Fireplace Review MCP Server
Ventless Fireplace Review MCP Server
本项目为 Ventless Fireplace Review 提供了一个只读的 Model Context Protocol 服务器。它读取该网站的公开 WordPress REST API,并将已发布的壁炉指南、页面和编辑资源提供给兼容 MCP 的客户端。
功能
功能 | 用途 |
| 返回公开的网站元数据和服务器的只读范围。 |
| 按关键词搜索公开的页面和文章。 |
| 列出已发布的页面或文章,包含日期和摘要。 |
| 按 WordPress slug 以 Markdown 格式检索一个页面或文章。 |
| 以 Markdown 资源形式读取公开首页。 |
| 以 Markdown 资源形式读取使命页面。 |
| 以 Markdown 资源形式读取关于页面。 |
| 以 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_URL。REQUEST_TIMEOUT_MS 和 USER_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.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