---
name: 🐛 Bug Report
about: Create a report to help us improve LeadMagic MCP Server
title: '[BUG] '
labels: ['bug', 'needs-triage']
assignees: ''
---
## 🐛 Bug Description
**Describe the bug**
A clear and concise description of what the bug is.
**Expected behavior**
A clear and concise description of what you expected to happen.
**Actual behavior**
A clear and concise description of what actually happened.
## 🔄 Steps to Reproduce
Steps to reproduce the behavior:
1. Go to '...'
2. Run command '...'
3. Use tool '...'
4. See error
## 📋 Environment
**System Information:**
- OS: [e.g. macOS 14.0, Windows 11, Ubuntu 22.04]
- Node.js version: [e.g. 18.17.0]
- npm version: [e.g. 9.8.1]
- LeadMagic MCP Server version: [e.g. 1.0.0]
**MCP Client:**
- [ ] Claude Desktop
- [ ] Cursor (Cline)
- [ ] Windsurf
- [ ] Continue.dev
- [ ] VS Code (Cline/Continue)
- [ ] Zed Editor
- [ ] Other: ___________
**Installation Method:**
- [ ] Interactive installer (`npx leadmagic-mcp-server install`)
- [ ] Manual configuration
- [ ] Global installation (`npm install -g`)
- [ ] npx usage
- [ ] Local development
## 📱 Screenshots/Logs
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Error logs**
```
Paste any error messages or logs here
```
**Configuration**
```json
{
"mcpServers": {
"leadmagic": {
// paste your config here (REMOVE YOUR API KEY)
}
}
}
```
## 🔧 Additional Context
**API Endpoint (if applicable):**
- [ ] Credits (`get_credits`)
- [ ] Email validation (`validate_email`)
- [ ] Email finder (`find_email`)
- [ ] Profile search (`search_profile`)
- [ ] Company search (`search_company`)
- [ ] Mobile finder (`find_mobile`)
- [ ] Other: ___________
**Request/Response (if applicable):**
```json
// Request payload (REMOVE ANY SENSITIVE DATA)
{
}
// Response or error
{
}
```
**Additional context**
Add any other context about the problem here.
## ✅ Checklist
- [ ] I have searched for existing issues
- [ ] I have read the documentation
- [ ] I have tested with the latest version
- [ ] I have removed any sensitive information (API keys, personal data)
- [ ] I can reproduce this issue consistently
---
**📞 Need immediate help?**
- 📚 Check our [documentation](https://github.com/LeadMagic/leadmagic-mcp/blob/main/README.md)
- 💬 Join our [Discord community](https://discord.gg/leadmagic)
- 📧 Contact support: support@leadmagic.io