← epovest.com

INDIVIDUAL MCP TOOL

delete_surface_check

Take a check of your own out of the checklist of a surface: it leaves the list, stops holding the page short of aligned and stops accepting ticks.

epovest.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.epovest.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for delete_surface_check and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

epovest.com

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.
  • update_tracker — Update the configuration of a tracker: only the fields you send change.
  • 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).