arjshiv_blaze-sql-mcp-server

arjshiv_blaze-sql-mcp-server

3.2

If you are the rightful owner of arjshiv_blaze-sql-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

BlazeSQL MCP Server is a Model Context Protocol server that acts as a proxy to the BlazeSQL Natural Language Query API, allowing MCP-compatible clients to interact with BlazeSQL using natural language.

The BlazeSQL MCP Server is designed to facilitate natural language interactions with the BlazeSQL Natural Language Query API through the Model Context Protocol (MCP). By leveraging the `@modelcontextprotocol/sdk`, this server acts as a bridge between MCP-compatible clients and BlazeSQL, enabling users to perform database queries using plain English. The server is built using the `McpServer` helper class, ensuring a streamlined setup and operation. It securely handles API key authentication and communicates with clients via the standard MCP stdio transport. The server is particularly useful for developers and teams who want to integrate natural language query capabilities into their applications or workflows using BlazeSQL.

Features

  • Built using the modern `McpServer` helper class from the MCP SDK.
  • Exposes the BlazeSQL Natural Language Query API as an MCP tool named `blazesql_query`.
  • Uses `zod` for robust validation of tool input parameters.
  • Handles API key authentication securely via environment variables.
  • Communicates with clients using the standard MCP stdio transport.

Tools

  1. blazesql_query

    Tools that allow clients to query BlazeSQL databases in natural language