← boogy.ai

INDIVIDUAL MCP TOOL

list_skills

List the Boogy skill catalog: each skill's name and when to use it.

boogy.ainone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

boogy.ai

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • get_started — Read this FIRST.
  • get_skill — Returns how to INSTALL and INVOKE the named skill (not a body to paraphrase).
  • manifest_reference — The full boogy.toml field reference: [service], [routing], [frontend], capabilities, ingress modes, limits.
  • validate_manifest — Validate a boogy.toml against the REAL host validation.
  • check_service — Lint Rust service source for Boogy conventions (transactions, typed DTOs, Model schemas, annotated routes).
  • login — Start signing in to Boogy.
  • login_status — Check whether the human has approved the login started by `login`.