Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
FLOOP_API_KEYYesYour FloopFloop API key. Required to authenticate with the FloopFloop API.
FLOOP_API_URLNoOptional override for the FloopFloop API URL (e.g., to point at staging).https://api.floopfloop.com

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_projectsA

List all FloopFloop projects the authenticated user has access to. Optionally scope to a team.

get_projectA

Fetch a single project by id or subdomain. Returns the project's url, status, and metadata.

project_statusA

Fetch the current build/deploy status for a project. Cheap — safe to call in a polling loop.

create_projectA

Create a new FloopFloop project from a natural-language prompt. Build kicks off immediately. Call wait_for_live to block until the site is up, or poll project_status.

refine_projectA

Send a refinement message to an existing project. Triggers a follow-up build unless the backend decides it's a code-only edit.

wait_for_liveA

Block (polling every 2 s) until the project reaches a terminal state. Returns the final Project on success, an error result on build-failed or build-cancelled.

check_subdomainA

Check whether a given subdomain slug is free.

suggest_subdomainB

Ask the backend to generate a friendly subdomain slug based on a natural-language prompt.

list_secretsA

List secret keys for a project. Values are never returned — only names, because FloopFloop stores secrets one-way-encrypted.

set_secretB

Create or overwrite an environment secret on a project.

remove_secretA

Delete a secret from a project.

whoamiA

Return the current user's id, email, and plan.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/FloopFloopAI/floop-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server