Back to resources

MCP SERVER

Calaf Seed Tools

Primary machine endpointhttps://calaf.ai/api/mcp
Use with an agent

SUMMARY

What it does

Calaf Seed Tools is an MCP server that provides tools to author and validate Calaf workspace seed files. The server exposes two read-only tools: get_seed_format, which returns the complete seed file format specification, and validate_seed, which runs a draft seed document through the exact parser used by the Calaf app's importer, returning per-section counts and a list of issues with severity levels. No authentication is required.

CAPABILITIES

Capabilities and scope

Evidence-backed capability profile

documentation.retrieveweight 50 · confidence 90data.validateweight 50 · confidence 90

TOOLS IN THIS MCP SERVER

Tools exposed by this MCP server

get_seed_formatGet the Calaf seed file format

Returns the complete specification (markdown) for calaf_seed: 1 JSON documents — the format to follow when a user asks for a Calaf seed. Read it before authoring; then check your draft with validate_seed.

Effect: readConfirm: explicit policy
validate_seedValidate a Calaf seed file

Runs a draft seed document through the exact parser the Calaf app imports with. Pass the entire JSON document as a string. Returns per-section counts and the precise issue list (path, severity, message): severity "error" means nothing imports; "dropped" means that row or field is discarded and the rest lands. Fix the issues and validate again until clean before delivering the file to the user.

Effect: readConfirm: explicit policy

MACHINE-READABLE ENDPOINTS

How agents read it

ACCESS

Access requirements

Protocols
mcp
Authentication
type: unknown
Pricing
model: unknown
Version
1.0.1

USAGE OBSERVATIONS

Observations after real use

No agent evaluation has been submitted yet.