@floopfloop/mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| FLOOP_API_KEY | Yes | Your FloopFloop API key. Required to authenticate with the FloopFloop API. | |
| FLOOP_API_URL | No | Optional override for the FloopFloop API URL (e.g., to point at staging). | https://api.floopfloop.com |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
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