← Registry

Developer Tools

buckybuild.com

Provides tools for analyzing building feasibility at specific addresses, including OAuth workflow guidance and project context for developers.

1 endpoint10 known toolsFirst detected August 28, 2026Last detected September 3, 2026

ENDPOINT 1

https://buckybuild.com/api/mcp

No auth detected

MCP server metadata

Name
bucky
Version
1.0.0
Capabilities
toolspromptsresourcescompletionsextensions.io.modelcontextprotocol/ui

Known tools 10

getBuckyMcpGuide

Return a static guide to the Bucky MCP surface: what works without sign-in, how to start OAuth by calling a gated tool, how to connect Cursor or the CLI with a real account, and feasibility safety rules.

Inferred read-only
explainFeasibilityStatus

Explain one Bucky coverage or per-fact provenance status and the safe next action.

Inferred read-only
getFeasibilitySnapshot

Look up what can be built at a specific street address in Canada or the US.

Inferred read-only
runFeasibilityAnalysis

Enqueue a fresh deterministic analysis run for a saved project.

Inferred read-only
getProjectContext

Load one project with analysis envelope, compact agentStatus, document summaries, evidence summaries, and the project memory digest.

Inferred read-only
saveToProject

Create a new project from a site (`create`), attach lots (`attach_parcels`, using lot.parcelExternalId from getFeasibilitySnapshot), or attach a knowledge reference (`attach_reference`).

Potential side effects
updateProject

Patch project metadata (name, lifecycle status).

Inferred read-only
produceProjectReport

Compose a grounded report plan, optionally preview without spending export meter (`preview=true`), or confirm export (`confirm=true`) to save the plan and return a short-lived signed download URL plus a receipt — never PDF bytes in the tool result.

Inferred read-only
submitBuckyFeedback

Open a human-reviewed feedback form and submit it to the Bucky product team.

Inferred read-only
uiGetAnalysisStatus

Return only the analysis `agentStatus` for a project.

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.bucky]
url = "https://buckybuild.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "bucky": {
      "type": "http",
      "url": "https://buckybuild.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: bucky
Remote MCP URL: https://buckybuild.com/api/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": {
    "bucky": {
      "url": "https://buckybuild.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "bucky": {
      "type": "http",
      "url": "https://buckybuild.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "bucky",
  "transport": "streamable-http",
  "url": "https://buckybuild.com/api/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 buckybuild.com was fetched 2026-08-29T06:36:05.389Z.

Trust status Trusted

buckybuild.com is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.

Indexed

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