← Registry

Developer Tools

botkelp.com

Facilitates project scaffolding by searching, resolving, and generating scaffolds from a component catalog and retrieving legal document templates.

x402 supported1 endpoint12 known toolsFirst detected September 7, 2026Last detected September 7, 2026

ENDPOINT 1

https://agent-scaffold-mcp.vercel.app/mcp

No auth detected

MCP server metadata

Name
botkelp
Version
0.1.0
Capabilities
tools.listChanged
Server instructions

If generated or catalog code is wrong, outdated, fails to build, has a security issue, or you want a new component, call report_issue. You MUST pass the requestId returned by a previous generate_scaffold, get_scaffold_template, buy_scaffold_template, or verify_scaffold result. Reports without a valid prior requestId are rejected. Never include API keys or secrets.

Known tools 12

search_components

Search the BotKelp component registry (Next.

Inferred read-only
resolve_components

Look up catalog versions against a stack without generating files.

Inferred read-only
generate_scaffold

Generate a project scaffold from catalog component ids.

Inferred read-only
get_scaffold_template

Requests a build for the given component ids, backed by a private GitHub repo BotKelp owns and manages itself under its own org — never your account.

Inferred read-only
get_site_profile

Return this BotKelp account's dashboard legal documents (privacy, terms, cookies, licence) as JSON bodies + destination paths — not as files in a template repo.

Inferred read-only
buy_scaffold_template

Same repo hand-off as get_scaffold_template — a private GitHub repo BotKelp owns and manages itself, plus a short-lived clone credential — but paid per call in USDC via the x402 protocol instead of a BotKelp account: no signup, no API key, callable by any agent with its own wallet.

Inferred read-only
check_component_updates

Read-only, side-effect-free: compares the component versions you currently have pinned against BotKelp's current registry and reports what has newer versions available, plus each component's latest CI freshness status.

Inferred read-only
verify_scaffold

Runs a real `npm install && npm run build` against the given files and reports whether the project builds.

Inferred read-only
create_project

Register a project: links a GitHub repo the agent will maintain a persistent, synced local clone for, so future tasks can branch off an up-to-date base without re-cloning.

Inferred read-only
list_projects

List the projects registered by this BotKelp account.

Inferred read-only
apply_changes_to_repo

Syncs a project's local clone with its base branch (pulling if it has fallen behind), applies file changes on a new branch, validates the build when the repo is a Node project, and opens a Pull Request for human review.

Inferred read-only
report_issue

File a GitHub issue on https://github.

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.botkelp]
url = "https://agent-scaffold-mcp.vercel.app/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "botkelp": {
      "type": "http",
      "url": "https://agent-scaffold-mcp.vercel.app/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: botkelp
Remote MCP URL: https://agent-scaffold-mcp.vercel.app/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": {
    "botkelp": {
      "url": "https://agent-scaffold-mcp.vercel.app/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "botkelp": {
      "type": "http",
      "url": "https://agent-scaffold-mcp.vercel.app/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "botkelp",
  "transport": "streamable-http",
  "url": "https://agent-scaffold-mcp.vercel.app/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 vercel.app was fetched 2026-08-28T09:51:15.737Z.

Indexed

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