Skip to content
Rarebit One RAREBIT ONE Automation Farm

// rarebit.one/mcp · project_intake

CONNECT TO THE FARM.

Not a contact form. A project intake protocol.

Describe what you are trying to build, automate, repair, or scale. Rarebit One will turn the conversation into a structured project brief.

intake session

A live intake protocol

intake sessionanonymized_until_submit

Press run intake to replay a sample session.

0/7 steps

tool manifest

Discoverable tools

manifest.json GET
{
  "server": "rarebit.one/mcp",
  "mode": "project_intake",
  "privacy": "anonymized_until_submit",
  "tools": [
    "get_capabilities",
    "explore_services",
    "classify_project",
    "estimate_complexity",
    "generate_project_brief",
    "submit_project_brief"
  ]
}

protocol

Intake tools

01

get_capabilities

Return what the farm can build, automate, repair, and scale.

02

explore_services

Walk strategy, design, engineering, and automation offerings.

03

classify_project

Sort the request into a project archetype.

04

estimate_complexity

Score scope, risk, and surface area before any commitment.

05

generate_project_brief

Turn the conversation into a structured project brief.

06

submit_project_brief

Hand the brief to secure storage for async human review.

architecture

Static discovery. Structured intake. Human review.

  1. Canned JSON manifests
  2. AI intake session
  3. Project brief JSON
  4. Secure storage
  5. Async review
  • DigitalOcean Spaces for static JSON manifests
  • Serverless function for project brief submission
  • JSON schema validation
  • Rate limiting
  • No client identity required until submit

// front-end prototype · no client identity required until submit