remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Integrations
Provides tools for interacting with the esa.io platform, allowing search of articles, retrieval of single or multiple posts, and utilizing esa.io's advanced search query syntax to filter results by various criteria like title, content, tags, authors, and dates.
esa-mcp-server
esa-mcp-server는 esa.io 의 API를 Model Context Protocol (MCP) 을 통해 사용할 수있게하는 서버입니다.
기능
- get_search_query_document: esa.io 문서를 검색하기 위한 문서 제공
- search_esa_posts: esa.io 기사 검색
- read_esa_post, read_esa_multiple_posts: 기사의 상세 취득(단일·복수)
- create_esa_post: 기사 만들기
- update_esa_post: 기사 업데이트
- delete_esa_post: 기사 삭제
Usage
사용하는 도구에 따라 다음과 같이 설정 파일을 준비하십시오.
Copy
프롬프트 예
Copy
사용 가능한 도구
src/server.ts 를 확인하십시오.
Contribution
환영합니다.
You must be authenticated.
Enables interaction with esa.io's API through the Model Context Protocol, supporting article search and retrieval with a compliant MCP interface.