---
name: π‘ Feature Request
about: Suggest an idea for LeadMagic MCP Server
title: '[FEATURE] '
labels: ['enhancement', 'needs-review']
assignees: ''
---
## π‘ Feature Description
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.
## π― Use Case
**Who would benefit from this feature?**
- [ ] End users (people using AI tools with LeadMagic)
- [ ] Developers integrating LeadMagic MCP
- [ ] MCP client developers
- [ ] LeadMagic API users
- [ ] Other: ___________
**What problem does this solve?**
Describe the specific problem or pain point this feature would address.
## π Requirements
**Functional Requirements:**
- [ ] Requirement 1
- [ ] Requirement 2
- [ ] Requirement 3
**Non-functional Requirements:**
- [ ] Performance considerations
- [ ] Security requirements
- [ ] Compatibility requirements
- [ ] Other: ___________
## π§ Implementation Ideas
**Technical approach (if you have ideas):**
```
Describe any technical implementation ideas you might have
```
**API Changes (if applicable):**
- New tools/endpoints needed
- Changes to existing tools
- Configuration changes
**Breaking Changes:**
- [ ] This would be a breaking change
- [ ] This is backward compatible
- [ ] Unsure
## π Priority
**How important is this feature to you?**
- [ ] Critical - blocking my usage
- [ ] High - would significantly improve my workflow
- [ ] Medium - nice to have
- [ ] Low - minor improvement
**Timeline:**
When would you need this feature?
- [ ] ASAP
- [ ] Next release
- [ ] When convenient
- [ ] No rush
## π¨ Mockups/Examples
**Example usage:**
```bash
# Example of how the feature might be used
npx leadmagic-mcp-server new-feature --example
```
**Expected output:**
```json
{
"example": "Expected response format"
}
```
**Screenshots/Mockups:**
If applicable, add screenshots or mockups to help explain your feature.
## π Related Issues
**Related issues or PRs:**
- Fixes #
- Related to #
- Depends on #
**Similar features in other tools:**
List any similar features in other MCP servers or tools that might serve as inspiration.
## β
Checklist
- [ ] I have searched for existing feature requests
- [ ] I have read the documentation
- [ ] I have considered the scope and complexity
- [ ] I have provided sufficient detail
- [ ] I understand this may not be implemented immediately
## π Discussion
**Would you like to contribute?**
- [ ] Yes, I'd like to implement this feature
- [ ] Yes, I can help with testing
- [ ] Yes, I can help with documentation
- [ ] I'd prefer someone else implements it
**Additional notes:**
Add any other context or notes about the feature request here.
---
**π€ Want to discuss this further?**
- π¬ Join our [Discord community](https://discord.gg/leadmagic)
- π§ Email us: support@leadmagic.io
- π Check out our [contributing guide](https://github.com/LeadMagic/leadmagic-mcp/blob/main/README.md#contributing)