Skip to content

Commit 1fa265f

Browse files
committed
docs: align submission and README with MCP surface; add privacy (v0.1.3)
Expand SUBMISSION.md description, reviewer note, and blurbs for all 10 tools. Add Data and privacy section plus companion links. Fix Quick Start heading levels. Bump plugin version to 0.1.3. Consolidate CHANGELOG Unreleased. Made-with: Cursor
1 parent 4efa648 commit 1fa265f

4 files changed

Lines changed: 23 additions & 13 deletions

File tree

.cursor-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "leadmagic",
33
"displayName": "LeadMagic",
4-
"version": "0.1.2",
4+
"version": "0.1.3",
55
"description": "Official LeadMagic plugin for Cursor with hosted MCP: emails, mobile, LinkedIn-to-email, job changes, company research, competitors, technographics, and credits.",
66
"author": {
77
"name": "LeadMagic",

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ All notable changes to the LeadMagic Cursor plugin will be documented in this fi
55
## [Unreleased]
66

77
### Changed
8-
- README, rules, and skills now describe the expanded hosted MCP tool set (mobile, LinkedIn-to-email, job change, competitors, technographics, people-by-role).
8+
- SUBMISSION.md and README aligned with the full 10-tool MCP surface; added data/privacy/terms disclosure for marketplace review.
9+
- Quick Start: fixed heading levels under local install steps.
10+
- Plugin version 0.1.3.
11+
- README, rules, and skills describe the expanded hosted MCP tool set (mobile, LinkedIn-to-email, job change, competitors, technographics, people-by-role).
912
- Rules: avoid speculative deliverability or catch-all commentary; stick to tool output for validation.
1013
- Aligns with hosted MCP email-validation summaries that surface `email_status` correctly.
1114

README.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# LeadMagic Cursor Plugin
22

3-
Official LeadMagic plugin for Cursor. It connects Cursor to LeadMagic's hosted MCP server so agents can perform credit-aware work email validation, contact discovery, and account research without leaving the editor.
3+
Official LeadMagic plugin for Cursor. It connects Cursor to LeadMagic's hosted MCP server so agents can run credit-aware enrichment—work emails, mobile, B2B profile-to-email, job-change signals, account research, competitors, technographics, people-by-role, and credits—without leaving the editor.
44

55
## Overview
66

@@ -24,10 +24,15 @@ The package includes:
2424

2525
Use this plugin when you want Cursor to help with:
2626

27-
- validating or finding work emails
28-
- researching account fit, funding context, and competitor hints
27+
- validating or finding work emails, or resolving email from a B2B profile URL
28+
- mobile lookup, job-change checks, and role-based people search at a company
29+
- researching account fit, funding context, competitors, and technology signals
2930
- keeping enrichment workflows credit-aware and repeatable
3031

32+
## Data and privacy
33+
34+
MCP tool calls send the parameters you or the agent provide (for example emails, names, company names or domains, profile URLs) to LeadMagic's hosted service using your `LEADMAGIC_API_KEY`. See [Privacy](https://leadmagic.io/privacy) and [Terms](https://leadmagic.io/legal/terms). Support: [leadmagic.io/docs/support](https://leadmagic.io/docs/support).
35+
3136
## Hosted MCP Configuration
3237

3338
The plugin points Cursor at LeadMagic's hosted MCP endpoint:
@@ -71,13 +76,13 @@ For private team distribution in Cursor:
7176

7277
### Install locally for testing
7378

74-
### 1. Set your API key
79+
#### 1. Set your API key
7580

7681
```bash
7782
export LEADMAGIC_API_KEY="your_api_key_here"
7883
```
7984

80-
### 2. Link the repository into Cursor
85+
#### 2. Link the repository into Cursor
8186

8287
If you are using this repository locally:
8388

@@ -90,7 +95,7 @@ This creates a symlink at `~/.cursor/plugins/local/leadmagic` pointing to this r
9095

9196
Then reload Cursor with `Developer: Reload Window`.
9297

93-
### 3. Verify the connection
98+
#### 3. Verify the connection
9499

95100
Ask Cursor one of these:
96101

@@ -192,3 +197,5 @@ Use `SUBMISSION.md` for ready-to-paste marketplace form values, reviewer notes,
192197
- OpenAPI snapshot and schema docs: [LeadMagic OpenAPI](https://github.com/LeadMagic/leadmagic-openapi)
193198
- Product docs index: [leadmagic.io/docs/llms.txt](https://leadmagic.io/docs/llms.txt)
194199
- Website: [leadmagic.io](https://leadmagic.io)
200+
- Privacy: [leadmagic.io/privacy](https://leadmagic.io/privacy)
201+
- Terms: [leadmagic.io/legal/terms](https://leadmagic.io/legal/terms)

SUBMISSION.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ plugins@leadmagic.io
2020
https://raw.githubusercontent.com/LeadMagic/leadmagic-cursor-plugin/main/assets/logo.svg
2121

2222
**Description**
23-
Official LeadMagic plugin for Cursor. Gives agents direct access to LeadMagic's hosted MCP surface for work email validation, email finding, account research, and credit-aware enrichment workflows.
23+
Official LeadMagic plugin for Cursor. Gives agents direct access to LeadMagic's hosted MCP surface for work email validation and discovery, mobile lookup, LinkedIn profile to work email, job-change detection, account research, competitor and technographics lists, people-by-role search, and credit balance—all using your API key with credit-aware usage.
2424

2525
**GitHub repository**
2626
https://github.com/LeadMagic/leadmagic-cursor-plugin
@@ -42,15 +42,15 @@ Before submitting:
4242

4343
## Suggested reviewer note
4444

45-
LeadMagic is an API-first B2B enrichment platform for AI agents and GTM engineers. This plugin packages our current hosted MCP integration into a Cursor-native repo with focused skills, safe default guidance, and a clean environment-variable setup for credit-aware work email validation, email finding, and account research workflows.
45+
LeadMagic is an API-first B2B enrichment platform for AI agents and GTM engineers. This plugin packages our hosted MCP integration (10 tools, `leadmagic://docs`, two prompts) into a Cursor-native repo with focused skills, safe default guidance, and `LEADMAGIC_API_KEY` for auth. Tool calls are processed per LeadMagic privacy and terms at leadmagic.io.
4646

4747
## Short marketplace blurb alternatives
4848

4949
### Option A
50-
Official LeadMagic plugin for Cursor. Validate work emails, find likely work emails, and research target accounts directly inside Cursor.
50+
Official LeadMagic plugin for Cursor. Validate and find work emails, look up mobile numbers, resolve emails from B2B profiles, detect job changes, research accounts, list competitors and tech stack signals, find people by role, and check credits—inside Cursor.
5151

5252
### Option B
53-
B2B enrichment for Cursor agents: work email validation, email finding, account research, and credit-aware workflows through LeadMagic.
53+
B2B enrichment for Cursor agents via LeadMagic's hosted MCP: emails, mobile, profiles, job changes, account intel, competitors, technographics, role search, and credit-aware usage.
5454

5555
### Option C
56-
Connect Cursor to LeadMagic for agent-native work email lookup and account research with verified contact data and workflow-ready enrichment tools.
56+
Connect Cursor to LeadMagic for agent-native contact and account workflows backed by LeadMagic's hosted MCP and your own API key.

0 commit comments

Comments
 (0)