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
chore: align Cursor plugin with expanded MCP surface (v0.1.2)
Document ten hosted tools in README, rules, and skills. Update CHANGELOG and
plugin metadata so marketplace installs match mcp.leadmagic.io capabilities.
Made-with: Cursor
Copy file name to clipboardExpand all lines: .cursor-plugin/plugin.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
{
2
2
"name": "leadmagic",
3
3
"displayName": "LeadMagic",
4
-
"version": "0.1.0",
5
-
"description": "Official LeadMagic plugin for Cursor with hosted MCP-powered work email validation, email finding, account research, and credit-aware enrichment.",
4
+
"version": "0.1.2",
5
+
"description": "Official LeadMagic plugin for Cursor with hosted MCP: emails, mobile, LinkedIn-to-email, job changes, company research, competitors, technographics, and credits.",
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,11 @@ All notable changes to the LeadMagic Cursor plugin will be documented in this fi
4
4
5
5
## [Unreleased]
6
6
7
+
### 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).
9
+
- Rules: avoid speculative deliverability or catch-all commentary; stick to tool output for validation.
10
+
- Aligns with hosted MCP email-validation summaries that surface `email_status` correctly.
11
+
7
12
### Added
8
13
- Initial public Cursor plugin package structure
9
14
- Hosted MCP configuration for `https://mcp.leadmagic.io/mcp`
The broader REST API and OpenAPI snapshot include additional surfaces, but this plugin is documented against the current hosted MCP surface only. That keeps the marketplace listing accurate and avoids implying support for endpoints that are not currently exposed through MCP.
49
+
The broader REST API includes more endpoints (jobs, ads, analytics, etc.); this plugin tracks the hosted MCP tool list above. See `leadmagic://docs` in Cursor for the live tool reference.
Copy file name to clipboardExpand all lines: rules/leadmagic-usage.mdc
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ alwaysApply: true
6
6
7
7
When this plugin is available:
8
8
9
-
1. Prefer LeadMagic tools for work email validation, work email discovery, and account research before suggesting manual research.
9
+
1. Prefer LeadMagic tools for work email validation, discovery, mobile lookup, LinkedIn-to-email, job-change checks, company research, competitors, technographics, and role-based people search before suggesting manual research.
10
10
2. Minimize unnecessary credit spend:
11
11
- For bulk or credit-sensitive work, check balance first with `check_credit_balance`.
12
12
- If the user already has an email, validate it with `validate_work_email` before trying to find another one.
@@ -22,5 +22,6 @@ When this plugin is available:
22
22
- the key results,
23
23
- any important null, not-found, or unknown outcomes,
24
24
- and any obvious next best step.
25
-
6. If parameter requirements, supported inputs, or pricing are unclear, consult the shared MCP docs resource `leadmagic://docs` before guessing.
26
-
7. If the API key is missing or authentication fails, tell the user they need to set `LEADMAGIC_API_KEY`.
25
+
6. For email validation, summarize only what appears in the tool output (including the stated result line). Do not speculate about “missing” deliverability details, catch-all behavior, or fields the response does not include.
26
+
7. If parameter requirements, supported inputs, or pricing are unclear, consult the shared MCP docs resource `leadmagic://docs` before guessing.
27
+
8. If the API key is missing or authentication fails, tell the user they need to set `LEADMAGIC_API_KEY`.
Copy file name to clipboardExpand all lines: skills/account-intelligence/SKILL.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ Use when the user wants company research, ICP fit, or a target account brief fro
12
12
- company domain preferred,
13
13
- otherwise company name.
14
14
2. Run `research_account` to establish the canonical account record.
15
-
3.Keep the work scoped to the current MCP surface. If the user asks for technographics, competitors, ad intelligence, or other API-only surfaces, be explicit that those may exist in the broader API/docs surface but are not part of the current hosted MCP tool set.
15
+
3.When the user asks for a dedicated competitor list or tech stack, follow with `list_company_competitors` or `get_company_technographics`. Ad intelligence and other marketing APIs remain outside the hosted MCP tool set—say so if asked.
Copy file name to clipboardExpand all lines: skills/signal-research/SKILL.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ Use when the user wants evidence that an account is relevant now and needs a con
12
12
2. Use `research_account` to collect the strongest current account context LeadMagic can provide through MCP.
13
13
3. Synthesize the results into GTM implications, not just raw data.
14
14
4. Highlight uncertainty when signals are partial or the hosted MCP surface does not expose the exact field the user wants.
15
-
5. Stay within the current MCP surface. If the user asks for jobs, competitors, funding, technographics, or ad intelligence, call out that those may belong to the wider API/docs surface rather than the current hosted MCP tool set.
15
+
5. Stay within the hosted MCP tools. Competitors and technographics are available via `list_company_competitors` and `get_company_technographics`. Job postings and ad intelligence are not in MCP—point to the REST docs if the user needs those.
0 commit comments