InfyPNG — Free Transparent PNG Clipart
Server Details
Search thousands of free transparent PNG clipart images. Free for commercial use, no attribution.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Available Tools
4 toolsget_designAInspect
Full details for one design by its page slug (e.g. "royal-crown-121000019").
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | The design slug from a page URL or search result |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden. It states what the tool returns ('full details') but does not explicitly declare it as read-only, mention error behavior for invalid slugs, or describe any side effects. The verb 'get' implies safety, but the description lacks explicit behavioral disclosure beyond that.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, focused sentence with no filler. It front-loads the purpose and includes an example, making it easy to parse. Every word contributes to comprehension.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple one-parameter tool with no output schema, the description is sufficient: it specifies the input and implies the output (full details). It could optionally mention that it returns a single design object, but 'full details' covers that. Overall, there are no missing pieces that would prevent correct invocation.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, and the description adds a concrete example ('royal-crown-121000019') that clarifies the expected format beyond the schema's generic description. This extra context helps the agent construct a valid parameter, exceeding the baseline.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states a specific resource ('design'), a specific identifier type ('page slug'), and provides a concrete example. It distinguishes this tool from siblings like search_designs (which likely returns a list) by specifying 'full details for one design.' No ambiguity.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies the tool is used when you have a specific slug and need complete details, but it does not explicitly mention when to use it versus search_designs (e.g., to obtain the slug) or list_categories. No exclusions or alternative conditions are given, only implicit context.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_licenceAInspect
The licence terms for every design on InfyPNG, in one paragraph.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden. It discloses that the tool returns a single paragraph with terms applicable to every design, which is a useful behavioral detail. However, it does not mention whether the operation is read-only (though implied), any potential side effects, or how the paragraph is structured. It adds some value but remains thin for a no-annotation scenario.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, concise sentence that is front-loaded with the key resource and scope. Every word is purposeful, with no waste or redundancy.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a zero-parameter, no-output-schema tool, the description is fairly complete. It tells the agent what it returns (licence terms) and that they apply globally. It could optionally mention that the terms are standard/static, but the current description gives enough context for correct invocation and expectation setting.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has 0 parameters, so the baseline is 4. The description does not need to explain parameters since there are none. It adds nothing beyond the schema coverage (100% trivially), but that is acceptable given the absence of parameters.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states a specific verb and resource: 'licence terms' for 'every design on InfyPNG'. It is clearly distinct from sibling tools like get_design (specific design), list_categories (categories), and search_designs (searching), so an agent can differentiate it without ambiguity.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description clearly implies when to use it: when the agent needs licence terms for designs. However, it does not explicitly state when not to use it or mention alternatives, though the context of siblings makes the choice obvious. It provides clear context but lacks explicit exclusions.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
list_categoriesAInspect
Every category and seasonal collection with design counts and page URLs.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the behavioral disclosure burden. It does disclose output scope ('Every category') and content ('design counts and page URLs'), which is useful for a simple read-only listing. It does not mention caching, authentication, or response format, but these are less critical for a no-parameter list operation.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
A single sentence conveys the full return contents with no filler or redundancy. The most important information—what the tool returns—is stated directly.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a 0-parameter tool with no output schema, the description sufficiently explains what an agent will receive: categories, seasonal collections, design counts, and page URLs. It could add an explicit statement of the tool's read-only nature or result ordering, but the absence of parameters makes invocation unambiguous.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has zero parameters, so the description has no parameter semantics to add. Per the baseline rule for 0-parameter tools, a score of 4 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description names the resource ('category and seasonal collection') and specifies the returned contents ('design counts and page URLs'). Although it lacks an explicit verb, the tool name 'list_categories' supplies the action, and the content clearly distinguishes it from design- or licence-focused siblings.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description states what the tool returns but gives no guidance on when to use it versus alternatives like search_designs or get_design. There are no exclusions, prerequisites, or context clues about the intended use case.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
search_designsAInspect
Search the InfyPNG catalog of free transparent PNG clipart by keyword. Returns matching designs with their page URLs. Send the user to the page for downloads — every page offers the free transparent PNG (4096px, 300 PPI), no account needed.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results, default 10, max 30 | |
| query | Yes | What to search for, e.g. "crown", "halloween skull" |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the behavioral disclosure burden. It discloses that results are page URLs rather than direct images, that the PNG is free and available at 4096px/300 PPI, and that no account is needed. This is solid behavioral context for a simple search tool, though it does not mention pagination or error behavior.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two sentences with no filler. The core search behavior is front-loaded, followed by actionable guidance on what to do with the results and what the user can expect from the destination pages.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a low-complexity search tool with complete parameter coverage, the description provides everything necessary to call it correctly: the search action, the result shape, and the user-facing next step. It could mention licensing explicitly, but 'free transparent PNG' plus the sibling get_licence makes the absence acceptable.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema already documents both parameters with 100% coverage, so the baseline applies. The description adds little beyond the schema: it refers generally to 'keyword' and 'page URLs' but does not elaborate on limit semantics or query formatting beyond what the schema already states.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states a specific verb ('Search'), a specific resource ('InfyPNG catalog of free transparent PNG clipart'), and the result shape ('matching designs with their page URLs'). It clearly distinguishes itself from siblings like get_design, get_licence, and list_categories by framing this as the keyword-search entry point.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description makes the intended use clear: search by keyword and then send the user to the resulting page for downloads. It gives a concrete workflow and even states what every page offers, but it does not explicitly name when to prefer an alternative tool such as get_design or get_licence.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Frequently Asked Questions
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity — fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user or an account that owns the GitHub organization, then choose Claim with GitHub.HTTP challenge — works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge — works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Connectors
Search thousands of free SVG cut files & clipart. Free for commercial use, no attribution.
Search and download icons, illustrations, elements and emojis in PNG or SVG formats.
Search royalty-free BGM and sound effects (commercial use OK, no credit) and game fan arrangements.
Search 161,000+ free hand-drawn icons and fetch ready-to-embed SVG or PNG from any MCP client.
Related MCP Servers
- AlicenseAqualityCmaintenanceSearch 161,000+ free hand-drawn Infyicon icons in four matching styles and fetch ready-to-embed SVG markup or PNG URLs, plus CSS class lookup for the 61,000-glyph Infyicon UI webfont. Free with attribution, no API key required.5MIT
- AlicenseAqualityCmaintenanceEnables searching free graphics on Woopicx (3D icons, mockups, stock photos, illustrations, certificates, tattoo designs) through natural language.1MIT
- AlicenseAqualityBmaintenanceEnables keyless search and retrieval of millions of openly-licensed Creative Commons images and audio, with ready-to-paste attribution and license-awareness built into every result.5MIT
- AlicenseBqualityAmaintenanceA free search MCP server powered by SearXNG, offering various search types without requiring an API key.1012MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
Each tool serves a distinct purpose: fetching design details, retrieving the global licence, listing categories, and searching the catalog. No overlap or ambiguity between them, making it clear which tool to use for a given task.
All four tools follow a consistent verb_noun pattern in lowercase snake_case (get_design, get_licence, list_categories, search_designs). The naming is uniform and predictable.
With only 4 tools, the surface is compact and well-scoped for the server's purpose—searching and retrieving information about free PNGs. It avoids redundancy and each tool earns its place within the typical 3-15 range.
The tool set covers the main user flows: searching, viewing details, browsing categories, and understanding licensing. A minor gap is the lack of a direct 'list designs in category' tool, but category URLs and search can partially bridge this, so it's not a critical omission.