Skip to content

Commit 095a139

Browse files
committed
docs: align plugin README with MCP surface
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
1 parent 4d036ca commit 095a139

1 file changed

Lines changed: 10 additions & 16 deletions

File tree

README.md

Lines changed: 10 additions & 16 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 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.
44

55
## Overview
66

@@ -10,9 +10,9 @@ The package includes:
1010

1111
- Hosted LeadMagic MCP connectivity for Cursor
1212
- 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
1414
- 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`
1616
- Four focused Cursor skills:
1717
- contact enrichment
1818
- account intelligence
@@ -25,9 +25,7 @@ The package includes:
2525
Use this plugin when you want Cursor to help with:
2626

2727
- 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
3129
- keeping enrichment workflows credit-aware and repeatable
3230

3331
## Hosted MCP Configuration
@@ -44,12 +42,10 @@ Users provide their API key through the `LEADMAGIC_API_KEY` environment variable
4442

4543
The current hosted MCP surface is strongest for:
4644

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`
5349

5450
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.
5551

@@ -151,11 +147,9 @@ Use the shared docs resource `leadmagic://docs` or review:
151147
- `Check my LeadMagic credit balance.`
152148
- `Validate these prospect emails and tell me which are safe to use.`
153149
- `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?`
156150
- `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.`
159153

160154
## Repository Layout
161155

0 commit comments

Comments
 (0)