{"id":26948754,"url":"https://github.com/automators-com/datamaker-mcp","last_synced_at":"2025-07-19T04:02:58.012Z","repository":{"id":284596929,"uuid":"954862674","full_name":"automators-com/datamaker-mcp","owner":"automators-com","description":"DataMaker Tools for MCP","archived":false,"fork":false,"pushed_at":"2025-07-04T05:36:05.000Z","size":69,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-14T19:02:22.902Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/automators-com.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-03-25T18:22:32.000Z","updated_at":"2025-07-03T10:29:52.000Z","dependencies_parsed_at":"2025-03-26T18:23:37.752Z","dependency_job_id":"341ecbd2-a0bf-4993-9689-3e6ea0d5853f","html_url":"https://github.com/automators-com/datamaker-mcp","commit_stats":null,"previous_names":["automators-com/datamaker-mcp"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/automators-com/datamaker-mcp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/automators-com%2Fdatamaker-mcp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/automators-com%2Fdatamaker-mcp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/automators-com%2Fdatamaker-mcp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/automators-com%2Fdatamaker-mcp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/automators-com","download_url":"https://codeload.github.com/automators-com/datamaker-mcp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/automators-com%2Fdatamaker-mcp/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265886989,"owners_count":23844319,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-04-02T21:33:17.801Z","updated_at":"2025-07-19T04:02:57.991Z","avatar_url":"https://github.com/automators-com.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DataMaker MCP Server\n\nThe Automators DataMaker MCP (Model Context Protocol) server provides a seamless integration between DataMaker and the Model Context Protocol, enabling AI models to interact with DataMaker's powerful data generation capabilities.\n\n## 🚀 Features\n\n- Generate synthetic data using DataMaker templates\n- Fetch and manage DataMaker templates\n- Fetch and manage DataMaker connections\n- Push data to DataMaker connections\n\n## 📦 Installation\n\nAdd the following to your `mcp.json` file:\n\n```json\n{\n  \"mcpServers\": {\n    \"datamaker\": {\n      \"command\": \"npx\",\n      \"args\": [\n        \"-y\",\n        \"@automators/datamaker-mcp\"\n      ],\n      \"env\": {\n        \"DATAMAKER_API_KEY\": \"your-datamaker-api-key\"\n      }\n    }\n  }\n}\n\n```\n\n## 📋 Prerequisites\n\n- [Node.js](https://nodejs.org/en/download/) (LTS version recommended)\n- [pnpm](https://pnpm.io/) package manager (v10.5.2 or later)\n- A DataMaker account with API access\n\n## 🏃‍♂️ Usage\n\n### Development Mode\n\nCreate a `.env` file in your project root:\n\n```env\nDATAMAKER_URL=\"https://dev.datamaker.app\"\nDATAMAKER_API_KEY=\"your-datamaker-api-key\"\n```\n\nRun the server with the MCP Inspector for debugging:\n\n```bash\npnpm dev\n```\n\nThis will start the MCP server and launch the MCP Inspector interface at `http://localhost:5173`.\n\n\n## 🔧 Available Scripts\n\n- `pnpm build` - Build the TypeScript code\n- `pnpm dev` - Start the development server with MCP Inspector\n- `pnpm changeset` - Create a new changeset\n- `pnpm version` - Update versions and changelogs\n- `pnpm release` - Build and publish the package\n\n## 🚢 Release Process\n\nThis project uses [Changesets](https://github.com/changesets/changesets) to manage versions, create changelogs, and publish to npm. Here's how to make a change:\n\n1. Create a new branch\n2. Make your changes\n3. Create a changeset:\n   ```bash\n   pnpm changeset\n   ```\n4. Follow the prompts to describe your changes\n5. Commit the changeset file along with your changes\n6. Push to your branch\n7. Create a PR on GitHub\n\nThe GitHub Actions workflow will automatically:\n- Create a PR with version updates and changelog\n- Publish to npm when the PR is merged\n\n## 🤝 Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n## 📄 License\n\nMIT License - See [LICENSE](LICENSE) for details. ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fautomators-com%2Fdatamaker-mcp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fautomators-com%2Fdatamaker-mcp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fautomators-com%2Fdatamaker-mcp/lists"}