# SeedBase Test Data MCP server

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

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-marcelglaeser-seedbase
- Repository: https://github.com/marcelglaeser/seedbase-node
- Website: https://seedba.se

## Install
- Command: `npx -y @seedbase/client`
- Endpoint: https://seedba.se/mcp
- Auth: Auth required by registry metadata

## Setup notes
- Remote header: Authorization (required; secret)
- Package: Npm @seedbase/client v0.2.2
- Environment variable: SEEDBASE_API_KEY (required; secret)
- The upstream registry signals required auth or secrets.
- Remote endpoint: https://seedba.se/mcp
- Header: Authorization

## Tools
- list_projects (List projects) - List your SeedBase projects (id, name, database type). Use this first to find the project to work with. Endpoint: https://seedba.se/mcp
- get_ddl (Get schema 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). Endpoint: https://seedba.se/mcp
- generate_test_data (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. Endpoint: https://seedba.se/mcp
- fetch_generation (Fetch generation result) - 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. Endpoint: https://seedba.se/mcp
- create_project (Create project) - Create a new, empty SeedBase project. Use import_schema afterwards to add the schema. Endpoint: https://seedba.se/mcp
- import_schema (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. Endpoint: https://seedba.se/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.marcelglaeser
- Version: 0.2.2
- Runtime: Npm
- Transports: STDIO, HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jun 12, 2026
- Source: https://registry.modelcontextprotocol.io
