← Registry

Developer Tools

calaf.ai

Provides tools to retrieve and validate Calaf seed format specifications.

2 endpoints2 known toolsFirst detected August 22, 2026Last detected September 4, 2026

ENDPOINT 1

https://calaf.ai/api/mcp-account

Auth required

Known tools 0

No tool metadata was available in the registry cache.

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.calaf-ai]
url = "https://calaf.ai/api/mcp-account"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Code

.mcp.json

{
  "mcpServers": {
    "calaf-ai": {
      "type": "http",
      "url": "https://calaf.ai/api/mcp-account",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Desktop

Settings → Connectors → Add custom connector

Name: calaf-ai
Remote MCP URL: https://calaf.ai/api/mcp-account

Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "calaf-ai": {
      "url": "https://calaf.ai/api/mcp-account",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Visual Studio Code

.vscode/mcp.json

{
  "servers": {
    "calaf-ai": {
      "type": "http",
      "url": "https://calaf.ai/api/mcp-account",
      "headers": {
        "Authorization": "Bearer ${input:mcp-token}"
      }
    }
  },
  "inputs": [
    {
      "type": "promptString",
      "id": "mcp-token",
      "description": "calaf-ai bearer token",
      "password": true
    }
  ]
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Generic MCP

Client-specific MCP configuration

{
  "name": "calaf-ai",
  "transport": "streamable-http",
  "url": "https://calaf.ai/api/mcp-account",
  "headers": {
    "Authorization": "Bearer YOUR_BEARER_TOKEN"
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 2

https://calaf.ai/api/mcp

No auth detected

MCP server metadata

Name
calaf
Version
1.0.0
Capabilities
resources.listChangedtools.listChanged
Server instructions

Calaf (calaf.ai) is an MBA recruiting manager whose workspaces are stocked from "seeds" — single JSON documents any assistant can author. Use get_seed_format (or the seed-format resource) to learn the format, author the seed, then run validate_seed and fix every issue before handing the JSON to the user. This server cannot import anything: the user imports the file themselves at Settings → Workspace → Seeds, where each part is previewed and people are reviewed one by one. Only include a person when you are certain they hold that role today; leave fields blank rather than guessing.

Known tools 2

get_seed_format

Returns the complete specification (markdown) for calaf_seed: 1 JSON documents — the format to follow when a user asks for a Calaf seed.

Inferred read-only
validate_seed

Runs a draft seed document through the exact parser the Calaf app imports with.

Inferred read-only

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.calaf]
url = "https://calaf.ai/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "calaf": {
      "type": "http",
      "url": "https://calaf.ai/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: calaf
Remote MCP URL: https://calaf.ai/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": {
    "calaf": {
      "url": "https://calaf.ai/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "calaf": {
      "type": "http",
      "url": "https://calaf.ai/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "calaf",
  "transport": "streamable-http",
  "url": "https://calaf.ai/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.