2 months ago
MCP server for Pubrio — the glocalized business data layer for AI agents. 50 tools to search companies, people, jobs, news & ads, enrich records, reveal contacts, manage signal monitors, and access reference data across global markets.
概览
Pubrio MCP Server
MCP server for Pubrio — the glocalized business data layer for AI agents. Search the whole market — not just the 30% in mainstream datasets.
What it does
Gives AI agents (Claude, GPT, Copilot) direct access to Pubrio's B2B intelligence API — companies, people, jobs, news, advertisements, and intent signals from global markets.
Features
- 50 tools across 6 categories
- Company intelligence: search, lookup, enrich, LinkedIn lookup, lookalike discovery, technology stack
- People intelligence: search, lookup, enrich, reveal emails & phones, batch operations
- Signal monitoring: jobs, news, ads — with full monitor lifecycle management (create, update, delete, test, retry)
- Reference data: locations, departments, management levels, company sizes, verticals, technologies
- Profile & usage tracking
Getting Started
- Get your API key at https://app.pubrio.com/settings/api
- Install: npm install -g pubrio-mcp-server
- Configure your MCP client with the PUBRIO_API_KEY environment variable
Use Cases
- Sales prospecting: find decision-makers at target accounts and reveal contact info
- Market research: analyze companies by industry, tech stack, headcount, and hiring signals
- Competitive intelligence: track competitor news, job postings, and ad campaigns
- Account enrichment: enrich CRM records with firmographic and technographic data
- Signal monitoring: get real-time alerts when target companies post jobs, news, or ads
服务器配置
{
"mcpServers": {
"pubrio": {
"command": "npx",
"args": [
"-y",
"pubrio-mcp-server"
],
"env": {
"PUBRIO_API_KEY": "<YOUR_API_KEY>"
}
}
}
}