BugiaData MCP
Provides tools to generate fake data with locale awareness and relational schemas from Windsurf (Codeium's IDE) via MCP.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@BugiaData MCPGenerate 5 users with pt_BR locale"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
BugiaData MCP
Relational fake data for AI editors — locale-aware, foreign keys intact, one API key.
BugiaData is a hosted remote MCP server. You do not clone or run this repository to use the tools; it exists for documentation and directory listings (cursor.store, MCP Registry). The server runs at bugiadata.com.
MCP endpoint |
|
Auth | HTTP header |
Discovery | |
Signup | bugiadata.com/signup (free tier: 10k tokens/month) |
Tools
Tool | Description |
| Health check; returns tier and key hint |
| Account tier and monthly token usage |
| Single Faker type batch (e.g. |
| Multi-table JSON with |
Ask your agent in natural language; it should map the request to tool arguments before calling.
Related MCP server: mcp-ohmy-sql
Quick setup
Sign up (or sign in).
Open Dashboard → MCP and copy your API key.
Add the config below for your client.
Restart the client and try: "Use BugiaData to generate 5 users with pt_BR locale."
Cursor
Project: .cursor/mcp.json · Global: ~/.cursor/mcp.json (Windows: %USERPROFILE%\.cursor\mcp.json)
{
"mcpServers": {
"bugiadata": {
"url": "https://mcp.bugiadata.com/sse",
"headers": {
"X-API-Key": "YOUR_API_KEY"
}
}
}
}Claude Desktop
Edit claude_desktop_config.json (same mcpServers block as above).
See examples/claude-desktop.json.
Claude Code
Edit ~/.claude/mcp.json (same mcpServers block as above).
Windsurf
Edit ~/.codeium/windsurf/mcp_config.json (same mcpServers block as above).
See examples/windsurf-mcp.json.
Example prompts
"Ping BugiaData and show my quota."
"Generate 20 emails and names with locale en_US."
"Generate users and orders: orders.author_id must reference users.id, locale pl_PL."
Relational schema shape
generate_relational_data expects a table map. Simplified example:
{
"users": {
"columns": {
"id": { "type": "uuid" },
"name": { "type": "name" },
"email": { "type": "email" }
}
},
"orders": {
"columns": {
"id": { "type": "uuid" },
"user_id": { "type": "foreign_key", "reference": "users.id" },
"total": { "type": "pydecimal", "left_digits": 3, "right_digits": 2 }
}
}
}Full REST/MCP docs: bugiadata.com/docs
Directory listings
Directory | URL |
cursor.store | |
MCP Registry | https://registry.modelcontextprotocol.io/v0/servers?search=bugiadata ( |
To enrich the cursor.store page (custom copy, install snippet, category), sign in with GitHub and claim the repo — paste-ready fields are in docs/CURSOR_STORE_LISTING.md.
MCP Registry
This repo includes server.json for the official MCP Registry. Publishing is optional; see issue tracker on the private product repo.
Security
Never commit real API keys. Use placeholders in config files.
Keys are created and rotated in the BugiaData dashboard only.
Generation consumes your monthly token quota (same as the REST API).
Links
Product: https://bugiadata.com
MCP landing: https://bugiadata.com/mcp
JSON discovery: https://mcp.bugiadata.com/.well-known/mcp.json
License
MIT — applies to this documentation repository only. The BugiaData application and MCP server implementation are proprietary.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityCmaintenanceAn MCP server that exposes relational databases (PostgreSQL/MySQL) to AI agents with natural language to SQL query support.Last updated18
- -license-qualityCmaintenanceAn MCP server that bridges AI assistants with SQL databases, enabling natural language querying across multiple database types with built-in optimization and security.Last updated3
- Alicense-qualityDmaintenanceA unified MCP server for querying and managing multiple database types (PostgreSQL, MySQL, SQL Server, etc.) via natural language through AI assistants.Last updatedGPL 3.0
- Alicense-qualityBmaintenanceAuto-generates MCP servers from any data source, enabling AI clients to query databases, spreadsheets, and APIs with zero code.Last updated5MIT
Related MCP Connectors
Generate realistic, FK-consistent synthetic test data for your databases from your AI assistant.
Generate realistic relational test data — 156 field types, 22 locales, JSON/CSV/SQL, free previews.
Hosted MCP endpoint with realistic fake data for prototyping agents. 12 tools, no setup.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/lgpoliveira/bugiadata-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server