Python MCP Cat Facts
파이썬 MCP Cat 정보
SSE(Server-Sent Events) 전송을 사용하여 고양이 사실을 제공하는 모델 컨텍스트 프로토콜(MCP)을 구현하는 FastAPI 서버입니다.
특징
무작위로 고양이 한 마리의 사실을 알아보세요
10초마다 전달되는 고양이 관련 사실 스트림을 구독하세요
실시간 통신을 위한 SSE(Server-Sent Events)
자동 OpenAPI 문서화를 갖춘 FastAPI 프레임워크
Related MCP server: Skemati.ca MCP SSE Server
요구 사항
파이썬 3.12+
종속성:
패스트아피
mcp[cli]
유비콘
cmake
설치
저장소를 복제합니다
지엑스피1
가상 환경 만들기
python -m venv venv
source venv/bin/activate # On Windows, use: venv\Scripts\activate종속성 설치
pip install -e .SSE 모드에서 서버 시작
uv run 명령을 사용하여 서버를 시작합니다.
uv run start서버가 실행되면 다음 위치에서 사용할 수 있습니다.
API 문서: http://localhost:8000/docs
VS 코드 통합
VS Code와 함께 이 MCP 서버를 사용하려면 mcp.json 파일에 다음 구성을 추가해야 합니다.
{
"servers": {
"mcp-sse": {
"type": "sse",
"url": "http://0.0.0.0:8000/sse"
}
}
}이 구성은 VS Code가 SSE 전송을 사용하여 MCP 서버에 연결하는 방법을 알려줍니다.
Cat Facts API 사용
고양이 한 마리에 대한 사실을 알아보세요:
SSE 엔드포인트에 연결하여 단일 고양이 정보를 요청하세요. 응답은 항상 "Hi!"로 시작합니다.
API 엔드포인트
GET /: 홈페이지GET /about: 애플리케이션에 대한 정보GET /status: 현재 서버 상태GET /sse: MCP 통신을 위한 SSE 엔드포인트GET /docs: API 문서(Swagger UI)GET /redoc: 대체 API 문서(ReDoc)
특허
This server cannot be installed
Maintenance
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
- Alicense-qualityDmaintenanceA Server-Sent Events implementation using FastAPI framework that integrates Model Context Protocol (MCP), allowing AI models to access external tools and data sources like weather information.Last updated51MIT
- Flicense-quality-maintenanceA Model Context Protocol (MCP) server implementation that uses Server-Sent Events (SSE) to enable real-time, server-pushed updates between AI models and tools over HTTP connections.Last updated1
- Flicense-qualityDmaintenanceA Model Context Protocol server implementation built with FastAPI that enables AI agent interactions. Provides a structured foundation for building AI-powered applications with proper data validation and modern Python tooling.Last updated
- Alicense-qualityDmaintenanceA FastAPI MCP server that uses Server-Sent Events as a transport layer, providing echo functionality through tools, resources, and prompts.Last updated12MIT
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
MCP (Model Context Protocol) server for Appwrite
A Model Context Protocol server for Wix AI tools
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/akream/mcppython'
If you have feedback or need assistance with the MCP directory API, please join our Discord server