MCP server for WhiteIntel — corporate & offshore ownership intelligence for AI agents. npx -y @whiteintel/mcp-server
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"whiteintel-mcp-serve": {
"command": "npx",
"args": [
"-y",
"Hei33enberg/whiteintel-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add whiteintel-mcp-serve npx -y Hei33enberg/whiteintel-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"whiteintel-mcp-serve": {
"command": "npx",
"args": [
"-y",
"Hei33enberg/whiteintel-mcp-server"
]
}
}
}