# Connector Central

> One place for an accounting firm to control which provider systems its AI clients can reach, which actions each person can take, and how that activity is recorded.

## Who it is for

Connector Central is a governed AI-access gateway for accounting firms using MCP-compatible AI clients. It is not accounting software, an AI model or client, a CRM, or a generic connector marketplace.

## What it controls

A workspace is the boundary for members, connectors, provider accounts, grants, and Activity. Owners and admins can grant a person or group access to a connector and independently control read, write, and destructive actions. A changed role, group, grant, membership, or connector state affects the next agent request.

## Credentials and Activity

Provider credentials are encrypted at rest and remain on the server. Connector Central injects them only while dispatching an authorized provider request; an AI client does not receive them.

Activity records who used which connector and tool, the action tier, status, duration, and time. Tool arguments, tool responses, provider payloads, and credentials are not stored in Activity.

## Connect an AI client

All workspaces use the canonical MCP resource at `https://connectorcentral.com/mcp`. A compatible client can discover OAuth configuration through the [protected resource metadata](https://connectorcentral.com/.well-known/oauth-protected-resource) and [authorization server metadata](https://connectorcentral.com/.well-known/oauth-authorization-server). The authorization flow uses dynamic client registration, PKCE with S256, and an explicit workspace selection that binds the grant to one workspace.

The authenticated MCP `tools/list` response is the final source for the tools available to that person in that workspace.

## Get started

[Create an account](https://connectorcentral.com/sign_up) to create a Free workspace; no payment card or trial conversion is required. [Compare plans and pricing](https://connectorcentral.com/pricing) or [review the implemented security controls](https://connectorcentral.com/security).
