execute_read_only_query
Executes a read-only SQL query (SELECT, PRAGMA) against a database.
How to use it
execute_read_only_query is exposed by the MCP Turso Cloud MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the execute_read_only_query tool becomes available to the model automatically. See the full listing for setup details and every tool this server provides.
FULL MCP TURSO CLOUD LISTINGOther tools in MCP Turso Cloud (20)
Creates a new database in your organization.
(string, required): Database name
Deletes a database from your organization.
Gets schema information for a table.
Executes a potentially destructive SQL query (INSERT, UPDATE, DELETE,
(string, optional): Token expiration time
Generates a new token for a specific database.
(string, optional): Group to assign the database to
(number, optional): Maximum number of results (default: 10)
Lists all databases in your Turso organization.
Lists all tables in a database.
(string, required): Name for the new database
(object, optional): Query parameters
(string, optional): Permission level ('full-access' or
(string, required): SQL query to execute (must be SELECT or
(number[], required): Query vector for similarity
(string[], optional): Regions to deploy the database to
(string, required): Table name
(string, required): Column containing vectors
Performs vector similarity search using SQLite vector extensions.