FlowAPI MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NODE_ENV | No | Node environment (production, development) | production |
| LOG_LEVEL | No | Logging level (error, warn, info, debug) | info |
| FLOW_API_URL | Yes | The base URL of your FlowAPI instance, e.g., https://your-flowapi-instance.com/api | |
| MCP_SERVER_NAME | No | Name of the MCP server | flowapi-server |
| FLOW_API_SYS_KEY | Yes | The system key for authentication with FlowAPI | |
| MCP_SERVER_VERSION | No | Version of the MCP server | 1.0.0 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| flowapi_health_checkB | Check FlowAPI system health and connectivity. Verifies system is operational. |
| flowapi_system_infoA | Get system information including configuration and connectivity status. |
| search_usersC | Search for users with optional filters. System-level operation for administrative purposes. |
| create_userB | Create a new user in the system. System-level operation for user management. |
| get_userA | Get user information by various identifiers. At least one identifier must be provided. |
| delete_userA | Delete a user by user ID. System-level administrative operation. |
| get_user_walletsC | Get wallet information for a user by various identifiers. System-level operation for wallet management. |
| list_external_workersB | List external workers with pagination. System-level operation for worker management. |
| create_external_workerC | Create a new external worker. System-level operation for worker management. |
| get_external_workerB | Get external worker details by ID. System-level operation. |
| update_external_workerC | Update external worker configuration. System-level operation. |
| delete_external_workerC | Delete an external worker. System-level administrative operation. |
| get_invited_walletsB | Get invited wallet addresses for a specific chain. System-level operation for invite management. |
| get_invited_wallets_by_tokenC | Get invited wallet addresses for a specific chain and token. System-level operation requiring authentication. |
| list_artsC | Get list of arts with optional parameters and filters. Works with sys_key authentication. |
| get_artA | Get art details by ID. System-level operation. |
| get_recommended_artsC | Get recommended arts for discovery. System-level operation. |
| list_art_collectionsC | List art collections with optional filters. System-level operation. |
| get_art_collectionB | Get art collection details by ID. System-level operation. |
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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/maksdizzy/flowapi-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server