MCP.so
ログイン

SeedBase — Synthetic Test Data

@marcelglaeser

SeedBase — Synthetic Test Data について

Generate realistic, FK-consistent test data for your databases from your AI assistant. List projects, get schema DDL, generate datasets as SQL.

基本情報

カテゴリ

データと分析

トランスポート

stdio

公開者

marcelglaeser

投稿者

Marcel Gläser

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "seedbase": {
      "command": "npx",
      "args": [
        "-y",
        "-p",
        "@seedbase/client",
        "seedbase-mcp"
      ],
      "env": {
        "SEEDBASE_API_KEY": "<YOUR_API_KEY>"
      }
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is SeedBase — Synthetic Test Data?

SeedBase turns a database schema into realistic synthetic test data with foreign key consistency and realistic distributions. It is an MCP server that brings this capability into an AI assistant.

How to use SeedBase — Synthetic Test Data?

Create a free account and API key at seedba.se, then connect via hosted endpoint (https://seedba.se/mcp with a Bearer dr_sk_… header) or local stdio mode using npx -y -p @seedbase/client seedbase-mcp with the SEEDBASE_API_KEY environment variable. Tools include list_projects, get_ddl, generate_test_data, and fetch_generation.

Key features of SeedBase — Synthetic Test Data

  • Generates FK-consistent synthetic data from any database schema
  • Returns data as SQL statements ready to insert
  • Supports multiple SQL dialects via get_ddl
  • Provides async generation with result polling
  • Free tier available, EU-hosted, no third-party scripts

Use cases of SeedBase — Synthetic Test Data

  • Populate development or staging databases with realistic test data
  • Generate edge-case datasets for QA testing
  • Quickly create demo data for presentations or prototypes

FAQ from SeedBase — Synthetic Test Data

How is the test data generated?

It reads your database schema and generates realistic data with proper foreign key relationships and distribution patterns resembling real usage.

What are the runtime requirements?

For hosted mode, only an HTTP client and API key. For local mode, Node.js and npm are required to run the npx command.

Where is my data hosted?

SeedBase is EU-hosted and claims zero third-party scripts. The server interacts with the SeedBase API; schema data is sent for generation.

What transport and authentication are used?

Local mode uses stdio transport; hosted mode uses HTTP. Authentication is via Bearer token (API key) in the Authorization header.

Are there any limits?

The README mentions a free tier but does not specify exact limits.

コメント

「データと分析」の他のコンテンツ