Connect AngelEQ to your AI assistant.
AngelEQ runs as a remote MCP server. Connect it to claude.ai, Claude Code, Cursor or any MCP-capable AI client, and ask for Swedish companies the way you would ask a colleague: count, search, look up and find lookalikes across 1.39 million active companies, straight from the registry-grade AngelEQ platform.
What you need
A personal AngelEQ API key. The pilot is open to invited users: request trial access and we will set you up. Your client needs to support remote MCP servers: in claude.ai you add AngelEQ as a connector and authorize it, in Claude Code and Cursor you add the endpoint with your API key in a header.
claude.ai
In claude.ai, open Settings, then Connectors, and add a custom connector with the URL https://mcp.angeleq.ai/api/mcp. claude.ai opens the AngelEQ consent page; approve access with your API key and the tools are available in your chats. Works in Claude on every paid plan.
Claude Code
One command:
claude mcp add angeleq --transport http https://mcp.angeleq.ai/api/mcp --header "Authorization: Bearer aeq_your_key"
Cursor
Add this to .cursor/mcp.json:
{
"mcpServers": {
"angeleq": {
"url": "https://mcp.angeleq.ai/api/mcp",
"headers": { "Authorization": "Bearer aeq_your_key" }
}
}
}
ChatGPT
ChatGPT's custom connectors follow the same flow as claude.ai: add https://mcp.angeleq.ai/api/mcp as a connector and approve access on the consent page. Requires a paid ChatGPT plan; connectors are not available on ChatGPT's free tier.
Other MCP clients follow the same pattern: the endpoint is https://mcp.angeleq.ai/api/mcp, as a connector or with your key in the Authorization header.
What you can ask
Four tools, phrased however you like; your assistant maps plain language onto them.
- Count companies. "How many IT consultancies are there in Stockholm?"
- Search companies. "Find profitable manufacturers in Skåne with 20 to 100 employees."
- Look up a company. "Give me the profile for this company or org number."
- Find lookalikes. "Find companies similar to our ten best customers."
Fair use
Your API key is personal. Access is rate-limited and subject to daily data caps, and keys can be revoked. That keeps the pilot fast for everyone on it.