AroundDeal MCP Integration Guide
Follow this guide to connect AroundDeal MCP and verify successful tool calls in your AI workflows.
Get Started FreeBefore You Connect
Use this quick setup checklist, then copy the connection profile into your AI client.
Prepare API Key
Generate your AroundDeal API key from your account dashboard.
Add MCP Endpoint
Set transport to Streamable HTTP and use the AroundDeal MCP server URL.
Verify Connection
Run "Check AroundDeal account balance" and confirm a valid response.
Connection Profile
Integration Reference
Perplexity Integration Reference
- 1
Click Connectors in the main menu, then click Add custom connector.

- 2
Enter the integration details (based on Core Information). Open Advanced and configure your API KEY.
- 3
After saving successfully, you should see AroundDeal in the Connectors list, which means the connector was added correctly.

- 4
Based on testing, to make Perplexity call AroundDeal MCP, you must attach the AroundDeal connector in the conversation.
{
"mcpServers": {
"arounddeal": {
"type": "http",
"url": "https://mcp.arounddeal.com/mcp",
"headers": {
"Authorization": "Bearer <YOUR_API_KEY>"
}
}
}
}How to Verify Integration
Send this prompt to your AI: Check AroundDeal account balance.
If the returned balance is correct, the integration is successful.
Sometimes MCP is connected but not called automatically. In some systems you may need to manually select the AroundDeal MCP connector.