esa MCP Server

by kajirita2002
Verified

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ESA_TEAMYesYour esa team name
ESA_ACCESS_TOKENYesYour esa API access token

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
esa_list_posts

Get a list of posts in the team (with pagination support)

esa_get_post

Get detailed information about a specific post

esa_create_post

Create a new post

esa_update_post

Update an existing post

esa_delete_post

Delete a post

esa_list_comments

Get a list of comments for a post

esa_get_comment

Get a specific comment

esa_create_comment

Post a comment to an article

esa_get_members

Get a list of team members

esa_get_member

Get information about a specific team member