Server Details
Focused MCP server for OpenAI image/audio generation (v2.0.0). Wraps endpoints via HAPI CLI.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- la-rebelion/hapimcp
- GitHub Stars
- 7
See and control every tool call
Available Tools
9 toolscreateImageInspect
Creates an image given a prompt.
| Name | Required | Description | Default |
|---|---|---|---|
| createImageBody | Yes | ||
| x-hapi-auth-state | No |
createImageEditInspect
Creates an edited or extended image given an original image and a prompt.
| Name | Required | Description | Default |
|---|---|---|---|
| x-hapi-auth-state | No | ||
| createImageEditBody | Yes |
createImageVariationInspect
Creates a variation of a given image.
| Name | Required | Description | Default |
|---|---|---|---|
| x-hapi-auth-state | No | ||
| createImageVariationBody | Yes |
createModerationInspect
Classifies if text violates OpenAI's Content Policy
| Name | Required | Description | Default |
|---|---|---|---|
| x-hapi-auth-state | No | ||
| createModerationBody | Yes |
createTranscriptionInspect
Transcribes audio into the input language.
| Name | Required | Description | Default |
|---|---|---|---|
| x-hapi-auth-state | No | ||
| createTranscriptionBody | Yes |
createTranslationInspect
Translates audio into English.
| Name | Required | Description | Default |
|---|---|---|---|
| x-hapi-auth-state | No | ||
| createTranslationBody | Yes |
deleteModelInspect
Delete a fine-tuned model. You must have the Owner role in your organization.
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes | ||
| x-hapi-auth-state | No |
listModelsInspect
Lists the currently available models, and provides basic information about each one such as the owner and availability.
| Name | Required | Description | Default |
|---|---|---|---|
| x-hapi-auth-state | No |
retrieveModelInspect
Retrieves a model instance, providing basic information about the model such as the owner and permissioning.
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes | ||
| x-hapi-auth-state | No |
To claim this server, publish a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [
{
"email": "your-email@example.com"
}
]
}The email address must match the email associated with your Glama account. Once verified, the server will appear as claimed by you.
Control your server's listing on Glama, including description and metadata
Receive usage reports showing how your server is being used
Get monitoring and health status updates for your server
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Your Connectors
Sign in to create a connector for this server.