MCP 블로그 API
FastMCP와 httpx로 구축된 간단한 블로그 API 서비스입니다. 이 프로젝트는 빠르고 안정적인 Python 패키지 관리 및 환경 설정을 위해 uv를 지원합니다.
설명
이 프로젝트는 모의 블로그 API 서비스와 상호작용하는 API 도구 세트를 제공합니다. 사용자는 모든 블로그를 가져오고, 제목으로 블로그를 검색하고, 새 블로그 게시물을 추가할 수 있습니다. 이 프로젝트에는 재현 가능한 종속성 관리를 위한 uv.lock 파일이 포함되어 있습니다.
특징
- 모의 API에서 모든 블로그 가져오기
- 제목으로 블로그 검색
- 새로운 블로그 게시물 추가
요구 사항
- Python 3.13 이상
- httpx 0.28.1 이상
- mcp 1.9.0 이상
설치
uv 사용 (추천)
지엑스피1
pip 사용하기
용법
서버 실행
uv 사용 (추천)
표준 Python 사용
환경 관리
uv 사용 (추천)
uv는 Python 프로젝트에 대한 빠른 환경 관리 기능을 제공합니다. 이 프로젝트의 가상 환경을 생성하고 관리하는 방법은 다음과 같습니다.
API 참조
get_blogs()
모의 API에서 모든 블로그를 가져옵니다.
검색_블로그(쿼리: str)
모의 API를 사용하여 제목으로 블로그를 검색합니다.
add_blog(제목: str, 본문: str)
모의 API에 새로운 블로그를 추가합니다.
특허
[여기에 라이센스 정보를 추가하세요]
기여하다
[여기에 기여 지침을 추가하세요]
This server cannot be installed
FastMCP로 구축된 간단한 블로그 API 서비스로, 사용자가 모든 블로그를 가져오고, 제목으로 블로그를 검색하고, 새로운 블로그 게시물을 추가할 수 있습니다.
Related MCP Servers
- -securityAlicense-qualityA high-performance FastAPI server supporting Model Context Protocol (MCP) for seamless integration with Large Language Models, featuring REST, GraphQL, and WebSocket APIs, along with real-time monitoring and vector search capabilities.Last updated -9MIT License
- -securityFlicense-qualityA Python MCP server that enables semantic search through Search Labs blog posts indexed in Elasticsearch, allowing Claude to intelligently retrieve relevant information from the blog content.Last updated -3
- -securityAlicense-qualityA FastMCP-based server that provides tools for discovering RSS feeds, fetching and processing news content, searching articles by keyword, and generating summaries across multiple news sources and categories.Last updated -MIT License
- -securityAlicense-qualityA REST API built with FastAPI that exposes endpoints via Model Context Protocol (MCP), allowing clients to interact with CRUD operations through MCP interfaces.Last updated -MIT License