Skip to content

Commit a109593

Browse files
Merge branch 'release/v1.0.3'
2 parents 56d3761 + ab307b6 commit a109593

13 files changed

Lines changed: 1863 additions & 1256 deletions

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": "0.2",
33
"name": "cufinder-claude",
44
"display_name": "CUFinder",
5-
"version": "1.0.2",
5+
"version": "1.0.3",
66
"description": "CUFinder MCP extension: Find and enrich any company or professional with verified B2B data instantly through chat.",
77
"long_description": "Discover and enrich any company or professional with verified B2B intelligence—instantly, right from your chat. Search CUFinder's massive database of 1 billion+ professional profiles and 85 million+ companies to uncover everything you need: verified work emails, direct phone numbers, LinkedIn profiles, job titles and seniority levels, company details, revenue data, funding history, technology stacks, employee counts, and more. Build laser-targeted prospect lists in seconds. Filter by location, industry, company size, revenue range, job roles, seniority levels, tech adoption, and LinkedIn follower counts to find your ideal customers, partners, or candidates. Whether you're prospecting CTOs at Series A SaaS startups in San Francisco, finding marketing directors at e-commerce companies with $10M-$50M revenue, or sourcing local plumbers in Houston—CUFinder delivers precise results every time. Enrich incomplete data effortlessly. Turn a name and company into a complete profile with verified contact details. Transform LinkedIn URLs into actionable intelligence. Discover company lookalikes, subsidiaries, and competitive insights. All without switching tabs or copying data between tools. Your B2B intelligence command center, powered by conversation. Research prospects for personalized outreach, qualify leads with firmographic data, identify decision-makers at target accounts, map competitive landscapes, source candidates for recruiting, discover local businesses for partnerships—all through natural language queries in Claude. CUFinder maintains 94-98% accuracy with daily-refreshed data, operates on a fair credit-based pricing model (pay only for successful results), and delivers compliant, verified B2B intelligence through 15+ specialized enrichment services and powerful search APIs. From enterprise sales teams to solo entrepreneurs, CUFinder transforms how you find, qualify, and connect with your next opportunity.",
88
"author": {

package-lock.json

Lines changed: 125 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cufinder-claude",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "CUFinder claude desktop MCP server",
55
"main": "dist/index.js",
66
"author": {
@@ -10,8 +10,9 @@
1010
"private": true,
1111
"license": "MIT",
1212
"scripts": {
13+
"prebuild": "rimraf dist",
1314
"format": "prettier --write \"src/**/*.ts\"",
14-
"build": "tsc",
15+
"build": "tsc && mcpb pack",
1516
"dev": "tsx watch src/index.ts",
1617
"start": "node dist/index.js"
1718
},
@@ -22,6 +23,7 @@
2223
"devDependencies": {
2324
"@types/node": "^20.3.1",
2425
"prettier": "^3.6.2",
26+
"rimraf": "^6.1.2",
2527
"tsx": "^4.20.6",
2628
"typescript": "^5.1.3"
2729
}

src/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const apiClient = axios.create({
88
timeout: 60000,
99
headers: {
1010
'Content-Type': 'application/x-www-form-urlencoded',
11-
'User-Agent': 'cufinder-claude-extension/1.0.2',
11+
'User-Agent': 'cufinder-claude/1.0.3',
1212
'x-api-key': API_KEY,
1313
},
1414
});

0 commit comments

Comments
 (0)