mcpbeat Sign in

SeedBase Test Data MCP Server

by marcelglaeser Your server? Claim it
answering

SeedBase Test Data is answering right now. Last checked 10 min ago. 49 installs a week from npm. It exposes 6 tools. Last commit 12 Jul 2026.

Generate realistic, FK-consistent synthetic test data for your databases from your AI assistant.

Installs per day peak 23 · avg 6 · +136% w/w
a month agotoday
Uptime history 48 days of history
48 days agonow
100.0%
Uptime 24h
91 of 91 checks
6
Tools
read from the server
143 ms
Response time
average over 24h
49
Installs / week
npm and PyPI

What the code does

We read the source, 1 h ago · tools taken from the live server · rules 3dff92dd89df

A tool parameter reaches a dangerous call

A value the model can set ends up inside a file or shell call. That is not a flaw by itself — for a terminal server it is the job — but it is where things go wrong when it is not.

A tool parameter reaches a file or shell call get_ddl.project → src/mcp.js:147, create_project.db_type → src/mcp.js:147, generate_test_data.project → src/mcp.js:147 и ещё 1
      writeFileSync(filePath, sql, "utf-8");

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

A tool parameter here reaches a dangerous call

That is not a flaw by itself — but it is where things go wrong when it is not the job. We re-read this code on every release. Watch it and you hear from us the day another one appears.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 10 min ago.

run in your terminal
claude mcp add seedbase --transport http https://seedba.se/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "seedbase": {
      "url": "https://seedba.se/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.seedbase]
url = "https://seedba.se/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "seedbase": {
      "url": "https://seedba.se/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "seedbase": {
      "url": "https://seedba.se/mcp"
    }
  }
}

This one needs environment variables set before it will start: SEEDBASE_API_KEY (SeedBase API key (dr_sk_...) — create at https://seedba.se -> Settings -> API keys). The author declared them in the registry entry; get the values from the project itself.

Available tools 6

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

ddl
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
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.
generation
fetch_generation
Fetch 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.
import
import_schema
Import a database schema into a project from pasted content: SQL DDL (CREATE TABLE …, raw pg_dump/mysqldump schema output works), SQL INSERT dumps, CSV/TSV, JSON, or ORM model code (Django, Prisma, SQLAlchemy, …). Replaces the project's current schema.
project
create_project
Create a new, empty SeedBase project. Use import_schema afterwards to add the schema.
projects
list_projects
List your SeedBase projects (id, name, database type). Use this first to find the project to work with.

Endpoints

URLTransportStateLatencyChecked
https://seedba.se/mcp streamable-http answering 242 ms 10 min ago

Alternatives to SeedBase Test Data

same job, measured the same way
S
Seedfast
by seedfa

Generates relationally valid test data in a PostgreSQL database from its live schema.

291 installs/wk local only
Croft
by oncroft

Deploy and host the apps your AI assistant builds — a real server, database, and shareable URL.

26 tools answering
I
MCP Toolbox for Databases
by googleapis

MCP Toolbox for Databases enables your agent to connect to your database.

local only
I
MCP Toolbox for Databases
by googleapis

MCP Toolbox for Databases enables your agent to connect to your database.

local only
SAP HANA CLI
by sap-samples

150+ SAP HANA database tools as MCP tools for AI assistants

766 installs/wk local only
Dot - AI Data Analyst
by zurferr

Ask data questions in natural language. Get SQL, insights, and charts from your databases.

answering
Conarium
by dogrucanemek-alt

Governed database access for AI assistants: masking, signed receipts, coverage reconciliation.

543 installs/wk local only
Generate Tech Stack
by askuma

Visual tech-stack inventory of any codebase: languages, frameworks, databases, AI SDKs, infra.

72 installs/wk local only

SeedBase Test Data — questions

Answers built from our own checks of this server.

What can SeedBase Test Data do?
It exposes 6 tools, read directly from the server on our last check. Among them: create_project, fetch_generation, generate_test_data, get_ddl, import_schema, list_projects. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is SeedBase Test Data working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 143 ms. The bar chart above shows every period we have measured.
How do I connect SeedBase Test Data?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does SeedBase Test Data need an API key?
No. SeedBase Test Data completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 6 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is SeedBase Test Data?
It answers our handshake in 143 ms on average, which is faster than 78% of all working MCP servers we measure. That puts it in the quick quarter of the ecosystem. The comparison comes from our own checks across the whole registry, every 15 minutes.
How many people use SeedBase Test Data?
The npm package @seedbase/client was installed 49 times in the last week. Week over week that is +136%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is SeedBase Test Data open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.