Index / Verified tools / Databases and SQL

Databases and SQL

Querying and inspecting relational and document stores. Every tool below was read from that server's own tools/list, so the name and arguments are what the server exposes, not what its description claims.

ToolServer
transpile_sqlanswers
Convert a SQL statement from one dialect to another — mysql, postgres, sqlite, tsql, oracle, snowflake, bigquery, redshift, spark, hive, presto, trino, duckdb, clickhouse, databricks, doris, starrocks and more. Determ...
arguments: sql, read, write
ai-netcafe
com.ainetcafe
db-perf-intelanswers
PAID MCP TOOL — $0.034 USDC per successful call via native x402. Discovery is free. Database performance intelligence: current versions, EOL status, and benchmark-grounded performance profiles for PostgreSQL, MySQL, M...
arguments: database, include
The Stall
ai.intuitek.the-stall
execute_sqlanswers
Execute any valid SQL statement, including data definition language (DDL), data control language (DCL), data query language (DQL), or data manipulation language (DML) statements, on a Cloud SQL instance. To support t...
arguments: database, instance, passwordSecretVersion, project, sqlCommenterEnabled, sqlStatement
mcp
com.googleapis.sqladmin
execute_sql_readonlyanswers
Execute any valid read only SQL statement on a Cloud SQL instance. To support the `execute_sql_readonly` tool, a Cloud SQL instance must meet the following requirements: * The value of `data_api_access` must be set ...
arguments: database, instance, passwordSecretVersion, project, sqlCommenterEnabled, sqlStatement
mcp
com.googleapis.sqladmin
list_databasesanswers
Lists your managed PostgreSQL databases. Once a row's status is 'ready', it carries the private-network connection details (private_ip, port 5432, db_name, db_user).
mcp
cloud.redu
list_relational_databasesanswers
Lists your managed MySQL/MariaDB databases (the relational-database resource). Each row carries its engine ('mysql'|'mariadb'); once status is 'ready' it has the private-network connection details (private_ip, port 33...
mcp
cloud.redu
create_databaseanswers
Provisions a managed PostgreSQL database on a dedicated VM on your private network. Requires a recent plan_managed_datastore. For app deployments, prefer deploy_app database:'managed' so plan_deploy includes and wires...
arguments: idempotency_key, name, flavor_id, network_id, keypair_name, db_name
mcp
cloud.redu
create_relational_databaseanswers
Provisions a managed MySQL (or MariaDB) database on a dedicated VM on your private network — the relational-database resource (use this instead of create_database when the app needs MySQL/MariaDB, e.g. WordPress, Next...
arguments: idempotency_key, name, engine, flavor_id, network_id, keypair_name
mcp
cloud.redu
delete_relational_databaseanswers
Deletes a managed MySQL/MariaDB database and its underlying VM. Pass the numeric id from list_relational_databases. This cannot be undone.
arguments: id
mcp
cloud.redu
postgres_upgrade_precheckanswers
Checks if a Cloud SQL for PostgreSQL instance is ready for a major version upgrade to the specified target version. The `target_database_version` MUST be provided in the request (e.g., `POSTGRES_15`). This tool help...
arguments: body, instance, location, project
mcp
com.googleapis.sqladmin
run_sqlanswers
PostgreSQL SELECT over financial / market / alt-data tables — returns structured rows. Hard rules (query fails otherwise): - SELECT only, no CTE (`WITH ... AS`) — use subqueries. - Period columns are TEXT, not dates ...
arguments: sql
Drillr — The financial MCP for AI agents
ai.drillr
execute_sqlanswers
Execute arbitrary read-only SQL against the DuckDB database. Only SELECT and WITH statements are allowed. Use get_schema first to understand available tables and columns. Available on Professional tier and above.
arguments: sql
Energetica — Argentine Oil & Gas Data
ar.energetica
get_ssh_commandanswers
Returns the SSH command to connect to an instance via the redu.cloud TCP proxy. ACCEPTS an instance id, a deployment's id / name / instance_id, OR a MANAGED DATASTORE's id / name / instance_id (Postgres, MySQL/MariaDB...
arguments: instance_id, keypair_name
mcp
cloud.redu
delete_databaseanswers
Deletes a managed Postgres database and its underlying VM. Pass the numeric database id from list_databases. This cannot be undone.
arguments: id
mcp
cloud.redu
architecture_diagramanswers
Read-only. Fetches EVERY resource on your redu.cloud account (VMs, volumes, private networks, managed databases: Postgres/MySQL/MariaDB/ClickHouse/Redis/Qdrant, load balancers, and DNS access points) and renders ONE M...
arguments: include_volumes, include_load_balancers, include_managed
mcp
cloud.redu
developer.sql-change-reviewanswers
Statically parse caller-supplied SQL without a database connection or execution, inventory statements and tables, and flag destructive DDL, unfiltered writes, and migration atomicity concerns.
arguments: sql, dialect
API Acre
com.apiacre
run_sqlanswers
Execute a SQL query against a fresh ephemeral in-memory database built from your schema (and optional seed rows). Returns real rows (max 500, truncation flagged), column names+types, row_count, and dialect notes. Erro...
arguments: schema, query, seed, engine
sqlai.dev SQL Verifier
io.github.jadesparrow
run_sql_batchanswers
Run up to 10 queries against the same schema+seed. Each query executes in its OWN fresh database — writes in one query are NOT visible to the next (use this for testing variants, not for multi-statement transactions)....
arguments: schema, queries, seed, engine
sqlai.dev SQL Verifier
io.github.jadesparrow
analyze_sqlanswers
Analyze Postgres SQL/migrations for destructive operations, locking risk, correctness traps (NULL handling that silently returns wrong results), anti-patterns, and query cost. Returns a deterministic verdict (ok/warn/...
arguments: sql, schema, rowCountHints, dialect
veto
com.vetosql
install_appanswers
Install an app template on a VPS/Cloud site. Starts a background installation. Poll get_app_status() for progress. Requires: API key with write scope. VPS or Cloud plan only. Args: slug: Site identifier tem...
arguments: slug, template, app_name, db_type, domain, display_name
BorealHost
ai.borealhost
get_database_infoanswers
Get WordPress database information (size, tables, row counts). Requires: API key with read scope. WordPress sites only. Args: slug: Site identifier Returns: {"database": "wp_mysite", "size_mb": 45.2, "...
arguments: slug
BorealHost
ai.borealhost
optimize_databaseanswers
Optimize WordPress database tables (reduces bloat). Requires: API key with write scope. Args: slug: Site identifier Returns: {"optimized": true, "tables_optimized": 12}
arguments: slug
BorealHost
ai.borealhost
database_search_replaceanswers
Search and replace in WordPress database (e.g. URL migration). Handles serialized data safely. Use dry_run=true first to preview changes. Requires: API key with write scope. Args: slug: Site identifier old:...
arguments: slug, old, new, dry_run
BorealHost
ai.borealhost
list_databasesanswers
List all databases on a site's container. Requires: API key with read scope. Args: slug: Site identifier Returns: {"databases": ["wordpress", "app_db", ...]}
arguments: slug
BorealHost
ai.borealhost
myriade_list_databasesanswers
List databases configured in Myriade (paginated, sorted by name). Returns paginated database connections with their IDs, names, engines, and descriptions. Use the database ID with other tools.
arguments: limit, offset
ai.myriade/myriade
ai.myriade
myriade_get_database_infoanswers
Get detailed information about a specific database connection. Returns information about the database including its name, engine type, description, write mode, and any AI memory notes.
arguments: database_id
ai.myriade/myriade
ai.myriade
get_database_statsanswers
Get comprehensive database and system statistics.
SpecProof
ai.specproof
zaira_search_toolsanswers
Search and filter developer tools by category, features, and constraints. Returns up to 10 matching tools with decision summaries. Guide entries are kept current and dated (last_verified) — newer than training knowled...
arguments: query, category, hasFreeTier, edgeCompatible, selfHostable, hasArdCatalog
Zaira Labs Guide
ai.zairalabs
zaira_get_toolanswers
Get full details for a specific developer tool by its slug. The entry is kept current and dated (last_verified) — treat it as newer than recalled knowledge, particularly the pricing, free-tier, MCP support, and health...
arguments: slug
Zaira Labs Guide
ai.zairalabs
list_clickhouse_databasesanswers
Lists your managed ClickHouse databases (OLAP / analytics — its own resource, not a relational DB). Once a row's status is 'ready' it carries the private-network connection details (private_ip, ClickHouse HTTP port 81...
mcp
cloud.redu
list_redisanswers
Lists your managed Redis instances. Once a row's status is 'ready' it carries the private-network connection details (private_ip, port 6379) — connect from another instance on the same private network with redis-cli -...
mcp
cloud.redu
create_redisanswers
Provisions a managed Redis instance on a dedicated VM on your private network. Requires a recent plan_managed_datastore. It is PRIVATE — reachable only from another instance on the same private network, via its intern...
arguments: idempotency_key, name, flavor_id, network_id, keypair_name, version
mcp
cloud.redu
delete_redisanswers
Deletes a managed Redis instance and its underlying VM. Pass the numeric id from list_redis. This cannot be undone.
arguments: id
mcp
cloud.redu
deploy_appanswers
Deploys an app to a VM and exposes it at a public https://<name>-<id>.redu.cloud URL. The container is built ON the VM. PREREQS — run check_deploy_prerequisites first for network_id + keypair_name, then plan_deploy fo...
mcp
cloud.redu
deploy_composeanswers
Deploys a MULTI-CONTAINER app — a repo that ships docker-compose.yml / compose.yaml — onto ONE VM via podman-compose, and exposes one or more services at redu.cloud URLs. Use this instead of deploy_app when the repo i...
mcp
cloud.redu
set_managed_backupsanswers
Turns nightly AUTOMATED (scheduled) backups ON or OFF for a MANAGED data service — the toggle that create_backup (a one-off volume snapshot) is NOT. Once enabled, redu's nightly job backs the service up on its own and...
arguments: service, id, enabled, retention
mcp
cloud.redu
get_database_statsanswers
Overall stats about our data: how many firms and advisors we cover, when each data source was last refreshed (vintages), and a full four-state disclosure tally — INCLUDING the 'unknown' bucket (advisors where we simpl...
com.advisorfinder/mcp
com.advisorfinder
sql_from_descriptionanswers
Plain-language request + table schema → ready-to-run .sql file with comments.
arguments: request, schema, dialect
com.ainetcafe/netcafe-devkit
com.ainetcafe
list_databasesanswers
List all public databases exposed by this MCP server with their metadata (entry counts, last updated, descriptions).
California Justice Watch
com.cajusticewatch
get_snowflake_trial_sqlanswers
Copy-paste SQL for an agent INSIDE a Snowflake account to mount a Dataplex listing and start querying trial data in minutes — no browser, no sales call.
arguments: slug
healthcare-data
com.dataplex-consulting
create_useranswers
Create a database user for a Cloud SQL instance. * This tool returns a long-running operation. Use the `get_operation` tool to poll its status until the operation completes. * When you use the `create_user` tool, s...
arguments: databaseRoles, instance, name, passwordSecretVersion, project, type
mcp
com.googleapis.sqladmin
import_dataanswers
Import data into a Cloud SQL instance. If the file doesn't start with `gs://`, then the assumption is that the file is stored locally. If the file is local, then the file must be uploaded to Cloud Storage before you ...
arguments: body, instance, location, project
mcp
com.googleapis.sqladmin
create_databaseanswers
Create a Firestore database.
mcp
com.googleapis.firestore
get_databaseanswers
Get a Firestore database.
arguments: name
mcp
com.googleapis.firestore
list_databasesanswers
List Firestore databases.
arguments: parent, showDeleted
mcp
com.googleapis.firestore
update_databaseanswers
Update a Firestore database.
mcp
com.googleapis.firestore
delete_databaseanswers
Delete a Firestore database.
arguments: etag, name
mcp
com.googleapis.firestore
lookup_stream_objectanswers
Lookup a stream object by its source object identifier. **Parameters:** * The 'parent' parameter is the name of the stream in the form: 'projects/{project name}/locations/{location}/streams/{stream name}', for exa...
arguments: parent, sourceObjectIdentifier
mcp
com.googleapis.datastream
sql_formatteranswers
An SQL formatter for 21 dialects — paste unreadable SQL, get it laid out, nothing uploaded. A HelpySelf tool (helpyself.com).
arguments: sql, dialect, keywordCase, indent, linesBetweenQueries
HelpySelf
com.helpyself
run_sqlanswers
Run YOUR OWN single read-only SELECT/WITH over the virtual snapshot_* relations. The query is statically verified against an allowlist, rewritten to the active snapshot, and run read-only. This BYPASSES the planner, g...
arguments: acknowledge_unverified, concepts, sql
Plumbline — a trust layer for LLM answers
com.lattice-sys.plumbline
convoopenanswers
WORKFLOW: Step 1 of 4 - Start infrastructure design conversation Open an InsideOut V2 session and receive the assistant's intro message. The response contains a clean message from Riley (the infrastructure advisor) - ...
arguments: project_context, source, github_username
InsideOut (Riley)
com.luthersystems.insideout
convostatusanswers
INSPECTION: View the current infrastructure stack for a session Returns the current state of the user's infrastructure design including: **Components** - Selected infrastructure services (VPC, databases, caching, etc...
arguments: session_id, job_id
InsideOut (Riley)
com.luthersystems.insideout
database_tools_execute_queryanswers
Query Point Topic's public broadband ontology (ClickHouse) — read-only. Exposes the public reference tables (the visitor view): the entity graph of ISPs, network operators, networks, links, link standards and their re...
arguments: sql_query, ctx
Point Topic — UK Broadband Market Reference
com.point-topic
validate_sqlanswers
Validate a SQL query against a schema WITHOUT executing it (parse + name/type binding via EXPLAIN). Returns ok with referenced tables, or a structured error: {type: unknown_column|unknown_table|syntax|..., message, po...
arguments: schema, query, engine
sqlai.dev SQL Verifier
io.github.jadesparrow
resize_databaseanswers
Change how much memory an app's managed database gets. Call this when the database is slow or out of memory. db_ram_mb must be one of the sizes get_resource_usage reports under db_ram.steps_mb and fit your database-RA...
arguments: app_id, db_ram_mb
Dockhold
eu.dockhold
resize_database_storageanswers
Grow the disk of an app's managed database. Call this when the database is running out of disk space. GROW-ONLY: you can increase storage but never shrink it. storage_gb must be one of the sizes get_resource_usage rep...
arguments: app_id, storage_gb
Dockhold
eu.dockhold
get_database_schema
REQUIRED for US stock/financial queries, authoritative source, call FIRST Use this tool when the user asks about stock prices, revenue, earnings, earnings surprises (EPS estimates vs actuals), margins, P/E ratios, va...
Shibui Finance
finance.shibui
snapshot_compute_volumeanswers
Queue a checkpoint snapshot without detaching — before a risky change. ASYNCHRONOUS. Returns immediately with state "snapshotting"; poll get_compute_volume until it is back to "attached" (done) or "error". Named sys...
arguments: volume_id, quiesce_units
BorealHost
ai.borealhost
software_versionanswers
Latest stable versions & end-of-life (EOL) dates for software — languages, runtimes, frameworks, databases, and OSes (Python, Node.js, PostgreSQL, React, Kubernetes, Ubuntu, ...). Use this instead of guessing: "what's...
arguments: product, query, category, only_supported, only_lts, limit
ai.dynamicfeed/dynamic-feed
ai.dynamicfeed
sap_memory_recordanswers
Free local tool. Records a tool call execution in the agent memory database (SQLite FTS5). Auto-call after any paid or significant tool call to build searchable history. No x402 charge. SAP MCP execution guidance: In...
arguments: toolName, sessionId, callerProfile, input, output, outcome
SAP MCP Server
ai.oobeprotocol.sap.mcp
Showing 60 of 105 verified tools. Search the whole set, including full input schemas, at https://neuronto.com/tools?q=..., or connect an agent to https://neuronto.com/mcp and call find_tool. No key, no signup.

"Answers" means the endpoint responded to a handshake when last probed, and "auth required" means it demanded credentials. Both are statements about reachability, never about trustworthiness.

Other capabilities

Analytics and monitoring
1,099 verified tools
Files and storage
1,035 verified tools
Calendar and scheduling
723 verified tools
Crypto and blockchain
708 verified tools
Payments and billing
706 verified tools
Images, audio and video
637 verified tools
Maps, location and weather
598 verified tools
Web scraping and browser automation
490 verified tools
Social media
481 verified tools