Flowteller API MCP Server
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| FLOWTELLER_API_URL | No | The Flowteller API URL | https://dev.api.flowteller.com/api |
| FLOWTELLER_MCP_API_KEY | Yes | Your API key for Flowteller |
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 | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_health_statusA | Check the health status of the Flowteller API. |
| get_originsB | |
| get_destinationsA | |
| search_tripsA | |
| get_booking_historyB | |
| create_bookingA | |
| generate_receiptB | |
| initiate_paymentA | |
| get_payment_providersA | Get the list of available mobile money payment providers for customer push payments. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| flowteller_chat_agent | System prompt for the AI to act as a WhatsApp Travel Agent. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 9 tools
Each tool targets a distinct resource and action: health, booking history, receipt generation, location lookups, trip search, booking creation, payment providers, and payment initiation. No two tools overlap in purpose.
All tool names follow a consistent verb_noun pattern in snake_case (e.g., get_origins, create_booking, initiate_payment). The naming is predictable and uniform.
With 9 tools, the server is well-scoped for a travel booking API. The count is within the ideal range and each tool serves a clear need without redundancy.
The core booking lifecycle (search trips, create booking, initiate payment, view history, generate receipt) is covered. Missing cancellation or individual booking retrieval are minor gaps that agents can work around.