A Model Context Protocol (MCP) server built with Node.js to fetch B2B company information and professional profiles via the Pubrio API.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"sample-pubrio-mcp-se": {
"command": "npx",
"args": [
"-y",
"Julie-Huang666/sample-pubrio-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add sample-pubrio-mcp-se npx -y Julie-Huang666/sample-pubrio-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"sample-pubrio-mcp-se": {
"command": "npx",
"args": [
"-y",
"Julie-Huang666/sample-pubrio-mcp-server"
]
}
}
}