INDIVIDUAL MCP TOOL
prepare_activation
Create a dry-run registration checklist and template for owner review.
LIVE ENDPOINT
https://plushwipes-agent-revenue-mcp.mike-01a.workers.dev/mcp
Connect to this endpoint to inspect the live schema for prepare_activation 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.
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.plushwipes-agent-revenue]
url = "https://plushwipes-agent-revenue-mcp.mike-01a.workers.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"plushwipes-agent-revenue": {
"type": "http",
"url": "https://plushwipes-agent-revenue-mcp.mike-01a.workers.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: plushwipes-agent-revenue
Remote MCP URL: https://plushwipes-agent-revenue-mcp.mike-01a.workers.dev/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": {
"plushwipes-agent-revenue": {
"url": "https://plushwipes-agent-revenue-mcp.mike-01a.workers.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"plushwipes-agent-revenue": {
"type": "http",
"url": "https://plushwipes-agent-revenue-mcp.mike-01a.workers.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "plushwipes-agent-revenue",
"transport": "streamable-http",
"url": "https://plushwipes-agent-revenue-mcp.mike-01a.workers.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
evaluate_opportunity— Read the current economics, activation status, requirements and safety boundaries.get_public_resource— Read one current public Plushwipes dataset for product, asset, claim, review, service, policy or opportunity analysis.