Skip to content
Back to bucky

Card snapshot

buckybuild.com · 2026-09-03 10:25:05 UTC · 82de24bbff3448ef6b6b75f78461dda9cd2bbff6cbe0840d64d513e016e76098

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "protocolVersion": "0.3.0",
  "name": "bucky",
  "description": "Site feasibility, project, geographic, marketplace, knowledge, and human-reviewed feedback tools for building projects.",
  "version": "1.0.0",
  "url": "https://buckybuild.com/api/mcp",
  "preferredTransport": "JSONRPC",
  "documentationUrl": "https://docs.buckybuild.com/docs/mcp",
  "provider": {
    "organization": "Bucky AI Inc.",
    "url": "https://buckybuild.com"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json",
    "text/markdown"
  ],
  "skills": [
    {
      "id": "bucky",
      "name": "Pre-development site intelligence",
      "description": "Discover and use Bucky \u2014 pre-development platform for residential and commercial construction across Canada and the United States. Use when an agent needs Bucky\u2019s public APIs, MCP tools, llms.txt, or product docs.",
      "tags": [
        "zoning",
        "feasibility",
        "construction",
        "real-estate",
        "permitting"
      ],
      "examples": [
        "What can I build at 1234 Main Street?",
        "Run a feasibility analysis on this parcel and cite the zoning bylaw.",
        "Which cities does Bucky cover in British Columbia?"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "application/json",
        "text/markdown"
      ]
    }
  ],
  "securitySchemes": {
    "oauth2": {
      "type": "openIdConnect",
      "openIdConnectUrl": "https://buckybuild.com/.well-known/openid-configuration"
    }
  },
  "security": [
    {
      "oauth2": [
        "mcp.public",
        "mcp"
      ]
    }
  ],
  "additionalInterfaces": [
    {
      "transport": "HTTP+JSON",
      "url": "https://buckybuild.com/api/v1"
    },
    {
      "transport": "JSONRPC",
      "url": "https://buckybuild.com/api/mcp"
    }
  ]
}