Catholic MCP Server
Provides Catholic content including daily gospel readings, prayers, and liturgical calendar, enabling users to access spiritual resources through natural language.
README
Catholic MCP Server
가톨릭 콘텐츠를 제공하는 MCP (Model Context Protocol) 서버입니다.
개요
이 서버는 PlayMCP 플랫폼을 통해 가톨릭 관련 콘텐츠를 제공합니다:
- 오늘의 복음 말씀
- 가톨릭 기도문 (주님의 기도, 성모송 등)
- 성인 전례력
- 일일 묵상 자료
기능
1. 오늘의 복음 (get-daily-gospel)
매일의 가톨릭 복음 말씀을 한국어와 영어로 제공합니다.
Parameters:
date(optional): YYYY-MM-DD 형식의 날짜language(optional): 'ko' 또는 'en' (기본값: 'ko')
2. 가톨릭 기도문 (get-catholic-prayer)
주요 가톨릭 기도문을 제공합니다.
Parameters:
prayerId(optional): 특정 기도문 IDcategory(optional): 'traditional', 'liturgical', 'devotional'searchQuery(optional): 기도문 검색어language(optional): 'ko' 또는 'en' (기본값: 'ko')
설치
npm install
개발
npm run dev
빌드
npm run build
실행
npm start
테스트
MCP Inspector를 사용하여 테스트:
npx @modelcontextprotocol/inspector node dist/index.js
PlayMCP 요구사항
- MCP 버전: 2025-03-26 ~ 2025-11-25
- 전송 방식: Streamable HTTP
- 서버 유형: Remote MCP (Stateless)
- 응답 시간: 평균 <100ms, p99 <3000ms
- 도구 개수: 3-10개 권장
기술 스택
- Node.js 18+
- TypeScript
- @modelcontextprotocol/sdk
- Express
- Zod (스키마 검증)
라이선스
MIT
기여
기여를 환영합니다! Pull Request를 보내주세요.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.