mseep-mcp-kql-server


Namemseep-mcp-kql-server JSON
Version 2.0.6 PyPI version JSON
download
home_pageNone
SummaryAI-Powered MCP server for KQL query execution with intelligent schema memory and context assistance
upload_time2025-09-09 08:39:37
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseMIT
keywords ai anthropic azure azure-data-explorer claude data-analytics data-explorer intelligent-caching kql kusto mcp model-context-protocol query-execution schema-memory
VCS
bugtrack_url
requirements fastmcp pydantic typing-extensions azure-cli azure-kusto-data azure-identity pandas sentence-transformers scikit-learn numpy httpx requests tenacity tabulate python-dotenv click colorama pytest
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Package managed by MseeP.ai
            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "mseep-mcp-kql-server",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "ai, anthropic, azure, azure-data-explorer, claude, data-analytics, data-explorer, intelligent-caching, kql, kusto, mcp, model-context-protocol, query-execution, schema-memory",
    "author": null,
    "author_email": "mseep <support@skydeck.ai>",
    "download_url": "https://files.pythonhosted.org/packages/e7/40/ab793b02114ea511f797921712412a4bce870d44ac7c51959c73c34642f9/mseep_mcp_kql_server-2.0.6.tar.gz",
    "platform": null,
    "description": "Package managed by MseeP.ai",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "AI-Powered MCP server for KQL query execution with intelligent schema memory and context assistance",
    "version": "2.0.6",
    "project_urls": {
        "Changelog": "https://github.com/4R9UN/mcp-kql-server/blob/main/CHANGELOG.md",
        "Homepage": "https://github.com/4R9UN/mcp-kql-server",
        "Issues": "https://github.com/4R9UN/mcp-kql-server/issues",
        "Repository": "https://github.com/4R9UN/mcp-kql-server.git"
    },
    "split_keywords": [
        "ai",
        " anthropic",
        " azure",
        " azure-data-explorer",
        " claude",
        " data-analytics",
        " data-explorer",
        " intelligent-caching",
        " kql",
        " kusto",
        " mcp",
        " model-context-protocol",
        " query-execution",
        " schema-memory"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2942f4f718ea256355bb91f0efabe117755b68b1531b0feb57b10a804f25796d",
                "md5": "e697b55377d4deb1abd78b183a37777b",
                "sha256": "64fb7cb61b31bf67436f299b06dded3996c9d9df7eaebf2b4ef3274f16b62e7c"
            },
            "downloads": -1,
            "filename": "mseep_mcp_kql_server-2.0.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e697b55377d4deb1abd78b183a37777b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 29398,
            "upload_time": "2025-09-09T08:39:36",
            "upload_time_iso_8601": "2025-09-09T08:39:36.501893Z",
            "url": "https://files.pythonhosted.org/packages/29/42/f4f718ea256355bb91f0efabe117755b68b1531b0feb57b10a804f25796d/mseep_mcp_kql_server-2.0.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e740ab793b02114ea511f797921712412a4bce870d44ac7c51959c73c34642f9",
                "md5": "fe263098116067822f2b29fc0e52990e",
                "sha256": "2781b961cb42c9377c679506ab3204295f1788eaaa29b23bcf0eff0d938de29e"
            },
            "downloads": -1,
            "filename": "mseep_mcp_kql_server-2.0.6.tar.gz",
            "has_sig": false,
            "md5_digest": "fe263098116067822f2b29fc0e52990e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 344572,
            "upload_time": "2025-09-09T08:39:37",
            "upload_time_iso_8601": "2025-09-09T08:39:37.549016Z",
            "url": "https://files.pythonhosted.org/packages/e7/40/ab793b02114ea511f797921712412a4bce870d44ac7c51959c73c34642f9/mseep_mcp_kql_server-2.0.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-09-09 08:39:37",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "4R9UN",
    "github_project": "mcp-kql-server",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "fastmcp",
            "specs": [
                [
                    "<",
                    "3.0.0"
                ],
                [
                    ">=",
                    "2.0.0"
                ]
            ]
        },
        {
            "name": "pydantic",
            "specs": [
                [
                    "<",
                    "3.0.0"
                ],
                [
                    ">=",
                    "2.0.0"
                ]
            ]
        },
        {
            "name": "typing-extensions",
            "specs": [
                [
                    ">=",
                    "4.0.0"
                ],
                [
                    "<",
                    "5.0.0"
                ]
            ]
        },
        {
            "name": "azure-cli",
            "specs": []
        },
        {
            "name": "azure-kusto-data",
            "specs": [
                [
                    "<",
                    "6.0.0"
                ],
                [
                    ">=",
                    "4.0.0"
                ]
            ]
        },
        {
            "name": "azure-identity",
            "specs": [
                [
                    ">=",
                    "1.15.0"
                ],
                [
                    "<",
                    "2.0.0"
                ]
            ]
        },
        {
            "name": "pandas",
            "specs": []
        },
        {
            "name": "sentence-transformers",
            "specs": [
                [
                    "<",
                    "6.0.0"
                ],
                [
                    ">=",
                    "2.0.0"
                ]
            ]
        },
        {
            "name": "scikit-learn",
            "specs": [
                [
                    "<",
                    "2.0.0"
                ],
                [
                    ">=",
                    "1.0.0"
                ]
            ]
        },
        {
            "name": "numpy",
            "specs": [
                [
                    ">=",
                    "1.21.0"
                ],
                [
                    "<",
                    "3.0.0"
                ]
            ]
        },
        {
            "name": "httpx",
            "specs": [
                [
                    "<",
                    "1.0.0"
                ],
                [
                    ">=",
                    "0.25.0"
                ]
            ]
        },
        {
            "name": "requests",
            "specs": [
                [
                    "<",
                    "3.0.0"
                ],
                [
                    ">=",
                    "2.31.0"
                ]
            ]
        },
        {
            "name": "tenacity",
            "specs": [
                [
                    "<",
                    "10.0.0"
                ],
                [
                    ">=",
                    "8.0.0"
                ]
            ]
        },
        {
            "name": "tabulate",
            "specs": [
                [
                    ">=",
                    "0.9.0"
                ],
                [
                    "<",
                    "1.0.0"
                ]
            ]
        },
        {
            "name": "python-dotenv",
            "specs": [
                [
                    "<",
                    "2.0.0"
                ],
                [
                    ">=",
                    "1.0.0"
                ]
            ]
        },
        {
            "name": "click",
            "specs": [
                [
                    ">=",
                    "8.0.0"
                ],
                [
                    "<",
                    "9.0.0"
                ]
            ]
        },
        {
            "name": "colorama",
            "specs": [
                [
                    "<",
                    "1.0.0"
                ],
                [
                    ">=",
                    "0.4.6"
                ]
            ]
        },
        {
            "name": "pytest",
            "specs": []
        }
    ],
    "lcname": "mseep-mcp-kql-server"
}
        
Elapsed time: 1.61369s