INDIVIDUAL MCP TOOL
make_badge
Label + message + colour → a shields.io-style badge SVG, plus a ready-to-paste Markdown embed line.
LIVE ENDPOINT
https://ainetcafe.com/mcp/img
Connect to this endpoint to inspect the live schema for make_badge and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests sending messages.
Parent server
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.netcafe-images]
url = "https://ainetcafe.com/mcp/img"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"netcafe-images": {
"type": "http",
"url": "https://ainetcafe.com/mcp/img"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: netcafe-images
Remote MCP URL: https://ainetcafe.com/mcp/img
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": {
"netcafe-images": {
"url": "https://ainetcafe.com/mcp/img"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"netcafe-images": {
"type": "http",
"url": "https://ainetcafe.com/mcp/img"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "netcafe-images",
"transport": "streamable-http",
"url": "https://ainetcafe.com/mcp/img"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
what_can_you_do— Describe a task in plain language (any language) and get back exactly which tools on this server do it, with ready-to-run example calls — instead of reading the whole catalogue and guessing.split_spritesheet— Cut a packed sprite sheet / texture atlas into separate transparent PNGs, returned as a zip.make_qr— Any text or URL → a QR code PNG you can embed or download.text_to_image— Text prompt → a generated image, returned as a hosted URL you can embed straight into Markdown, HTML or a chat reply.make_chart— Labels + values (or a full Chart.js config) → a chart PNG URL.render_diagram— Turn diagram-as-code into an image: Mermaid, PlantUML, Graphviz/DOT, C4, Excalidraw and 20+ more (self-hosted Kroki).check_job— Get the status or result of a job started by deep_research, translate_pdf, or make_slides.