← bakhour.ca
INDIVIDUAL MCP TOOL
post_text_dedupe_lines
Remove duplicate lines while preserving original order.
LIVE ENDPOINT
https://mcp.bakhour.ca/mcp
Connect to this endpoint to inspect the live schema for post_text_dedupe_lines 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
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.profitcollector]
url = "https://mcp.bakhour.ca/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"profitcollector": {
"type": "http",
"url": "https://mcp.bakhour.ca/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: profitcollector
Remote MCP URL: https://mcp.bakhour.ca/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": {
"profitcollector": {
"url": "https://mcp.bakhour.ca/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"profitcollector": {
"type": "http",
"url": "https://mcp.bakhour.ca/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "profitcollector",
"transport": "streamable-http",
"url": "https://mcp.bakhour.ca/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_dns_lookup— Resolve DNS records for a domain.get_jwt_decode— Decode a JWT payload without signature verification.get_subnet_calculate— Calculate subnet information from CIDR notation.post_json_repair— Repair common malformed JSON formatting issues.post_media_video_generate— Media Video Generatepost_media_image_convert— Media Image Convertpost_json_validate— Validate JSON text and return parsing details.post_json_pretty— Pretty-print valid JSON text.