← Registry

Developer Tools

agency-backend-bbdk.onrender.com

Automates research, development, and lifecycle management of MCP tools based on community pain points.

1 endpoint20 known toolsFirst detected August 18, 2026Last detected August 18, 2026

ENDPOINT 1

https://agency-backend-bbdk.onrender.com/mcp

No auth detected

MCP server metadata

Name
tool-factory
Version
1.29.0
Capabilities
experimentalpromptsresourcestools
Server instructions

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_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.

Inferred read-only
develop_tools

Mode 2 ("The Brain"): generate, subprocess-smoke-test, and publish a tool for every queued backlog item.

Potential side effects
check_tool_health

Mode 3 ("The Manager"): deprecate (delete code + registry entry) any published tool that has earned zero payments after the deprecation window.

Potential side effects
run_factory_cycle

Run the full LangGraph-orchestrated pipeline in one call: research -> develop -> health_check.

Inferred read-only
list_backlog

List every tracked pain point and its current backlog/mention status.

Inferred read-only
list_published_tools

List every published tool with its price and live ping/payment stats.

Potential side effects
offline-session-sync

Ensure zero data loss for user sessions by caching events locally when offline.

Inferred read-only
support-ticket-system-friction

Automatically organize your support tickets by priority and status to streamline your workflow.

Inferred read-only
documentation-creation-toil

Instantly transform Python source code into clean, structured Markdown documentation.

Inferred read-only
deployment-process-friction

Optimize your CI/CD workflows and identify automation opportunities.

Inferred read-only
ai-generated-code-debugging-overhead

45% 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-only
persist-appearance-options-to-localstorage

Persist UI appearance options (nodes, edges, labels) to localStorage, a repetitive task that could be automated with a tool.

Inferred read-only
add-license-information-to-codebase

Automatically prepend license text to multiple codebase files to ensure legal compliance across your project.

Inferred read-only
help-setting-up-an-instance

Request for assistance with setting up a new instance, a repetitive task that could be automated with a tool.

Inferred read-only
codebase-learning-friction

Learning 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-only
automate-min-sdk-version-bump

Automate 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-only
request-help-with-media-search

Request for help with media search, a repetitive task that could be automated with a tool.

Inferred read-only
add-subscriptions-tab-in-user-settings

Add a Subscriptions tab in user settings, a repetitive task that could be automated with a tool.

Inferred read-only
auto-handoff-when-context-utilization-exceeds-threshold

Auto-handoff when context utilization exceeds threshold, a repetitive task that could be automated with a tool.

Inferred read-only
student-gamification-xp-levels-streak

Student gamification features (XP, Levels & Streaks), a repetitive task that could be automated with a tool.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for onrender.com was fetched 2026-08-26T09:29:14.059Z.

Trust status Trusted

onrender.com is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.