servidor esa-mcp
esa-mcp-server es un servidor que hace que la API de esa.io esté disponible a través del Protocolo de contexto de modelo (MCP) .
función
- get_search_query_document: Proporciona documentación para buscar artículos en esa.io
- search_esa_posts: Busca artículos de esa.io
- read_esa_post, read_esa_multiple_posts: Obtener detalles de publicaciones (individuales o múltiples)
- create_esa_post: Crea un artículo
- update_esa_post: Actualizar un artículo
- delete_esa_post: Eliminar un artículo
Uso
Prepare un archivo de configuración como el siguiente según la herramienta que utilizará.
Ejemplo de mensaje
Herramientas disponibles
Consulte src/server.ts .
Contribución
De nada.
You must be authenticated.
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.
Permite la interacción con la API de esa.io a través del Protocolo de Contexto de Modelo, lo que admite la búsqueda y recuperación de artículos con una interfaz MCP compatible.
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityAn interface that enables Claude AI to interact with the esa API for searching, creating, and updating documents through the Model Context Protocol.Last updated -101943JavaScriptMIT License
- -securityFlicense-qualityProvides 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 -1Python
- AsecurityAlicenseAqualityConnects 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 -111057TypeScriptMIT License
- -securityFlicense-qualityAn 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