← Registry

Developer Tools

seedba.se

Manages database schema and generates synthetic test data for development and testing.

1 endpoint6 known toolsFirst detected July 6, 2026Last detected July 25, 2026

ENDPOINT 1

https://seedba.se/mcp

No auth detected

MCP server metadata

Name
seedbase
Version
0.3.0
Capabilities
tools
Server instructions

SeedBase generates realistic, foreign-key-consistent synthetic test data. Free tier, no credit card. Typical flow: call list_projects to find the project (or create_project + import_schema for a new one), optionally get_ddl to inspect or create the schema in a local database, then generate_test_data to produce SQL INSERTs. Authentication: create a free account at https://seedbase.dev/register, then a SeedBase API key (dr_sk_...) under Settings -> API keys, and send it as 'Authorization: Bearer <key>' or 'apiKey' header.

Known tools 6

list_projects

List your SeedBase projects (id, name, database type).

Inferred read-only
get_ddl

Get a project's schema as CREATE TABLE statements.

Potential side effects
generate_test_data

Generate a fresh synthetic dataset for a project and return it as SQL INSERT statements.

Potential side effects
fetch_generation

Fetch a previously started generation by id: returns its status, and the SQL INSERT statements once completed.

Potential side effects
create_project

Create a new, empty SeedBase project.

Potential side effects
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, …).

Potential side effects

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.seedbase]
url = "https://seedba.se/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "seedbase": {
      "type": "http",
      "url": "https://seedba.se/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: seedbase
Remote MCP URL: https://seedba.se/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "seedbase": {
      "url": "https://seedba.se/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "seedbase": {
      "type": "http",
      "url": "https://seedba.se/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "seedbase",
  "transport": "streamable-http",
  "url": "https://seedba.se/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.