loading…
Search for a command to run...
loading…
API Docs Generator AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
API Docs Generator AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
MCP server for api docs generator ai mcp operations
Api Docs Generator Ai MCP provides AI-powered tools via the Model Context Protocol (MCP).
| Tool | Description |
|---|---|
generate_endpoint |
Generate an OpenAPI endpoint definition from a description. |
generate_schema |
Generate an OpenAPI schema component. Fields format: 'name:type,name2:type2' (ty |
generate_full_spec |
Generate a complete OpenAPI 3.0 spec. Pass endpoints_json as a JSON array of {pa |
add_auth_to_spec |
Add authentication scheme to an OpenAPI spec. auth_type: bearer, api_key, basic, |
validate_spec |
Validate an OpenAPI spec for common issues. |
pip install meok-api-docs-generator-ai-mcp
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"api-docs-generator-ai-mcp": {
"command": "python",
"args": ["-m", "meok_api_docs_generator_ai_mcp.server"]
}
}
}
from mcp.server.fastmcp import FastMCP
# This server exposes 5 tool(s) via MCP
# See server.py for full implementation
MIT © MEOK AI Labs
Add this to claude_desktop_config.json and restart Claude Desktop.
{
"mcpServers": {
"api-docs-generator-ai-mcp": {
"command": "npx",
"args": []
}
}
}