What is the SeedBase Test Data MCP server?
Generate realistic, FK-consistent synthetic test data for your databases from your AI assistant.
How to install SeedBase Test Data
Copy-paste configuration for popular MCP clients.
SEEDBASE_API_KEYrequiredsecretSeedBase API key (dr_sk_...) — create at https://seedba.se -> Settings -> API keys
AuthorizationrequiredsecretBearer <SEEDBASE_API_KEY> — create the API key at https://seedba.se -> Settings -> API keys
{
"mcpServers": {
"seedbase": {
"command": "npx",
"args": [
"-y",
"@seedbase/client"
],
"env": {
"SEEDBASE_API_KEY": "<YOUR_SEEDBASE_API_KEY>",
"Authorization": "<YOUR_AUTHORIZATION>"
}
}
}
}{
"mcpServers": {
"seedbase": {
"command": "npx",
"args": [
"-y",
"@seedbase/client"
],
"env": {
"SEEDBASE_API_KEY": "<YOUR_SEEDBASE_API_KEY>",
"Authorization": "<YOUR_AUTHORIZATION>"
}
}
}
}{
"mcpServers": {
"seedbase": {
"command": "npx",
"args": [
"-y",
"@seedbase/client"
],
"env": {
"SEEDBASE_API_KEY": "<YOUR_SEEDBASE_API_KEY>",
"Authorization": "<YOUR_AUTHORIZATION>"
}
}
}
}{
"servers": {
"seedbase": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@seedbase/client"
],
"env": {
"SEEDBASE_API_KEY": "<YOUR_SEEDBASE_API_KEY>",
"Authorization": "<YOUR_AUTHORIZATION>"
}
}
}
}claude mcp add seedbase --env SEEDBASE_API_KEY=<YOUR_SEEDBASE_API_KEY> --env Authorization=<YOUR_AUTHORIZATION> -- npx -y @seedbase/clientRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.