Catalog
Pubrio
Officialby pubrio
Glocalized business data layer for AI agents. Search companies, people, and signals.
Provides localized business data layer for searching companies, people, and market signals.
README not available yet.
Install
Configuration
Environment variables
PUBRIO_API_KEYrequiredsecretYour Pubrio API key for authentication
claude_desktop_config.json
{
"mcpServers": {
"pubrio": {
"command": "npx",
"args": [
"-y",
"pubrio-mcp-server@1.3.0"
],
"env": {
"PUBRIO_API_KEY": "<YOUR_PUBRIO_API_KEY>"
}
}
}
}