Developer Tools
agency-backend-bbdk.onrender.com
Automates research, development, and lifecycle management of MCP tools based on community pain points.
ENDPOINT 1
https://agency-backend-bbdk.onrender.com/mcp
MCP server metadata
- Name
- tool-factory
- Version
- 1.29.0
Autonomous Tool Factory: discovers real-world pain points from public sources, develops small AI tools to solve them, and publishes them for sale on Apify (pay-per-event billing). Use research_pain_points / develop_tools / check_tool_health to operate the factory directly, or run_factory_cycle for the full LangGraph-orchestrated pipeline in one call. Published tools are registered dynamically below.
Known tools 20
research_pain_pointsMode 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.
Inferred read-onlydevelop_toolsMode 2 ("The Brain"): generate, subprocess-smoke-test, and publish a tool for every queued backlog item.
Potential side effectscheck_tool_healthMode 3 ("The Manager"): deprecate (delete code + registry entry) any published tool that has earned zero payments after the deprecation window.
Potential side effectsrun_factory_cycleRun the full LangGraph-orchestrated pipeline in one call: research -> develop -> health_check.
Inferred read-onlylist_published_toolsList every published tool with its price and live ping/payment stats.
Potential side effectsoffline-session-syncEnsure zero data loss for user sessions by caching events locally when offline.
Inferred read-onlysupport-ticket-system-frictionAutomatically organize your support tickets by priority and status to streamline your workflow.
Inferred read-onlydocumentation-creation-toilInstantly transform Python source code into clean, structured Markdown documentation.
Inferred read-onlydeployment-process-frictionOptimize your CI/CD workflows and identify automation opportunities.
Inferred read-onlyai-generated-code-debugging-overhead45% of developers report debugging AI-generated code is more time-consuming than debugging their own; 66% cite 'AI solutions that are almost right, but not quite' as their single biggest frustration (2025 SO Developer Survey).
Inferred read-onlypersist-appearance-options-to-localstoragePersist UI appearance options (nodes, edges, labels) to localStorage, a repetitive task that could be automated with a tool.
Inferred read-onlyadd-license-information-to-codebaseAutomatically prepend license text to multiple codebase files to ensure legal compliance across your project.
Inferred read-onlyhelp-setting-up-an-instanceRequest for assistance with setting up a new instance, a repetitive task that could be automated with a tool.
Inferred read-onlycodebase-learning-frictionLearning a codebase generates disproportionate frustration relative to the time spent on it, per the 2025 SO Developer Survey -- largely attributed to inadequate documentation.
Inferred read-onlyautomate-min-sdk-version-bumpAutomate MIN_SDK_VERSION bump via release pipeline + AI-based SDK-breaking-change detection, a repetitive task that could be automated with a tool.
Inferred read-onlyrequest-help-with-media-searchRequest for help with media search, a repetitive task that could be automated with a tool.
Inferred read-onlyadd-subscriptions-tab-in-user-settingsAdd a Subscriptions tab in user settings, a repetitive task that could be automated with a tool.
Inferred read-onlyauto-handoff-when-context-utilization-exceeds-thresholdAuto-handoff when context utilization exceeds threshold, a repetitive task that could be automated with a tool.
Inferred read-onlystudent-gamification-xp-levels-streakStudent gamification features (XP, Levels & Streaks), a repetitive task that could be automated with a tool.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for onrender.com was fetched 2026-08-26T09:29:14.059Z.
onrender.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.