Developer Tools
seedba.se
Manages database schema and generates synthetic test data for development and testing.
ENDPOINT 1
https://seedba.se/mcp
MCP server metadata
- Name
- seedbase
- Version
- 0.3.0
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
generate_test_dataGenerate a fresh synthetic dataset for a project and return it as SQL INSERT statements.
Potential side effectsfetch_generationFetch a previously started generation by id: returns its status, and the SQL INSERT statements once completed.
Potential side effectsimport_schemaImport 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 effectsCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.