loading…
Search for a command to run...
loading…
License Checker AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
License Checker AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
License Checker AI MCP Server Open source license identification and compatibility tools powered by MEOK AI Labs.
| Tool | Description |
|---|---|
identify_license |
Identify the license type from license text content. |
check_compatibility |
Check if two licenses are compatible for combining code. |
generate_license |
Generate license text for common open source licenses. |
explain_terms |
Explain the key terms and obligations of a license in plain language. |
pip install meok-license-checker-ai-mcp
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"license-checker-ai": {
"command": "python",
"args": ["-m", "meok_license_checker_ai_mcp.server"]
}
}
}
from mcp.server.fastmcp import FastMCP
# This server exposes 4 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": {
"license-checker-ai-mcp": {
"command": "npx",
"args": []
}
}
}