Skip to main content
Glama

ESA MCP Server

by d-kimuson

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

사용하는 도구에 따라 다음과 같이 설정 파일을 준비하십시오.

{ "mcpServers": { "esa-mcp-server": { "command": "npx", "args": ["-y", "esa-mcp-server@latest"], "env": { "ESA_API_KEY": "your api key here", "DEFAULT_ESA_TEAM": "your default esa team" } } } }

프롬프트 예

## Using esa tools esa の情報を検索するために esa 以下のツールを利用できます。 - 記事の検索には search_esa_posts ツールを利用します。複雑なクエリを利用する場合は get_search_query_document ツールで正確なクエリの記述方法を理解してから利用します。 - 記事本文を取得するには read_esa_post, read_esa_multiple_posts ツールを利用します。複数の記事を取得する必要がある場合は read_esa_multiple_posts でまとめて取得することを推奨します。 - 記事を作成/更新/削除するにはそれぞれ create_esa_post, update_esa_post, delete_esa_post ツールを利用します。

사용 가능한 도구

src/server.ts 를 확인하십시오.

Contribution

환영합니다.

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

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.

Enables interaction with esa.io's API through the Model Context Protocol, supporting article search and retrieval with a compliant MCP interface.

  1. 기능
    1. Usage
      1. 프롬프트 예
        1. 사용 가능한 도구
          1. Contribution

            Related MCP Servers

            • A
              security
              A
              license
              A
              quality
              An interface that enables Claude AI to interact with the esa API for searching, creating, and updating documents through the Model Context Protocol.
              Last updated -
              10
              194
              3
              JavaScript
              MIT License
              • Linux
              • Apple
            • -
              security
              F
              license
              -
              quality
              Provides tools for accessing the Semantic Scholar API to search papers, retrieve paper and author details, and fetch citations and references through the Model Context Protocol.
              Last updated -
              1
              Python
              • Apple
              • Linux
            • A
              security
              A
              license
              A
              quality
              Connects agents to Elasticsearch data using the Model Context Protocol, allowing natural language interaction with Elasticsearch indices through MCP Clients like Claude Desktop and Cursor.
              Last updated -
              11
              105
              7
              TypeScript
              MIT License
              • Apple
              • Linux
            • -
              security
              F
              license
              -
              quality
              An MCP server that crawls API documentation websites and exposes their content to AI models, enabling them to search, browse, and reference API specifications.
              Last updated -
              Python

            View all related MCP servers

            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/d-kimuson/esa-mcp-server'

            If you have feedback or need assistance with the MCP directory API, please join our Discord server