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.
社区评论
暂无评论. 成为第一个评论的人!
登录以参与讨论