ENDPOINT 1
https://bucky.cc/api/mcp
MCP server metadata
- Name
- bucky
- Version
- 1.0.0
Known tools 10
getBuckyMcpGuideReturn 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-onlyexplainFeasibilityStatusExplain one Bucky coverage or per-fact provenance status and the safe next action.
Inferred read-onlygetFeasibilitySnapshotLook up what can be built at a specific street address in Canada or the US.
Inferred read-onlyrunFeasibilityAnalysisEnqueue a fresh deterministic analysis run for a saved project.
Inferred read-onlygetProjectContextLoad one project with analysis envelope, compact agentStatus, document summaries, evidence summaries, and the project memory digest.
Inferred read-onlysaveToProjectCreate 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 effectsproduceProjectReportCompose 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-onlysubmitBuckyFeedbackOpen a human-reviewed feedback form and submit it to the Bucky product team.
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.bucky]
url = "https://bucky.cc/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"bucky": {
"type": "http",
"url": "https://bucky.cc/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: bucky
Remote MCP URL: https://bucky.cc/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://bucky.cc/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"bucky": {
"type": "http",
"url": "https://bucky.cc/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "bucky",
"transport": "streamable-http",
"url": "https://bucky.cc/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.