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 호환 클라이언트에 노출합니다.

기능

Capability

Purpose

site_overview

공개 사이트 메타데이터와 서버의 읽기 전용 범위를 반환합니다.

search_content

키워드로 공개 페이지 및 게시물을 검색합니다.

list_content

게시된 페이지 또는 게시물을 날짜와 요약과 함께 나열합니다.

get_content

WordPress slug 기준으로 페이지 또는 게시물 하나를 Markdown으로 가져옵니다.

ventless://homepage

공개 홈페이지를 Markdown 리소스로 읽습니다.

ventless://our-mission

미션 페이지를 Markdown 리소스로 읽습니다.

ventless://about

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_URL을 설정하세요. REQUEST_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 클라이언트는 콘텐츠를 교육용으로 취급하고, 중요한 주장과 관련한 확인이 필요한 사항은 현재의 1차 자료를 통해 검증한 다음, 설치·가스·연소·전기·규정·안전 결정에 대해 자격을 갖춘 전문가와 상담해야 합니다.

테스트

라이브 상태 확인 및 종단 간 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