loading…
Search for a command to run...
loading…
MCP server for Pubrio — the glocalized business data layer for AI agents. 50 tools to search companies, people, jobs, news & ads, enrich records, reveal contact
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 from around the globe.
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.
npm install -g pubrio-mcp-server
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 mcp add pubrio pubrio-mcp-server -e PUBRIO_API_KEY=your-api-key-here
Any MCP-compatible client can use this server. Set the command to pubrio-mcp-server and pass PUBRIO_API_KEY as an environment variable.
| Tool | Description |
|---|---|
search_companies |
Search companies by name, domain, location, industry, technology, headcount, and more |
lookup_company |
Look up a company by domain, LinkedIn URL, or domain_search_id |
lookup_company_linkedin |
Look up a company by its LinkedIn URL using the dedicated LinkedIn endpoint |
enrich_company |
Enrich company with full firmographic data (uses credits) |
find_similar_companies |
Find lookalike companies with filters for location, industry, technology, headcount, and more |
lookup_technology |
Look up technologies used by a company |
| Tool | Description |
|---|---|
search_jobs |
Search job postings across companies by title, location, keyword, and date |
lookup_job |
Look up detailed information about a specific job posting |
search_news |
Search company news and press releases by category, language, gallery, and date |
lookup_news |
Look up detailed information about a specific news article |
search_ads |
Search company advertisements by keyword, headline, target location, and date range |
lookup_advertisement |
Look up detailed information about a specific advertisement |
lookup_lookalike |
Look up a similar/lookalike company result |
| Tool | Description |
|---|---|
search_people |
Search people by name, title, department, seniority, location, company, and more |
lookup_person |
Look up a person by LinkedIn URL or people_search_id |
lookup_person_linkedin |
Real-time LinkedIn person lookup using people_linkedin_url |
enrich_person |
Enrich person with full professional details (uses credits) |
reveal_contact |
Reveal email (work/personal) or phone for a person (uses credits) |
batch_redeem_contacts |
Reveal contact details for multiple people at once (uses credits) |
query_batch_redeem |
Check the status and results of a batch contact redeem operation |
| Tool | Description |
|---|---|
get_locations |
Get all available location codes for search filters |
get_departments |
Get all department title codes for people search filters |
get_department_functions |
Get all department function codes for people search filters |
get_management_levels |
Get all management/seniority level codes for people search filters |
get_company_sizes |
Get all company size range codes for search filters |
get_timezones |
Get all available timezone codes |
get_news_categories |
Get all news category codes for news search filters |
get_news_galleries |
Get all news gallery codes for news search filters |
get_news_languages |
Get all news language codes for news search filters |
search_technologies |
Search for technology names by keyword |
search_technology_categories |
Search for technology category names by keyword |
search_verticals |
Search for industry vertical names by keyword |
search_vertical_categories |
Search for vertical category names by keyword |
search_vertical_sub_categories |
Search for vertical sub-category names by keyword |
| Tool | Description |
|---|---|
create_monitor |
Create a new signal monitor for jobs, news, or advertisements |
update_monitor |
Update an existing signal monitor configuration |
get_monitor |
Get detailed information about a specific monitor |
list_monitors |
List all signal monitors with pagination and sorting |
delete_monitor |
Permanently delete a signal monitor |
duplicate_monitor |
Create a copy of an existing monitor |
test_run_monitor |
Execute a test run of a monitor to preview triggers |
retry_monitor |
Retry a failed monitor trigger by log ID |
validate_webhook |
Test a webhook destination configuration |
get_monitor_stats |
Get aggregate statistics across all monitors |
get_monitor_chart |
Get daily trigger statistics for a monitor over a date range |
get_monitor_logs |
Get trigger logs for a specific monitor |
lookup_monitor_log |
Look up detailed information about a specific monitor trigger log entry |
reveal_monitor_signature |
Reveal the webhook signature secret for a monitor |
| Tool | Description |
|---|---|
get_profile |
Get full profile information for the authenticated account |
get_usage |
Get credit usage and subscription information |
get_user |
Get current authenticated user details |
Once configured, you can ask Claude things like:
Get your API key from dashboard.pubrio.com under Settings.
MIT
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"pubrio": {
"command": "npx",
"args": []
}
}
}