npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@netrows/mcp-server

v1.0.1

Published

MCP server for Netrows API - enables AI assistants to access professional b2b data

Readme

Netrows MCP Server

npm version npm downloads License: MIT

Get API KeyDocumentationSearch 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

  1. Get your API key from netrows.com/dashboard

  2. 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"
      }
    }
  }
}
  1. 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