← apiai.me

INDIVIDUAL MCP TOOL

format-converter

Optimize delivery or maximize legacy compatibility by seamlessly transcoding images between PNG, JPEG, modern WebP, or lossless BMP (~$0.0100 per call) — requires an API key.

apiai.menone authenticationAvailability not checked

LIVE ENDPOINT

https://apiai.me/mcp

No auth detected

Connect to this endpoint to inspect the live schema for format-converter and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name, description or schema mentions credentials.

Parent server

apiai.me

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.apiai]
url = "https://apiai.me/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "apiai": {
      "type": "http",
      "url": "https://apiai.me/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: apiai
Remote MCP URL: https://apiai.me/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "apiai": {
      "url": "https://apiai.me/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "apiai": {
      "type": "http",
      "url": "https://apiai.me/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "apiai",
  "transport": "streamable-http",
  "url": "https://apiai.me/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • add-border — Programmatically wrap your images with clean, custom-colored outer borders or padding.
  • add-image-on-image — Seamlessly overlay watermarks, brand logos, or secondary layers onto your base images.
  • banner-on-video — Level up your video pipeline by embedding pre-designed lower thirds, promotional banners, or call-to-actions directly onto your video frames.
  • brand-colors-from-image — Point it at a logo, a product shot or a moodboard and get the dominant colours back as hex codes.
  • remove-background — an AI-powered, state-of-the-art, and enterprise-safe background removal solution developed by BRIA AI.
  • brightness-contrast — Fine-tune the exposure and tonal punch of your images.
  • check-resolution — A fast gatekeeper for asset ingestion.
  • check-transparency — Scans your media files to confirm whether an alpha channel (transparency) is present, helping you route files before layer composition.