hyros-mcp-api
v1.0.0
Published
MCP server for Hyros API integration - provides 24 Hyros API tools for AI agents
Maintainers
Readme
Hyros MCP Server
A Model Context Protocol (MCP) server that provides access to the Hyros API for AI agents and automation tools.
Installation
For n8n (Recommended)
{
"mcpServers": {
"hyros": {
"command": "npx",
"args": ["-y", "hyros-tracking-mcp@latest"]
}
}
}Direct Installation
npm install -g hyros-tracking-mcpAvailable Tools
This MCP server provides 24 Hyros API tools:
retrieveLeads- Search and retrieve leadscreateLead- Create a new leadretrieveLeadsJourney- Get lead journey dataretrieveSales- Search and retrieve salesupdateSales- Update sale informationcreateOrder- Create a new orderretrieveCalls- Search and retrieve callscreateCall- Create a new call recordupdateCall- Update call informationgetAdsAttributionReport- Get ads attribution reportgetAdAccountAttributionReport- Get ad account attribution reportcreateProduct- Create a new productlistTags- List all available tagslistSources- List all traffic sourcescreateSource- Create a new traffic sourcelistAds- List ads with filteringcreateCustomCost- Create custom cost entrycreateClick- Create click eventretrieveClicks- Retrieve clicks for a leadcreateCart- Create cart abandonment eventgetUserInfo- Get user informationretrieveKeywords- Get keywords for ad groupscreateSubscription- Create subscription recordupdateSubscription- Update subscription
Authentication
Each tool requires a apiKey parameter with your Hyros API key.
Example Usage
// In your AI agent or automation
{
"tool": "retrieveLeads",
"arguments": {
"apiKey": "your-hyros-api-key",
"fromDate": "2024-01-01T00:00:00Z",
"toDate": "2024-12-31T23:59:59Z"
}
}License
MIT
