AgentPMT
Icon Generator

Icon Generator

Function

Available ActionsEach successful request consumes credits as outlined below.

generate5cr

Details

Build crisp icons, sprites, and game-ready textures at any size from 1 to 4096 pixels. Compose them from rectangles, circles, lines, polygons, arcs, text, and transforms — and get a transparent or solid-background PNG ready to drop into apps, marketplaces, or game projects. A dedicated pixel-art mode produces hard-edged, integer-snapped output for 16×16, 32×32, and 64×64 sprites suitable for Minecraft mod textures, retro UI, deterministic favicons, and other small-format game assets. Every render is deterministic — the same inputs always produce the same PNG — and the returned file_id plugs directly into any downstream tool that accepts an image file_id.

Use Cases

Create marketplace product icons, Build Minecraft and game sprite textures, Design UI iconography at any size, Render brand badges with transparent backgrounds, Compose pixel-art assets deterministically, Produce reference images for image-edit tools, Generate consistent app icon sets at multiple sizes, Render retro 16x16 and 32x32 sprite sheets, Create transparent PNG favicons and small-format icons, Generate Minecraft texture bindings for items, blocks, and entities

Dynamic MCP Setup

Connect once through AgentPMT Dynamic MCP, then use approved tools from the same agent connection.

30 Second Setup

STDIO connector for Claude Code, Codex, Cursor, Zed, and other LLMs that require STDIO or custom connections.

npm install -g @agentpmt/mcp-routeragentpmt-setup

Hosted Streamable HTTPS

MCP endpoint for browser-based apps like ChatGPT, Claude, Grok, or any time you want a streamable connection with no local install.

https://api.agentpmt.com/mcp

Config Example

Use the hosted endpoint directly in clients that support remote MCP. Store your Bearer token in the client config or secret field.

Full connection guide
{
  "mcpServers": {
    "agentpmt": {
      "type": "streamable-http",
      "url": "https://api.agentpmt.com/mcp",
      "headers": {
        "Authorization": "Bearer <AGENTPMT_BEARER_TOKEN>",
        "x-instance-metadata": "{\"client\":\"generic-mcp\",\"platform\":\"remote\"}"
      }
    }
  }
}

Need client videos, organization controls, audit details, and the full feature overview?

More About Dynamic MCP

Frequently Asked Questions

How do I connect this tool to an external agent?

Install commands

npm install -g @agentpmt/mcp-router
agentpmt-setup

Hosted MCP config

{
  "mcpServers": {
    "agentpmt": {
      "type": "streamable-http",
      "url": "https://api.agentpmt.com/mcp",
      "headers": {
        "Authorization": "Bearer <AGENTPMT_BEARER_TOKEN>",
        "x-instance-metadata": "{\"client\":\"generic-mcp\",\"platform\":\"remote\"}"
      }
    }
  }
}

How does an external agent use this tool?

Agent prompt

Use the AgentPMT-Tool-Search-and-Execution tool. First call action 'get_instructions' so you know how to use the tool search interface. Then call action 'get_schema' with tool_id 695fdbc3b7ea4e3ac1962fe6 ("Icon Generator"). After reading the schema and any returned instructions, tell me what this tool can do, we are going to be using it

Looking for help integrating AI into your business? Set up a free consultation.