← buckybuild.com

INDIVIDUAL MCP TOOL

submitBuckyFeedback

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

buckybuild.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://buckybuild.com/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for submitBuckyFeedback and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

buckybuild.com

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.

Related tools

  • 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.
  • explainFeasibilityStatus — Explain one Bucky coverage or per-fact provenance status and the safe next action.
  • getFeasibilitySnapshot — Look up what can be built at a specific street address in Canada or the US.
  • runFeasibilityAnalysis — Enqueue a fresh deterministic analysis run for a saved project.
  • getProjectContext — Load one project with analysis envelope, compact agentStatus, document summaries, evidence summaries, and the project memory digest.
  • 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`).
  • updateProject — Patch project metadata (name, lifecycle status).
  • 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.