You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Document the currently shipped hosted MCP tools and prompts so Cursor plugin copy matches the actual integration contract instead of overstating unsupported workflows.
Made-with: Cursor
Copy file name to clipboardExpand all lines: README.md
+10-16Lines changed: 10 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# LeadMagic Cursor Plugin
2
2
3
-
Official LeadMagic plugin for Cursor. It connects Cursor to LeadMagic's hosted MCP server so agents can perform credit-aware B2B enrichment, contact discovery, company research, technographic analysis, job-change checks, and hiring-signal workflows without leaving the editor.
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.
4
4
5
5
## Overview
6
6
@@ -10,9 +10,9 @@ The package includes:
10
10
11
11
- Hosted LeadMagic MCP connectivity for Cursor
12
12
- The current LeadMagic MCP surface:
13
-
-16 tools across credits, people, company research, and jobs
13
+
-4 tools for credits, work email validation, email finding, and account research
14
14
- 1 shared docs resource: `leadmagic://docs`
15
-
- 2 built-in prompts: `enrich_lead` and `validate_emails`
15
+
- 2 built-in prompts: `account_research` and `contact_lookup`
16
16
- Four focused Cursor skills:
17
17
- contact enrichment
18
18
- account intelligence
@@ -25,9 +25,7 @@ The package includes:
25
25
Use this plugin when you want Cursor to help with:
26
26
27
27
- validating or finding work emails
28
-
- enriching people and companies from strong identifiers
29
-
- researching account fit, competitors, funding, and technographics
30
-
- spotting hiring activity and job-change signals
28
+
- researching account fit, funding context, and competitor hints
31
29
- keeping enrichment workflows credit-aware and repeatable
32
30
33
31
## Hosted MCP Configuration
@@ -44,12 +42,10 @@ Users provide their API key through the `LEADMAGIC_API_KEY` environment variable
44
42
45
43
The current hosted MCP surface is strongest for:
46
44
47
-
- checking credit balance with `check_credits`
48
-
- validating and finding work emails
49
-
- enriching people from professional social profile URLs or email addresses
50
-
- finding personal emails and direct mobile numbers
51
-
- researching companies with company search, funding, competitors, and technographics
52
-
- detecting job changes and finding live hiring signals through jobs search
45
+
- checking credit balance with `check_credit_balance`
46
+
- validating known work emails with `validate_work_email`
47
+
- finding likely work emails with `find_work_email`
48
+
- researching companies with `research_account`
53
49
54
50
The broader REST API and OpenAPI snapshot include additional surfaces, but this plugin is documented against the current MCP surface only. That keeps the marketplace listing accurate and avoids implying support for endpoints that are not currently exposed through MCP.
55
51
@@ -151,11 +147,9 @@ Use the shared docs resource `leadmagic://docs` or review:
151
147
-`Check my LeadMagic credit balance.`
152
148
-`Validate these prospect emails and tell me which are safe to use.`
153
149
-`Find the best work email for Jane Doe at Snowflake.`
154
-
-`Enrich this B2B profile and pull any work email or mobile available.`
155
-
-`Has this prospect changed jobs recently?`
156
150
-`Research Ramp as an account and tell me the best buying signals.`
157
-
-`What tech stack does Ramp use and who are its competitors?`
158
-
-`Find engineering hiring signals for OpenAI and summarize the GTM angle.`
151
+
-`Use contact_lookup to validate jane@company.com and summarize the result.`
152
+
-`Use account_research for Stripe and summarize the strongest GTM angle.`
0 commit comments