🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

pubrio-mcp-server

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pubrio-mcp-server

MCP server for Pubrio — the glocalized business data layer for AI agents. Search companies, people, enrich records, and reveal contacts.

latest
Source
npmnpm
Version
1.4.0
Version published
Maintainers
1
Created
Source

pubrio-mcp-server

A Model Context Protocol (MCP) server for Pubrio — the glocalized business data layer for AI agents and revenue teams. Search the whole market — not just the 30% in mainstream datasets.

Give your AI agents access to companies, people, jobs, news, ads, and intent signals from around the globe.

Installation

npm install -g pubrio-mcp-server

Configuration

Claude Desktop

Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json on macOS):

{
  "mcpServers": {
    "pubrio": {
      "command": "pubrio-mcp-server",
      "env": {
        "PUBRIO_API_KEY": "your-api-key-here"
      }
    }
  }
}

Claude Code

claude mcp add pubrio pubrio-mcp-server -e PUBRIO_API_KEY=your-api-key-here

Cursor / Windsurf / Other MCP Clients

Any MCP-compatible client can use this server. Set the command to pubrio-mcp-server and pass PUBRIO_API_KEY as an environment variable.

Available Tools (51)

Company Tools (6)

ToolDescription
search_companiesSearch companies by name, domain, location, industry, technology, headcount, and more
lookup_companyLook up a company by domain, LinkedIn URL, or domain_search_id
lookup_company_linkedinLook up a company by its LinkedIn URL using the dedicated LinkedIn endpoint
enrich_companyEnrich company with full firmographic data (uses credits)
find_similar_companiesFind lookalike companies with filters for location, industry, technology, headcount, and more
lookup_technologyLook up technologies used by a company

Signal Tools (7)

ToolDescription
search_jobsSearch job postings across companies by title, location, keyword, and date
lookup_jobLook up detailed information about a specific job posting
search_newsSearch company news and press releases by category, language, gallery, and date
lookup_newsLook up detailed information about a specific news article
search_adsSearch company advertisements by keyword, headline, target location, and date range
lookup_advertisementLook up detailed information about a specific advertisement
lookup_lookalikeLook up a similar/lookalike company result

People Tools (7)

ToolDescription
search_peopleSearch people by name, title, department, seniority, location, company, and more
lookup_personLook up a person by LinkedIn URL or people_search_id
lookup_person_linkedinReal-time LinkedIn person lookup using people_linkedin_url
enrich_personEnrich person with full professional details (uses credits)
reveal_contactReveal email (work/personal) or phone for a person (uses credits)
batch_redeem_contactsReveal contact details for multiple people at once (uses credits)
query_batch_redeemCheck the status and results of a batch contact redeem operation

Filter / Reference Data Tools (14)

ToolDescription
get_locationsGet all available location codes for search filters
get_departmentsGet all department title codes for people search filters
get_department_functionsGet all department function codes for people search filters
get_management_levelsGet all management/seniority level codes for people search filters
get_company_sizesGet all company size range codes for search filters
get_timezonesGet all available timezone codes
get_news_categoriesGet all news category codes for news search filters
get_news_galleriesGet all news gallery codes for news search filters
get_news_languagesGet all news language codes for news search filters
search_technologiesSearch for technology names by keyword
search_technology_categoriesSearch for technology category names by keyword
search_verticalsSearch for industry vertical names by keyword
search_vertical_categoriesSearch for vertical category names by keyword
search_vertical_sub_categoriesSearch for vertical sub-category names by keyword

Monitor Tools (14)

ToolDescription
create_monitorCreate a new signal monitor for jobs, news, or advertisements
update_monitorUpdate an existing signal monitor configuration
get_monitorGet detailed information about a specific monitor
list_monitorsList all signal monitors with pagination and sorting
delete_monitorPermanently delete a signal monitor
duplicate_monitorCreate a copy of an existing monitor
test_run_monitorExecute a test run of a monitor to preview triggers
retry_monitorRetry a failed monitor trigger by log ID
validate_webhookTest a webhook destination configuration
get_monitor_statsGet aggregate statistics across all monitors
get_monitor_chartGet daily trigger statistics for a monitor over a date range
get_monitor_logsGet trigger logs for a specific monitor
lookup_monitor_logLook up detailed information about a specific monitor trigger log entry
reveal_monitor_signatureReveal the webhook signature secret for a monitor

Profile / Utility Tools (3)

ToolDescription
get_profileGet full profile information for the authenticated account
get_usageGet credit usage and subscription information
get_userGet current authenticated user details

Example Prompts

Once configured, you can ask Claude things like:

  • "Search for SaaS companies in Singapore with 50-200 employees"
  • "Look up the company stripe.com and tell me about their tech stack"
  • "Find VP of Engineering at companies using React in San Francisco"
  • "What job postings does Notion have right now?"
  • "Find companies similar to Figma in Europe"
  • "Search for recent news about AI startups"
  • "What ads is Shopify running targeting the US?"
  • "Reveal the work email for this LinkedIn profile: https://linkedin.com/in/..."
  • "Create a monitor to track new job postings from my target accounts"
  • "Show me all available location codes for filtering"

Example Use Cases

  • Account research: Ask Claude to research a prospect company — firmographics, tech stack, recent news, job postings, and key decision-makers — all in one conversation
  • Lead generation: Search for companies matching your ICP, find decision-makers, and reveal their contact details
  • Competitive intelligence: Monitor competitor job postings, news, and advertisements for strategic insights
  • Market mapping: Find all companies in a vertical, region, or technology category and analyze the landscape
  • Signal-based selling: Search for companies with specific hiring patterns or news events that indicate buying intent
  • Automated monitoring: Set up monitors to get alerted when target companies post new jobs, appear in news, or launch ad campaigns

Authentication

Get your API key from dashboard.pubrio.com under Settings.

Rate Limits

  • 1,200 requests/minute global
  • Plan-based hourly limits: Free (60/hr), Growth (2,400/hr), Business (12,000/hr)

Resources

License

MIT

Keywords

mcp

FAQs

Package last updated on 07 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts