@kooperativa_team/mcp-server
Official@kooperativa_team/mcp-server
MCP (Model Context Protocol) server for the Kooperativa API.
Gives any MCP-compatible AI assistant (Claude Desktop, Kiro, Cursor, Windsurf, etc.) direct access to Kooperativa's B2B data lake: enrich and search professional profiles and companies, surface hiring signals and recent job changes, and manage webhook monitors, all from a conversation.
Installation
Requires a Kooperativa API key. Get one from your account dashboard.
Add the server to your MCP client's configuration:
{
"mcpServers": {
"kooperativa": {
"command": "npx",
"args": ["-y", "@kooperativa_team/mcp-server"],
"env": {
"KOOPERATIVA_API_KEY": "kk_live_..."
}
}
}
}No local installation step is required, npx resolves and runs the package on demand. Restart your MCP client after adding the config.
Available tools
Tool | Endpoint | Description |
|
| License status and usage breakdown |
|
| API liveness probe |
|
| Full profile lookup by URL, username, or ID |
|
| Cheap existence check before a full lookup |
|
| Filtered search across the people data lake |
|
| Enrich up to 100 profiles in one call |
|
| Current coworkers of a person |
|
| Lookalike profiles by seniority/industry/country |
|
| Recently started new roles |
|
| Full company profile lookup |
|
| Cheap existence check before a full lookup |
|
| Filtered search across the company data lake |
|
| People currently at a company |
|
| People who used to work at a company |
|
| Indexed headcount breakdown |
|
| Recently joined employees |
|
| List active webhook monitors |
|
| Subscribe to change events on a profile/company |
|
| Remove a webhook monitor |
Full parameter reference: docs.kooperativa.io.
Authentication
The server reads KOOPERATIVA_API_KEY from the environment. It is never logged, hardcoded, or transmitted anywhere other than as the Authorization: Bearer header on requests to https://kooperativa.io/api/v1.
License
MIT
Support
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/kooperativa-team/kooperativa-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server