ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Monster API with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Access powerful AI models for image generation, text-to-speech, and transcription via serverless GPU infrastructure.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 5 capabilities

The complete Monster API capability set.

These are the exact actions your AI can choose when you ask it to work with Monster API.

Capability set01 / 02

01-03

3 capabilities in this set.

Part of 5 available through Monster API.

  1. 01

    Get job status

    Once status is COMPLETED, the response contains the output URL. Check the status of an asynchronous generation job

  2. 02

    Generate image to image

    Returns a process_id to poll for status. Modify an existing image based on a prompt

  3. 03

    Generate sdxl

    Returns a process_id to poll for status. Generate an image from text using SDXL

Capability set02 / 02

04-05

2 capabilities in this set.

Part of 5 available through Monster API.

  1. 04

    Generate sunno bark

    Returns a process_id to poll for status. Convert text into natural-sounding speech (TTS)

  2. 05

    Generate whisper

    Returns a process_id to poll for status. Transcribe audio to text using Whisper

Observed, not estimated

865ms average. Fast in production.

Monster API is checked daily against the live service.

Daily averagePeak 990ms
Aug 20Today
Fastest day
688ms
Slowest day
990ms
14-day trend
Slowing+18%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 5 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of Monster API, so you can see the experience inside your AI.

It does not authenticate your account with Monster API. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

Monster API Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_AITjJQRRlgbXwfNWMrERJjAnEhtgtQxzafhubfdi/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — Monster API capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "monster-api-serverless-gpu-ai-model-hosting-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_AITjJQRRlgbXwfNWMrERJjAnEhtgtQxzafhubfdi/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions Monster API owners ask.

  • 01

    How do I get the final result of an image generation job?

    Since generation is asynchronous, the capability returns a process_id. You must use the get_job_status capability with that ID to check if the status is 'COMPLETED' and retrieve the output URL.

  • 02

    Can I specify the dimensions of the generated images?

    Yes, when using generate_sdxl, you can provide an aspect_ratio parameter such as 'square', 'landscape', or 'portrait' to control the output shape.

  • 03

    What transcription formats does the Whisper capability support?

    The generate_whisper capability allows you to choose between 'text', 'srt', and 'vtt' formats via the transcription_format parameter.