← prowlo.com

INDIVIDUAL MCP TOOL

watcher_remove_source

Remove a source from a Watcher by source id.

prowlo.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://api.prowlo.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for watcher_remove_source 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 deletion term.

Parent server

prowlo.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.prowlo]
url = "https://api.prowlo.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "prowlo": {
      "type": "http",
      "url": "https://api.prowlo.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: prowlo
Remote MCP URL: https://api.prowlo.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": {
    "prowlo": {
      "url": "https://api.prowlo.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "prowlo": {
      "type": "http",
      "url": "https://api.prowlo.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "prowlo",
  "transport": "streamable-http",
  "url": "https://api.prowlo.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_product_profile — Get your organization's product profile: name, description, audience, value propositions, tone, and reply guidelines.
  • tag_rule_list — List your org's TAGGING RULES (the dashboard's 'Tagging rules') — labels applied to posts your Watchers already ingest.
  • keyword_list — [DEPRECATED — renamed tag_rule_list.
  • tag_rule_create — Create TAGGING RULES (the dashboard's 'Tagging rules') — org-wide labels for posts your Watchers already ingest.
  • keyword_create — [DEPRECATED — renamed tag_rule_create.
  • tag_rule_update — Update a TAGGING RULE (dashboard: 'Tagging rules') — not a Keyword Monitor entry (those are Watchers; see watcher_update).
  • keyword_update — [DEPRECATED — renamed tag_rule_update.
  • tag_rule_delete — Remove a TAGGING RULE (dashboard: 'Tagging rules') and stop it from tagging posts — not a Keyword Monitor entry (those are Watchers; see watcher_delete).