# Connector Catalog

Browse the live catalog of MCP connectors available to Viorant. Search by name, category, or description; verified connectors are marked.

## What this page is

The catalog on this page is fetched live from the Viorant API at
https://api.viorant.ai/api/v1/connectors/catalog every time the page loads.
It is not a static snapshot, so connector names, counts, and categories on
the rendered page always reflect what the API currently returns.

Each connector card shows:

- Name and description.
- Category.
- A verified mark, when Viorant has verified the connector.

## How connectors fit Viorant

Every connector in the catalog speaks MCP, the Model Context Protocol. In
Viorant, a connector is an AI asset like any other: it can be declared in a
.vio file as a signed, versioned artifact and attached to the agents, prompts,
and skills that use it. The catalog is not a limit: custom MCP servers attach
to Viorant the same way.

## Reading the catalog programmatically

Do not scrape this page for connector data. Read the API directly:
https://api.viorant.ai/api/v1/connectors/catalog returns JSON with a
`connectors` array. Fields include `id`, `name`, `description`, `category`,
`mcpUrl`, `sourceUrl`, `authType`, and `verified`.

## Related

- [Viorant Hub](https://viorant.ai/hub)
- [Vio File (.vio)](https://viorant.ai/vio)
- [Documentation](https://docs.viorant.ai)
