Mmcp.market

Bucky MCP server

by buckybuild.com·com.buckybuild/bucky·v1.0.1

Zoning, parcel, and development feasibility for a street address in Canada and the US.

C60/100grade C
What users say
No reviews yet
Be the first
Safety scan
C60/100

not scanned yet

Adoption
New

Little public usage data yet

Reviews

Write one

Nobody has reviewed Bucky yet.

If you have run it, two minutes of your experience saves the next person an afternoon.

Bucky tools

Tool list not cached yet. `describe` through the gateway fetches it live.

Not scanned yet. New registry listings are scanned within a day of import.

What the publisher says

From the Bucky repository's README, as published. We do not edit it. Read it on GitHub

Bucky

Cited site feasibility and pre-development project workflows for Canada and the United States, as a plugin and a hosted MCP server.

Give it a street address and it returns the lot, the zone, the permitted uses, and the material envelope — setbacks, height, coverage, density — with each value carrying its own provenance. A setback the bylaw does not limit and a setback Bucky could not extract are different answers, and they stay different.

https://buckybuild.com/api/mcp

Docs:

Install

Claude Code

/plugin marketplace add markbucky/bucky-plugin
/plugin install bucky@bucky

Or the connector alone, without the skills:

claude mcp add --transport http bucky https://buckybuild.com/api/mcp

Claude (web and desktop)

Settings → Connectors → Add custom connector, and paste the URL above. Needs a paid plan.

Cursor

Add Bucky to Cursor

VS Code

Add Bucky to VS Code

Codex

~/.codex/config.toml:

[mcp_servers.bucky]
url = "https://buckybuild.com/api/mcp"

Then codex mcp login bucky.

ChatGPT and Grok

Add as a custom connector in ChatGPT's developer-mode Connectors settings, or at grok.com/connectors → New Connector → Custom.

Anything else

Any Streamable HTTP client takes the same object:

{ "type": "http", "url": "https://buckybuild.com/api/mcp" }

What is in the plugin

Four skills, and one MCP connector:

Authentication

Two tools work with no account, so you can confirm the connection before signing in: getBuckyMcpGuide and explainFeasibilityStatus.

Everything else uses Bucky's OAuth browser flow. You never paste a token. Connected apps are listed at Settings → Connected apps, with what each can do and when it was last used; disconnecting takes effect on the next request rather than whenever a token expires.

Account-scoped tools need a Professional plan or prepaid developer credit.

Limits

Coverage varies by jurisdiction. Results are preliminary decision support — not a permit, an appraisal, a guarantee, or a legal, engineering, or architectural opinion.

Contributing

This repo is a mirror. The source of truth is Bucky's monorepo, and changes made here are overwritten on the next sync. Open an issue rather than a pull request, or send feedback through the submitBuckyFeedback tool — it goes to a human.

License

Apache-2.0. See LICENSE.

Nothing above is checked by us. What we check is on the safety report.

Install directly

claude mcp add --transport http bucky https://buckybuild.com/api/mcp
Add to Cursor

Bucky: common questions

Is Bucky MCP server safe?
With care: it is graded C, so read the findings first (60/100). Read the Bucky safety report
How do I install Bucky?
It runs remotely at buckybuild.com. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
Does Bucky need an API key?
Not as far as the registry entry and our scan can tell: no credentials are declared or required.
Is Bucky maintained?
The latest release is v1.0.1.
Is Bucky up?
100% of our last 20 checks got an answer. We check remote servers about four times a day.

More from buckybuild.com