@compidex/mcp
v0.1.2
Published
COMPIDEX MCP server — Norwegian company data + lead-generation signals for AI agents
Maintainers
Readme
@compidex/mcp
MCP server for COMPIDEX — Norwegian company data and lead-generation signals for AI agents.
Works with Claude Desktop, Cursor, Windsurf, and any MCP-compatible client.
Quick start
- Get an API key at compidex.app/developer
- Add to your Claude Desktop config (
~/Library/Application Support/Claude/claude_desktop_config.jsonon Mac):
{
"mcpServers": {
"compidex": {
"command": "npx",
"args": ["-y", "@compidex/mcp"],
"env": {
"COMPIDEX_API_KEY": "cpx_live_your_key_here"
}
}
}
}- Restart Claude Desktop. Ask: "Find the largest IT companies in Oslo"
What you can do
- Search companies — by name, industry, municipality, employee count, status
- Get company details — financials, roles, ownership, compliance, contacts
- Subscribe to signals — get notified when companies go bankrupt, change ownership, hire/fire, switch industry
- Pull change signals — bankruptcies, dissolutions, ownership changes, revenue growth, CEO changes, and more
- Check usage — see your credit balance and recent activity
Available tools
| Tool | What it does | Credits |
|---|---|---|
| search_companies | Search 1.15M Norwegian companies | 1 / result |
| get_company | Full company enrichment by org number | 2 |
| get_company_events | Official BRREG announcements | 1 |
| get_company_financials | Multi-year financial data | 1 |
| get_signals | Pull change signals matching your subscriptions | 5 / signal |
| create_lead_subscription | Subscribe to signal alerts | Free |
| list_lead_subscriptions | List your subscriptions | Free |
| delete_lead_subscription | Delete a subscription | Free |
| get_usage | Check credit balance and activity | Free |
Example prompts
- "Find software companies in Bergen with more than 50 employees"
- "Get financials for Equinor (923609016)"
- "Subscribe me to new bankruptcies in Oslo"
- "Show me recent ownership changes in the tech sector"
- "How many credits do I have left?"
Configuration
| Environment variable | Required | Default |
|---|---|---|
| COMPIDEX_API_KEY | Yes | — |
| COMPIDEX_API_URL | No | https://api.compidex.app |
Pricing
Credits are charged per API call. Plans start at free (1,000 credits/month). See compidex.app/developer for pricing.
