7 client guides · one endpoint · one API key

Wherever your agent lives, the image tools can get there.

The server is a standard Model Context Protocol endpoint. Every guide below is the same three facts — the endpoint, your key as a header, and where that client keeps its config — written out for the client you actually use.

Every guide is the same three facts

If your client is not listed, you still have everything you need. MCP clients differ in where they keep configuration, not in what a server needs from them.

01

The endpoint

https://mcp.imagemcpserver.com/mcp

Streamable HTTP. There is also a stdio process for clients that prefer to spawn one locally.

02

The credential

x-api-key: sk-img-gen-…

Authorization: Bearer works too, and ?apikey= for clients that cannot send headers.

03

The config location

client-specific

A JSON file, a CLI command or a settings panel. That is the only part that varies.

What shows up after you connect

Eleven tools, each with a full JSON schema. The agent learns the parameters, the enums and the required fields from the protocol — you never have to explain the API in a prompt.

generate_imagegenerate_transparent_imageedit_imageremove_backgroundupscale_imagetext_to_svgcompress_imageconvert_formatmulticallget_user_infolist_models
What each tool does →

First thing to ask, in any client

“How many image credits do I have left?”

It forces a real tool call, the call is free, and a real number back means the whole chain — config, transport, key, account — is working. If it answers vaguely, the server is not loaded.

You need a key before any of this works

Free account, 30 credits a month, no card. The key is issued instantly and works in every client on this page.