Skip to content
This repository was archived by the owner on Feb 3, 2026. It is now read-only.

Commit a79fa40

Browse files
committed
📝 Clean up documentation: Replace 'LinkedIn profile' with 'B2B profile' and fix contributing URLs
1 parent 8e7ab18 commit a79fa40

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8181
- `social_to_work_email` - Work email from social profiles
8282

8383
3. **Profile & Company Intelligence**
84-
- `search_profile` - LinkedIn profile enrichment (300 req/min)
84+
- `search_profile` - B2B profile enrichment (300 req/min)
8585
- `search_company` - Company data enrichment
8686
- `email_to_profile` - B2B profile URLs from emails
8787
- `get_company_funding` - Funding, financials, competitors

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Look for issues labeled:
4949

5050
```bash
5151
# 1. Fork and clone the repository
52-
git clone https://github.com/YOUR-USERNAME/leadmagic-mcp.git
52+
git clone https://github.com/LeadMagic/leadmagic-mcp.git
5353
cd leadmagic-mcp
5454

5555
# 2. Install dependencies
@@ -105,7 +105,7 @@ npm run inspector
105105
Click the "Fork" button on GitHub and clone your fork:
106106

107107
```bash
108-
git clone https://github.com/YOUR-USERNAME/leadmagic-mcp.git
108+
git clone https://github.com/LeadMagic/leadmagic-mcp.git
109109
cd leadmagic-mcp
110110
git remote add upstream https://github.com/LeadMagic/leadmagic-mcp.git
111111
```

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ npx leadmagic-mcp-server --help
179179
- 📧 `find_email` - Find verified email addresses by name and company
180180

181181
### 🏢 Profile & Company Intelligence (5 tools)
182-
- 👤 `search_profile` - Get full LinkedIn profile details (300 req/min)
182+
- 👤 `search_profile` - Get full B2B profile details (300 req/min)
183183
- 🏭 `search_company` - Search companies by domain, name, or profile URL
184184
- 📱 `find_mobile` - Find mobile phone numbers from profiles/emails
185185
- 🔗 `email_to_profile` - Find B2B profile URLs from work emails
@@ -212,7 +212,7 @@ Once installed, you can use natural language commands in your AI tool:
212212
```
213213
"Find the email for John Doe at Microsoft"
214214
"Validate the email john@acme.com"
215-
"Find personal email for LinkedIn profile https://linkedin.com/in/johndoe"
215+
"Find personal email for B2B profile https://linkedin.com/in/johndoe"
216216
```
217217

218218
### 🏢 Company Intelligence
@@ -226,7 +226,7 @@ Once installed, you can use natural language commands in your AI tool:
226226
```
227227
"Find software engineer jobs at tech companies"
228228
"Search for product manager roles in San Francisco"
229-
"Find mobile number for this LinkedIn profile"
229+
"Find mobile number for this B2B profile"
230230
```
231231

232232
### 📱 Competitive Analysis

install.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ async function showUsageExamples() {
362362
log('📧 Email Operations:', 'yellow');
363363
log('• "Find the email for John Doe at Microsoft"', 'green');
364364
log('• "Validate the email john@acme.com"', 'green');
365-
log('• "Find personal email for LinkedIn profile [URL]"', 'green');
365+
log('• "Find personal email for B2B profile [URL]"', 'green');
366366
log('');
367367
log('🏢 Company Intelligence:', 'yellow');
368368
log('• "Search for Tesla company information"', 'green');
@@ -372,7 +372,7 @@ async function showUsageExamples() {
372372
log('💼 Job & Recruitment:', 'yellow');
373373
log('• "Find software engineer jobs at tech companies"', 'green');
374374
log('• "Search for product manager roles in San Francisco"', 'green');
375-
log('• "Find mobile number for this LinkedIn profile"', 'green');
375+
log('• "Find mobile number for this B2B profile"', 'green');
376376
log('');
377377
log('📱 Advertisement Intelligence:', 'yellow');
378378
log('• "Search for Google Ads from competitor.com"', 'green');

0 commit comments

Comments
 (0)