INDIVIDUAL MCP TOOL
update_tracker
Update the configuration of a tracker: only the fields you send change.
LIVE ENDPOINT
https://mcp.epovest.com/mcp
Connect to this endpoint to inspect the live schema for update_tracker and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
- A tool name or description suggests sending messages.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.epovest]
url = "https://mcp.epovest.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"epovest": {
"type": "http",
"url": "https://mcp.epovest.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: epovest
Remote MCP URL: https://mcp.epovest.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"epovest": {
"url": "https://mcp.epovest.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"epovest": {
"type": "http",
"url": "https://mcp.epovest.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "epovest",
"transport": "streamable-http",
"url": "https://mcp.epovest.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_trackers— List the trackers of the account, current versions: configuration, status, keywords, analysts, project and the recalculated cost per survey.create_tracker— Create a tracker in draft.start_tracker— Start or restart the measurement of a tracker against the prepaid credit balance.survey_now— Run one survey of a measuring tracker right now, on top of its schedule.pause_tracker— Pause the measurement of an active tracker.archive_tracker— File a finished tracker away: a campaign that ended, a brand that was sold, a trial that is over.list_projects— The projects of the account: the folders trackers are filed under (one project per tracker at most; pure organization, no effect on measurement or billing).create_project— Create a project to file trackers under: one project per BRAND, never per language.