Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
lgpoliveira avatar

BugiaData

  • Updated June 27, 2026
  • lgpoliveira/bugiadata-mcp

BugiaData is a hosted MCP server that generates locale-aware relational fake data with intact foreign keys for developers who need realistic multi-table JSON fixtures inside Cursor or Claude without running a local Faker

About

BugiaData is a hosted remote MCP server at mcp.bugiadata.com/sse that exposes generate_data and generate_relational_data tools for Faker-style batches and multi-table schemas with foreign_key columns. You authenticate with an X-API-Key header from the BugiaData dashboard and configure it in Cursor, Claude Code, Claude Desktop, or Windsurf via mcp.json. The agent maps natural-language requests to tool arguments—for example generating users and orders where orders.user_id references users.id with a pl_PL locale. A free tier includes 10k tokens per month shared with the REST API. Reach for BugiaData when you need realistic relational seed data inside an AI editor instead of crafting JSON fixtures by hand or wiring a local Faker script.

  • generate_relational_data builds multi-table JSON with foreign_key columns referencing parent tables
  • Locale-aware Faker types (en_US, pt_BR, pl_PL) via generate_data single-type batches
  • Hosted SSE MCP at mcp.bugiadata.com—no local server install required
  • whoami and ping tools report API key tier and monthly token quota

BugiaData by the numbers

  • Data as of Jul 7, 2026 (Skillselion catalog sync)
terminal
claude mcp add --transport sse bugiadata-mcp https://mcp.bugiadata.com/sse --header "X-API-Key: YOUR_X_API_KEY"

Add your badge

Show developers this MCP server is listed on Skillselion. Paste this into your README.

Listed on Skillselion
TransportSSE
AuthRequired
Last updatedJune 27, 2026
Repositorylgpoliveira/bugiadata-mcp

How do you generate relational fake data in Cursor?

Generates locale-aware fake rows and multi-table JSON schemas with foreign_key integrity via MCP generate_data and generate_relational_data.

Who is it for?

Developers using Cursor, Claude Code, or Windsurf who need relational seed data with locale control and foreign-key integrity via MCP instead of local Faker scripts.

Skip if: Teams that require fully offline data generation, production anonymization of real PII, or synthetic data without a BugiaData API key and monthly token quota.

What you get

Locale-aware JSON batches or multi-table relational datasets with valid foreign-key references ready for database seeding.

  • locale-aware JSON fixture batches
  • multi-table relational seed data

By the numbers

  • Exposes 4 MCP tools on the hosted SSE server
  • Free tier includes 10k tokens per month
  • Registered as io.github.lgpoliveira/bugiadata-mcp v1.0.0 in MCP Registry

Recommended MCP Servers

How it compares

Pick BugiaData over single-type Faker snippets when agents must emit multi-table relational JSON with locale control through MCP.

FAQ

How do you connect BugiaData MCP in Cursor?

BugiaData MCP connects by adding an `mcpServers.bugiadata` entry to `.cursor/mcp.json` with url `https://mcp.bugiadata.com/sse` and an `X-API-Key` header from the BugiaData dashboard, then restarting Cursor.

What is the BugiaData free tier limit?

BugiaData’s free tier includes 10,000 tokens per month for both REST and MCP generation. The `whoami` MCP tool reports current tier and monthly token usage against that quota.

Can BugiaData generate related tables with foreign keys?

BugiaData `generate_relational_data` accepts a table map where columns marked `foreign_key` reference parent table IDs, producing multi-table JSON such as users linked to orders via `orders.user_id`.

Databasesbackendintegrations

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.