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.
No reviews yet. Be the first to review!
Sign in to join the conversation
Generate a query based on natural language request. Parameters: request (string) - the natural language request for the query.
Get information from the documentation. Parameters: request (string) - the question about documentation.