fvi-mcp
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| FVI_TOKEN | Yes | Collection-scoped MCP token | |
| FVI_API_URL | No | API base URL (include /api) | http://localhost:5001/api |
| FVI_COLLECTION_ID | Yes | Collection id |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_design_collection_contextB | Return metadata-first context for the configured FreeVectorIcons design collection. |
| list_design_collection_assetsB | List metadata for assets in the configured design collection. |
| search_design_collection_assetsB | Search design collection asset metadata by name, type, category, style, or tag. |
| get_design_assetB | Get metadata for one asset by asset id or collection item id. |
| get_design_asset_download_urlB | Get a short-lived download URL for an uploaded design asset. |
| get_design_asset_contentA | Get inline text content for safe design assets such as catalog SVGs, uploaded SVGs, and Markdown files. |
| create_design_asset_uploadB | Create a signed upload target and collection asset record for parking a DRL/FVI design asset. |
| park_design_assetC | Upload inline text or base64 content directly into the configured FVI collection for DRL handoff. |
| create_design_asset_versionB | Upload inline text or base64 content as a new version of an existing uploaded design asset. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/FreeVectorIcons/fvi-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server