SeedBase

Generate realistic, foreign-key-consistent test data for your databases from your AI assistant — list projects, get schema DDL, generate SQL datasets.

Community: Submitted by a user or imported; check the owner before granting accessOnlineAPI key requiredGlobalFreeRead-only

What it can do

  • List Projects: List your SeedBase projects (id, name, database type). Use this first to find the project to work with.
  • Get Ddl: Get a project's schema as CREATE TABLE statements. Accepts a project id or name and an optional SQL dialect (postgresql, mysql, sqlite, mssql).
  • Generate Test Data: Generate a fresh synthetic dataset for a project and return it as SQL INSERT statements. Optionally set rows per table. The data is foreign-key consistent.

What data it sees

Do you need an account

An API key from the service settings is required

Generate realistic, foreign-key-consistent test data for your databases from your AI assistant — list projects, get schema DDL, generate SQL datasets. Free tier, no credit card.

Server tool list (4)

Raw names from tools/list. Only developers need these.

list_projectsList your SeedBase projects (id, name, database type). Use this first to find the project to work with.
get_ddlGet a project's schema as CREATE TABLE statements. Accepts a project id or name and an optional SQL dialect (postgresql, mysql, sqlite, mssql).
generate_test_dataGenerate a fresh synthetic dataset for a project and return it as SQL INSERT statements. Optionally set rows per table. The data is foreign-key consistent.
fetch_generationFetch a previously started generation by id: returns its status, and the SQL INSERT statements once completed. Use this when generate_test_data reported the generation as still running.