Overview
Make (formerly Integromat) is a visual automation platform. Connect your Pylar MCP tools to Make to access your data in automation scenarios without writing code.Prerequisites
- ✅ Make account
- ✅ Pylar project with published MCP tools
- ✅ MCP HTTP Stream URL and Bearer Token from Pylar
Step 1: Get Your Pylar Credentials
- In Pylar, navigate to your project
- Click “Publish” in the right sidebar
- Copy both:
- MCP HTTP Stream URL:
https://mcp.publish.pylar.ai/mcp - Authorization Bearer Token: Your unique token
- MCP HTTP Stream URL:
Step 2: Create HTTP Module in Make
- In Make, create a new scenario
- Add an “HTTP” module
- Choose “Make a Request”
Step 3: Configure HTTP Request
URL:https://mcp.publish.pylar.ai/mcp/tools/call
Method: POST
Headers:
Raw
Body Content (JSON):
YOUR_BEARER_TOKEN_HERE with your token and {{1.event_type}} with your Make data field.
Step 4: Parse Response
- Use Make’s JSON parser to extract data
- Map data to subsequent modules
- Build your automation workflow
Example Scenario
Trigger: New record in Google Sheets Module 1: HTTP - Call Pylar tool- Get customer data based on email
- Use Pylar data to update customer record
- Alert team with customer insights
Benefits
- ✅ Visual Workflows: Build automations visually
- ✅ No Code: Drag-and-drop interface
- ✅ Centralized Updates: View changes reflect automatically
- ✅ Secure: Data through governed views
- ✅ Monitoring: Track usage in Pylar Evals
Troubleshooting
Issue: Request fails
Solutions:- Verify Bearer Token in headers
- Check JSON body format
- Ensure tool name is correct
- Test in Pylar first
Next Steps
- Publishing Tools - Publish tools
- Evals - Monitor usage
- Other Builders - More platforms