esa-mcp-server

esa-mcp-server

3.2

If you are the rightful owner of esa-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

ESA MCP Server provides access to ESA's API for various operations.

The ESA MCP Server is designed to facilitate interaction with the ESA API, enabling users to perform a variety of operations such as retrieving team information, managing articles, and accessing user data. This server acts as a bridge between the client and the ESA API, allowing for seamless integration and automation of tasks related to team and content management. It supports a wide range of functionalities, including fetching lists of posts, creating and updating articles, managing comments, and retrieving statistical data about teams and members. The server is configured to work with the ESA API using personal access tokens, ensuring secure and authenticated access to the necessary resources.

Features

  • Retrieve team information and statistics
  • Manage articles: create, update, and list
  • Handle comments: list and create
  • Access member and tag lists
  • Fetch authenticated user information

Tools

  1. get_team

    Retrieve team information

  2. list_posts

    Retrieve a list of articles

  3. get_post

    Retrieve article details

  4. create_post

    Create a new article

  5. update_post

    Update an existing article

  6. list_comments

    Retrieve a list of comments

  7. create_comment

    Create a new comment

  8. get_stats

    Retrieve team statistics

  9. list_members

    Retrieve a list of team members

  10. list_tags

    Retrieve a list of tags

  11. get_user

    Retrieve authenticated user information