Developer Tools
botkelp.com
Facilitates project scaffolding by searching, resolving, and generating scaffolds from a component catalog and retrieving legal document templates.
ENDPOINT 1
https://agent-scaffold-mcp.vercel.app/mcp
MCP server metadata
- Name
- botkelp
- Version
- 0.1.0
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
resolve_componentsLook up catalog versions against a stack without generating files.
Inferred read-onlyget_scaffold_templateRequests 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-onlyget_site_profileReturn 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-onlybuy_scaffold_templateSame 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-onlycheck_component_updatesRead-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-onlyverify_scaffoldRuns a real `npm install && npm run build` against the given files and reports whether the project builds.
Inferred read-onlycreate_projectRegister 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-onlyapply_changes_to_repoSyncs 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-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.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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.