@netrows/mcp-server
v1.0.1
Published
MCP server for Netrows API - enables AI assistants to access professional b2b data
Maintainers
Readme
Netrows MCP Server
Get API Key • Documentation • Search on Perplexity
Connect AI assistants like Claude to Netrows B2B data API. Search companies, find decision-makers, and access professional profiles directly from your conversations.
What You Can Do
- Find companies by industry, size, and location
- Search for decision-makers and professionals
- Get detailed company and profile information
- Track job postings and hiring activity
- Access professional network data in real-time
Quick Start
Get your API key from netrows.com/dashboard
Add to Claude Desktop config:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"netrows": {
"command": "npx",
"args": ["-y", "@netrows/mcp-server"],
"env": {
"NETROWS_API_KEY": "your_api_key_here"
}
}
}
}- Restart Claude Desktop
Usage Examples
Just ask Claude in natural language:
"Find 20 fintech companies with 50-200 employees in San Francisco"
"Get me 15 CTOs at AI startups"
"Show me the profile for [LinkedIn URL]"
"Find remote software engineer jobs in the US"
"Get company details for [company URL]"Available Tools
Company Intelligence
- search_companies - Find companies by keyword, location, size, and hiring status
- analyse_company - Get detailed company profile (industry, size, headquarters, specialties)
- get_company_employees_count - Get current employee count
People Search
- search_people - Find professionals by title, company, location, or school
- analyse_profile - Get comprehensive profile (experience, education, skills, contact info)
- get_person_posts - View recent posts and professional activity
Job Market
- search_jobs - Find job postings by title, location, work type (remote/hybrid/onsite), and experience level
Helper Tools
- get_location_suggestions - Look up location IDs for search queries
- get_company_size_codes - Get employee range codes for filtering
Pre-built Prompts
Common workflows ready to use:
- find-companies - Guided company search with automatic pagination
- Example: "Find 20 SaaS companies with 50-200 employees in London"
- find-people - Find professionals with smart result handling
- Example: "Find 15 software engineers at Google"
- find-decision-makers - Target C-level executives and VPs
- Example: "Find CTOs at AI companies in San Francisco"
- research-company - Full company analysis (details + employees + jobs)
- Example: "Research company at [company URL]"
- find-candidates - Find candidates with specific skills and experience
- Example: "Find Python developers with startup experience"
Common Use Cases
Lead Generation
"Find 20 fintech companies with 100-500 employees in New York that are hiring"
"Get me 15 VP Sales at SaaS companies in San Francisco"Recruitment
"Find 20 senior software engineers with AI/ML experience"
"Search for product managers who worked at FAANG companies"Market Research
"Find all AI startups with 11-50 employees in the Bay Area"
"Get company details and employee count for [company URL]"Competitive Intelligence
"Show me what jobs [company] is hiring for"
"Find people who recently joined [company]"Pricing & Limits
- 1 credit per API call
- 20 requests/minute (enterprise plans available for higher limits)
- See netrows.com/pricing
Troubleshooting
"NETROWS_API_KEY environment variable is required"
Add your API key to the config file and restart Claude Desktop.
"Netrows API error (401)"
Invalid API key. Generate a new one from your dashboard.
"Netrows API error (402)"
Insufficient credits. Purchase more at netrows.com/dashboard/billing.
"Netrows API error (429)"
Rate limit exceeded. Wait a minute or contact us for enterprise plans.
Resources
License
MIT - see LICENSE for details
