Rank
83
A Model Context Protocol (MCP) server for GitLab
Traction
No public download signal
Freshness
Updated 2d ago
Crawler Summary
Just the icons you need. Zero bloat. Browse 20,000+ icons and copy exactly what you need. Unicon **Just the icons you need. Zero bloat.** Browse 20,000+ icons and copy exactly what you need. Like $1, but for icons. $1 $1 $1 $1 Why Unicon? Most icon libraries force you to install thousands of icons just to use a handful. Unicon lets you browse everything in one place and copy only what you need. - **Browse once, use anywhere** — Search 9 icon libraries - **Copy exactly what you need** — React, SVG, or JSON Capability contract not published. No trust telemetry is available yet. 6 GitHub stars reported by the source. Last updated 2/25/2026.
Freshness
Last checked 2/25/2026
Best For
unicon is best for icons, react, svg workflows where MCP compatibility matters.
Not Ideal For
Contract metadata is missing or unavailable for deterministic execution.
Evidence Sources Checked
editorial-content, GITHUB MCP, runtime-metrics, public facts pack
Just the icons you need. Zero bloat. Browse 20,000+ icons and copy exactly what you need. Unicon **Just the icons you need. Zero bloat.** Browse 20,000+ icons and copy exactly what you need. Like $1, but for icons. $1 $1 $1 $1 Why Unicon? Most icon libraries force you to install thousands of icons just to use a handful. Unicon lets you browse everything in one place and copy only what you need. - **Browse once, use anywhere** — Search 9 icon libraries - **Copy exactly what you need** — React, SVG, or JSON
Public facts
4
Change events
0
Artifacts
0
Freshness
Feb 25, 2026
Capability contract not published. No trust telemetry is available yet. 6 GitHub stars reported by the source. Last updated 2/25/2026.
Trust score
Unknown
Compatibility
MCP
Freshness
Feb 25, 2026
Vendor
Unicon
Artifacts
0
Benchmarks
0
Last release
0.1.0
Key links, install path, and a quick operational read before the deeper crawl record.
Summary
Capability contract not published. No trust telemetry is available yet. 6 GitHub stars reported by the source. Last updated 2/25/2026.
Setup snapshot
git clone https://github.com/webrenew/unicon.gitSetup complexity is MEDIUM. Standard integration tests and API key provisioning are required before connecting this to production workloads.
Final validation: Expose the agent to a mock request payload inside a sandbox and trace the network egress before allowing access to real customer data.
Everything public we have scraped or crawled about this agent, grouped by evidence type with provenance.
Vendor
Unicon
Protocol compatibility
MCP
Adoption signal
6 GitHub stars
Handshake status
UNKNOWN
Merged public release, docs, artifact, benchmark, pricing, and trust refresh events.
Extracted files, examples, snippets, parameters, dependencies, permissions, and artifact metadata.
Extracted files
0
Examples
6
Snippets
0
Languages
typescript
jsx
export const ArrowRight = (props) => (
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
<path d="M13.22 19.03a.75.75 0 0 1 0-1.06L18.19 13H3.75a.75.75 0 0 1 0-1.5h14.44l-4.97-4.97a.75.75 0 0 1 1.06-1.06l6.25 6.25a.75.75 0 0 1 0 1.06l-6.25 6.25a.75.75 0 0 1-1.06 0Z"/>
</svg>
)html
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M13.22 19.03..."/> </svg>
bash
npm install -g @webrenew/unicon # Or use npx (no install) npx @webrenew/unicon search arrow
bash
# Search for icons unicon search "dashboard" # Get icon as React component unicon get home # Copy to clipboard (macOS) unicon get home | pbcopy # Save to file unicon get settings -o ./Settings.tsx # Bundle icons by category unicon bundle --category Dashboards # Preview in terminal unicon preview star
bash
unicon init unicon add dashboard --category Dashboards unicon add nav --query "arrow chevron" unicon sync
bash
unicon skill --ide claude unicon skill --ide cursor unicon skill --all
Full documentation captured from public sources, including the complete README when available.
Docs source
GITHUB MCP
Editorial quality
ready
Just the icons you need. Zero bloat. Browse 20,000+ icons and copy exactly what you need. Unicon **Just the icons you need. Zero bloat.** Browse 20,000+ icons and copy exactly what you need. Like $1, but for icons. $1 $1 $1 $1 Why Unicon? Most icon libraries force you to install thousands of icons just to use a handful. Unicon lets you browse everything in one place and copy only what you need. - **Browse once, use anywhere** — Search 9 icon libraries - **Copy exactly what you need** — React, SVG, or JSON
Just the icons you need. Zero bloat.
Browse 20,000+ icons and copy exactly what you need. Like shadcn/ui, but for icons.

Most icon libraries force you to install thousands of icons just to use a handful. Unicon lets you browse everything in one place and copy only what you need.
| Library | Icons | Style | |---------|-------|-------| | Lucide | 1,500+ | Minimal, consistent stroke | | Phosphor | 1,300+ | 6 weights per icon | | Huge Icons | 4,000+ | Modern, versatile | | Heroicons | 300+ | By Tailwind CSS team | | Tabler | 5,000+ | Clean, customizable | | Feather | 280+ | Simple, elegant | | Remix Icon | 2,800+ | Outlined & filled | | Simple Icons | 3,300+ | Brand logos | | Iconoir | 1,600+ | Regular & solid |
| Library | Icons | License | Focus | |---------|-------|---------|-------| | Carbon | 2,000+ | Apache-2.0 | IBM's enterprise design system | | Blueprint | 300+ | Apache-2.0 | Palantir's data-focused icons | | Devicons | 200+ | MIT | Programming languages & dev tools | | Octicons | 600+ | MIT | GitHub's icon set | | Cryptocurrency Icons | 400+ | CC0 | Coins and tokens |
Use natural language — search "happy face" to find smile icons, or "business" for briefcases and charts.
Click any icon and choose your format:
React Component — Drop directly into your project:
export const ArrowRight = (props) => (
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
<path d="M13.22 19.03a.75.75 0 0 1 0-1.06L18.19 13H3.75a.75.75 0 0 1 0-1.5h14.44l-4.97-4.97a.75.75 0 0 1 1.06-1.06l6.25 6.25a.75.75 0 0 1 0 1.06l-6.25 6.25a.75.75 0 0 1-1.06 0Z"/>
</svg>
)
Raw SVG — For HTML, design tools, or anywhere else:
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<path d="M13.22 19.03..."/>
</svg>
Select multiple icons and export as:
Send icons to v0.dev to prototype UI components.
Install icons directly from your terminal.
npm install -g @webrenew/unicon
# Or use npx (no install)
npx @webrenew/unicon search arrow
# Search for icons
unicon search "dashboard"
# Get icon as React component
unicon get home
# Copy to clipboard (macOS)
unicon get home | pbcopy
# Save to file
unicon get settings -o ./Settings.tsx
# Bundle icons by category
unicon bundle --category Dashboards
# Preview in terminal
unicon preview star
| Format | Description |
|--------|-------------|
| react | React/TS components (default) |
| vue | Vue 3 SFCs |
| svelte | Svelte components |
| svg | Raw SVG |
| json | Icon metadata |
For larger projects, use a config file:
unicon init
unicon add dashboard --category Dashboards
unicon add nav --query "arrow chevron"
unicon sync
See CLI.md for full documentation.
Unicon works with AI coding assistants.
Install rules that teach AI assistants to use Unicon:
unicon skill --ide claude
unicon skill --ide cursor
unicon skill --all
Supported: Claude Code, Cursor, Windsurf, Agent, Antigravity, OpenCode, Codex, Aider
Then ask your AI:
For deeper integration, use the MCP server.
Claude Desktop / Cursor:
{
"mcpServers": {
"unicon": {
"command": "npx",
"args": ["-y", "@webrenew/unicon-mcp-server"]
}
}
}
Cloud IDEs (v0, Bolt, Lovable):
https://unicon.sh/api/mcp
Tools: search_icons, get_icon, get_multiple_icons, get_starter_pack
See MCP docs for details.
Want to run your own instance? See DEVELOPMENT.md for setup instructions.
webpack (next build --webpack) for deterministic CI/local builds in restricted environments./) is intentionally dynamic to avoid build-time database fetches during prerender.MIT License — see LICENSE for details.
Icons retain their original licenses. See THIRD_PARTY_LICENSES.md for full attribution.
Built by WebRenew
Machine endpoints, protocol fit, contract coverage, invocation examples, and guardrails for agent-to-agent use.
Contract coverage
Status
missing
Auth
None
Streaming
No
Data region
Unspecified
Protocol support
Requires: none
Forbidden: none
Guardrails
Operational confidence: low
curl -s "https://xpersona.co/api/v1/agents/mcp-webrenew-unicon/snapshot"
curl -s "https://xpersona.co/api/v1/agents/mcp-webrenew-unicon/contract"
curl -s "https://xpersona.co/api/v1/agents/mcp-webrenew-unicon/trust"
Trust and runtime signals, benchmark suites, failure patterns, and practical risk constraints.
Trust signals
Handshake
UNKNOWN
Confidence
unknown
Attempts 30d
unknown
Fallback rate
unknown
Runtime metrics
Observed P50
unknown
Observed P95
unknown
Rate limit
unknown
Estimated cost
unknown
Do not use if
Every public screenshot, visual asset, demo link, and owner-provided destination tied to this agent.
Neighboring agents from the same protocol and source ecosystem for comparison and shortlist building.
Rank
83
A Model Context Protocol (MCP) server for GitLab
Traction
No public download signal
Freshness
Updated 2d ago
Rank
80
A Model Context Protocol (MCP) server for GitLab
Traction
No public download signal
Freshness
Updated 2d ago
Rank
74
Expose OpenAPI definition endpoints as MCP tools using the official Rust SDK for the Model Context Protocol (https://github.com/modelcontextprotocol/rust-sdk)
Traction
No public download signal
Freshness
Updated 2d ago
Rank
72
An actix_web backend for the official Rust SDK for the Model Context Protocol (https://github.com/modelcontextprotocol/rust-sdk)
Traction
No public download signal
Freshness
Updated 2d ago
Contract JSON
{
"contractStatus": "missing",
"authModes": [],
"requires": [],
"forbidden": [],
"supportsMcp": false,
"supportsA2a": false,
"supportsStreaming": false,
"inputSchemaRef": null,
"outputSchemaRef": null,
"dataRegion": null,
"contractUpdatedAt": null,
"sourceUpdatedAt": null,
"freshnessSeconds": null
}Invocation Guide
{
"preferredApi": {
"snapshotUrl": "https://xpersona.co/api/v1/agents/mcp-webrenew-unicon/snapshot",
"contractUrl": "https://xpersona.co/api/v1/agents/mcp-webrenew-unicon/contract",
"trustUrl": "https://xpersona.co/api/v1/agents/mcp-webrenew-unicon/trust"
},
"curlExamples": [
"curl -s \"https://xpersona.co/api/v1/agents/mcp-webrenew-unicon/snapshot\"",
"curl -s \"https://xpersona.co/api/v1/agents/mcp-webrenew-unicon/contract\"",
"curl -s \"https://xpersona.co/api/v1/agents/mcp-webrenew-unicon/trust\""
],
"jsonRequestTemplate": {
"query": "summarize this repo",
"constraints": {
"maxLatencyMs": 2000,
"protocolPreference": [
"MCP"
]
}
},
"jsonResponseTemplate": {
"ok": true,
"result": {
"summary": "...",
"confidence": 0.9
},
"meta": {
"source": "GITHUB_MCP",
"generatedAt": "2026-04-17T04:20:22.671Z"
}
},
"retryPolicy": {
"maxAttempts": 3,
"backoffMs": [
500,
1500,
3500
],
"retryableConditions": [
"HTTP_429",
"HTTP_503",
"NETWORK_TIMEOUT"
]
}
}Trust JSON
{
"status": "unavailable",
"handshakeStatus": "UNKNOWN",
"verificationFreshnessHours": null,
"reputationScore": null,
"p95LatencyMs": null,
"successRate30d": null,
"fallbackRate": null,
"attempts30d": null,
"trustUpdatedAt": null,
"trustConfidence": "unknown",
"sourceUpdatedAt": null,
"freshnessSeconds": null
}Capability Matrix
{
"rows": [
{
"key": "MCP",
"type": "protocol",
"support": "unknown",
"confidenceSource": "profile",
"notes": "Listed on profile"
},
{
"key": "icons",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "react",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "svg",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "nextjs",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "typescript",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "developer-tools",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "icon-library",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "lucide",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "heroicons",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "phosphor",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "shadcn",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
}
],
"flattenedTokens": "protocol:MCP|unknown|profile capability:icons|supported|profile capability:react|supported|profile capability:svg|supported|profile capability:nextjs|supported|profile capability:typescript|supported|profile capability:developer-tools|supported|profile capability:icon-library|supported|profile capability:lucide|supported|profile capability:heroicons|supported|profile capability:phosphor|supported|profile capability:shadcn|supported|profile"
}Facts JSON
[
{
"factKey": "vendor",
"category": "vendor",
"label": "Vendor",
"value": "Unicon",
"href": "https://unicon.sh",
"sourceUrl": "https://unicon.sh",
"sourceType": "profile",
"confidence": "medium",
"observedAt": "2026-02-25T03:19:37.482Z",
"isPublic": true
},
{
"factKey": "protocols",
"category": "compatibility",
"label": "Protocol compatibility",
"value": "MCP",
"href": "https://xpersona.co/api/v1/agents/mcp-webrenew-unicon/contract",
"sourceUrl": "https://xpersona.co/api/v1/agents/mcp-webrenew-unicon/contract",
"sourceType": "contract",
"confidence": "medium",
"observedAt": "2026-02-25T03:19:37.482Z",
"isPublic": true
},
{
"factKey": "traction",
"category": "adoption",
"label": "Adoption signal",
"value": "6 GitHub stars",
"href": "https://github.com/webrenew/unicon",
"sourceUrl": "https://github.com/webrenew/unicon",
"sourceType": "profile",
"confidence": "medium",
"observedAt": "2026-02-25T03:19:37.482Z",
"isPublic": true
},
{
"factKey": "handshake_status",
"category": "security",
"label": "Handshake status",
"value": "UNKNOWN",
"href": "https://xpersona.co/api/v1/agents/mcp-webrenew-unicon/trust",
"sourceUrl": "https://xpersona.co/api/v1/agents/mcp-webrenew-unicon/trust",
"sourceType": "trust",
"confidence": "medium",
"observedAt": null,
"isPublic": true
}
]Change Events JSON
[]
Sponsored
Ads related to unicon and adjacent AI workflows.