Skip to content

Commit 56d3761

Browse files
Merge branch 'hotfix/v1.0.2'
2 parents a399211 + 8fde5bb commit 56d3761

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

manifest.json

Lines changed: 6 additions & 6 deletions
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.1",
5+
"version": "1.0.2",
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": {
@@ -34,23 +34,23 @@
3434
"tools": [
3535
{
3636
"name": "find_business",
37-
"description": "Get the information about any business by name, domain or company LinkedIn URL in bulk."
37+
"description": "Retrieve comprehensive information about any business using company name, domain, or LinkedIn URL"
3838
},
3939
{
4040
"name": "find_person",
41-
"description": "Get comprehensive information about any person by their full name and company. Retrieve detailed professional profiles including contact information, job details, social profiles, and company data."
41+
"description": "Access detailed professional profiles by searching with full name and company information"
4242
},
4343
{
4444
"name": "search_businesses",
45-
"description": "Search for companies based on multiple filters including location, industry, company size, founding year, funding amount, products/services, and more. This powerful search capability allows you to build highly targeted prospect lists with precision filtering."
45+
"description": "Discover companies using advanced filters including location, industry, employee size, founding year, funding data, revenue, products/services, and technology stack"
4646
},
4747
{
4848
"name": "search_persons",
49-
"description": "Search for people based on multiple filters including their name, company information, location, industry, company size, revenue, and products/services. This powerful search capability allows you to build highly targeted lists of professionals and decision-makers with precision filtering."
49+
"description": "Locate professionals based on multiple criteria including name, job title, company details, location, industry, and influence level"
5050
},
5151
{
5252
"name": "search_local_businesses",
53-
"description": "Search for local businesses based on multiple filters including business name, location (country, state, city), and industry type. This specialized search capability allows you to find local establishments, service providers, and small businesses with precision targeting for local marketing, partnerships, or competitive analysis."
53+
"description": "Find local businesses within specific geographic areas using business name, location (country, state, city), and industry filters"
5454
}
5555
],
5656
"user_config": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cufinder-claude",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "CUFinder claude desktop MCP server",
55
"main": "dist/index.js",
66
"author": {

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.1',
11+
'User-Agent': 'cufinder-claude-extension/1.0.2',
1212
'x-api-key': API_KEY,
1313
},
1414
});

0 commit comments

Comments
 (0)