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
Generates a query based on natural language requests. Parameters: request (string), for example, 'Find all users who signed up in the last week'.
Provides relevant documentation information based on questions. Parameters: request (string), for example, 'How do I authenticate API requests?'.