Marketing Pack
Launch campaigns faster: HubSpot CRM → Webflow landing pages → Algolia site search
Servers Included
HubSpot
Webflow
Algolia
Official MCP
Configuration
Copy the config for your MCP client. Replace your_api_key with your RouterMCP API key.
{
"mcpServers": {
"routermcp": {
"url": "https://your-project.workers.dev/v1/mcp/marketing-pack/request",
"apiKey": "your_api_key_here"
}
}
}Quick Setup
- Create a project in your RouterMCP dashboard
- Add servers for each tool in this pack (see list above)
- Generate an API key in API Keys
- Copy the config above and paste into your MCP client
- Test the connection with the cURL snippet
Required Environment Variables
Most servers require API keys or tokens. Check each server's documentation for details.
# Example .env file HUBSPOT_API_KEY=your_hubspot_key WEBFLOW_API_KEY=your_webflow_key ALGOLIA_API_KEY=your_algolia_key