Server data from the Official MCP Registry
Relational locale-aware fake data for Cursor and Claude via MCP (SSE). Free tier at bugiadata.com.
Relational locale-aware fake data for Cursor and Claude via MCP (SSE). Free tier at bugiadata.com.
Remote endpoints: sse: https://mcp.bugiadata.com/sse
Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.
Endpoint verified · Requires authentication · 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Remote Plugin
No local installation needed. Your AI client connects to the remote endpoint directly.
Add this to your MCP configuration to connect:
{
"mcpServers": {
"io-github-lgpoliveira-bugiadata-mcp": {
"url": "https://mcp.bugiadata.com/sse"
}
}
}From the project's GitHub README.
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 | https://mcp.bugiadata.com/sse |
| Auth | HTTP header X-API-Key (from your dashboard) |
| Discovery | bugiadata.com/mcp |
| Signup | bugiadata.com/signup (free tier: 10k tokens/month) |
| Tool | Description |
|---|---|
ping | Health check; returns tier and key hint |
whoami | Account tier and monthly token usage |
generate_data | Single Faker type batch (e.g. name, email) — mirrors REST POST /api/generate |
generate_relational_data | Multi-table JSON with foreign_key columns — mirrors REST POST /api/generate/schema |
Ask your agent in natural language; it should map the request to tool arguments before calling.
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"
}
}
}
}
Edit claude_desktop_config.json (same mcpServers block as above).
See examples/claude-desktop.json.
Edit ~/.claude/mcp.json (same mcpServers block as above).
Edit ~/.codeium/windsurf/mcp_config.json (same mcpServers block as above).
See examples/windsurf-mcp.json.
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 | URL |
|---|---|
| cursor.store | https://www.cursor.store/mcp/lgpoliveira/bugiadata-mcp |
| MCP Registry | https://registry.modelcontextprotocol.io/v0/servers?search=bugiadata (io.github.lgpoliveira/bugiadata-mcp v1.0.0) |
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.
This repo includes server.json for the official MCP Registry. Publishing is optional; see issue tracker on the private product repo.
MIT — applies to this documentation repository only. The BugiaData application and MCP server implementation are proprietary.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.