All clients
Connect Raycast
Ask about your network from your launcher. Use Bizdex tools without leaving your current workflow.
Try asking
- “Find the founder I met last week”
- “Who can help with GTM hiring?”
- “Show companies looking for partnerships”
Connect with an API key
Raycast does not currently expose a verified remote MCP OAuth flow. Use a dedicated team-scoped key instead.
Sign in to create a key
Raycast server configuration
{
"name": "bizdex",
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-remote@latest",
"https://bizdex.onrender.com/mcp",
"--header",
"Authorization:${AUTH_HEADER}"
],
"env": {
"AUTH_HEADER": "Bearer YOUR_BIZDEX_API_KEY"
}
}Setup steps
- 1Create a dedicated Bizdex API key.
- 2Run Raycast's Install Server command and add the configuration.
- 3Mention Bizdex in Raycast AI to verify the connection.
OAuth access is limited to the team you select during approval. Revoke it any time from Authorized Apps in Bizdex.