# Blode Icons
> MIT-licensed React icons with verified Lucide-compatible names. Search and fetch via MCP.
## Install
```bash
npm install blode-icons-react
```
```bash
npx skills add mblode/blode-icons -g --all -y
```
## Usage
```tsx
import { SearchIcon, Search } from "blode-icons-react";
```
## Agents
- MCP: https://blode.co/icons/mcp (`search_icons`, `get_icon`, `get_usage`)
- Discovery: https://blode.co/icons/.well-known/mcp.json
- Search: `GET https://blode.co/icons/api/icons/search?q=settings`
- SVG / TSX: `GET https://blode.co/icons/api/icons/{slug}/svg|tsx`
- OpenAPI: https://blode.co/icons/api/openapi.json
- Registry: https://blode.co/icons/r/registry.json
- Full guide: https://blode.co/icons/llms-full.txt
- Install page: https://blode.co/icons/installation
APIs are public — no auth required. Pages return markdown when requested with `Accept: text/markdown`.