INDIVIDUAL MCP TOOL
check_tool_health
Mode 3 ("The Manager"): deprecate (delete code + registry entry) any published tool that has earned zero payments after the deprecation window.
LIVE ENDPOINT
https://agency-backend-bbdk.onrender.com/mcp
Connect to this endpoint to inspect the live schema for check_tool_health 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.tool-factory]
url = "https://agency-backend-bbdk.onrender.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"tool-factory": {
"type": "http",
"url": "https://agency-backend-bbdk.onrender.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: tool-factory
Remote MCP URL: https://agency-backend-bbdk.onrender.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": {
"tool-factory": {
"url": "https://agency-backend-bbdk.onrender.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"tool-factory": {
"type": "http",
"url": "https://agency-backend-bbdk.onrender.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "tool-factory",
"transport": "streamable-http",
"url": "https://agency-backend-bbdk.onrender.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
research_pain_points— Mode 1 ("The Eyes"): scan GitHub Issues, targeted Reddit subs, and the public MCP registry for recurring pain points not already solved by an existing tool; queue anything past the daily mention threshold for development.develop_tools— Mode 2 ("The Brain"): generate, subprocess-smoke-test, and publish a tool for every queued backlog item.run_factory_cycle— Run the full LangGraph-orchestrated pipeline in one call: research -> develop -> health_check.list_backlog— List every tracked pain point and its current backlog/mention status.list_published_tools— List every published tool with its price and live ping/payment stats.offline-session-sync— Ensure zero data loss for user sessions by caching events locally when offline.support-ticket-system-friction— Automatically organize your support tickets by priority and status to streamline your workflow.documentation-creation-toil— Instantly transform Python source code into clean, structured Markdown documentation.