INDIVIDUAL MCP TOOL
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.
LIVE ENDPOINT
https://bucky.cc/api/mcp
Connect to this endpoint to inspect the live schema for getBuckyMcpGuide and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name, description or schema mentions credentials.
Parent server
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://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.
Related tools
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.submitBuckyFeedback— Open a human-reviewed feedback form and submit it to the Bucky product team.