LIVE ENDPOINT
https://api.prowlo.com/mcp
Connect to this endpoint to inspect the live schema for keyword_create 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
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.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).keyword_delete— [DEPRECATED — renamed tag_rule_delete.