API Documentation
Summary
This MCP server leverages the Anthropic Claude API to provide query generation and documentation assistance capabilities. It is built with TypeScript and uses the Model Context Protocol SDK for standardized interactions. The server can be run as a standalone application or integrated into other projects. It includes features for loading custom API documentation and environment variable configuration. This implementation is well-suited for developers looking to add AI-powered querying and documentation tools to their workflows or applications.
Available Actions(2)
create-query
Generate a query based on a natural language request. Arguments: request (string) - A natural language query to convert into a structured format.
documentation
Get information from the documentation based on a specific query. Arguments: request (string) - A question related to the documentation.
Reseñas de la Comunidad
Aún no hay reseñas. ¡Sé el primero en reseñar!
Inicia sesión para unirte a la conversación