SQLite MCP Server

by jacksteamdev
Verified

read-query

Execute read-only SELECT queries on SQLite databases to retrieve data for analysis and generate business insights through the SQLite MCP Server.

Instructions

Execute a read-only SQL query

Input Schema

NameRequiredDescriptionDefault
queryYesa SELECT query

Input Schema (JSON Schema)

{ "properties": { "query": { "description": "a SELECT query", "pattern": "^SELECT", "type": "string" } }, "required": [ "query" ], "type": "object" }

You must be authenticated.

Other Tools from SQLite MCP Server

Related Tools

ID: le7p83s38c