🚀 웹훅 테스터 MCP 서버
webhook-test.com과 상호작용하기 위한 강력하고 모듈식 FastMCP 서버로, Webhook 토큰(URL)을 자동화하고 관리하고, 들어오는 요청을 검사하고, 분석을 수행하도록 설계되었습니다. 이 모든 작업이 사용자 정의 API 통합을 작성하지 않고도 가능합니다.
이 프로젝트는 모듈식 도구와 리소스를 공개하기 위해 FastMCP 프레임워크로 구축되었으며, 웹훅 관찰 및 관리가 가능합니다.
🛎️ 웹훅 101
웹훅을 사용하면 앱이 서비스 간에 실시간 업데이트를 주고받을 수 있습니다. 전송할 때는 앱이 새 사용자 가입이나 상태 변경과 같은 중요한 상황이 발생할 때마다 URL에 POST 방식으로 데이터를 전송할 수 있습니다. 수신할 때는 앱이 다른 서비스에서 들어오는 POST 요청을 수신하고 해당 서비스에서 전송하는 이벤트에 반응합니다. 이러한 설정은 지속적인 폴링보다 훨씬 효율적이며, 작업 트리거, 데이터 동기화 또는 시스템 동기화 유지에 적합합니다.
📦 기능 및 사용 사례
✅ 새로운 웹훅을 만드세요
✅ 사용 가능한 모든 웹훅 나열
✅ 웹훅 세부 정보 가져오기
✅ 웹훅 페이로드 가져오기
✅ 웹훅 삭제
⚙️ 설정
- 저장소를 복제합니다
- 종속성 설치
pip install -r requirements.txt
.env
구성
🔍 Claude를 사용하여 테스트하기
- claude_desktop_config.json 파일을 편집하여 로컬 서버를 사용하도록 Claude Desktop을 구성합니다.
지엑스피1
🧪 서버 데모 테스트
📄 라이센스
이 프로젝트는 MIT 라이선스 에 따라 라이선스가 부여되었습니다.
This server cannot be installed
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
웹훅 테스터 MCP 서버
Related MCP Servers
- AsecurityAlicenseAqualityEnables sending messages to webhook endpoints through the MCP protocol, supporting custom content, display names, and avatar URLs.Last updated -13113JavaScriptMIT License
- AsecurityAlicenseAqualityAn MCP server that enables posting messages to Discord webhooks, allowing customization of content, username, and avatar URL.Last updated -10JavaScriptMIT License
- -securityAlicense-qualitydingding webhook mcp serverLast updated -18GoGPL 3.0
- -securityAlicense-qualityA test server implementing all features of the MCP protocol, including prompts, tools, resources, and sampling, designed for testing MCP clients rather than practical applications.Last updated -PythonMIT License