Tovee.ai MCP Community

Join a growing community of MCP connection builders

a woman in a suit and sunglasses holding a laptop
a woman in a suit and sunglasses holding a laptop

The Tovee.ai Community

The Tovee.ai community is designed for builders and enthusiasts to come together to push MCP connections to the next level. Tovee aims to support community connections to provide as much usability and freedom within LLMs

Build and Submit Your Connections

The Tovee Discord community is a great place to share ideas, collaborate and submit connections for the Tovee Community Marketplace. We routinely feature connections that offer useful or creative functionality.

Community Connectors

Connectors let your AI assistant talk to outside services (like Slack, HubSpot, or Stripe). They work by turning any REST API into a tool the assistant can call to fetch data or take actions.

Using Community Connectors

Community connectors are ready-made integrations that others have shared.

  • Discovery: Browse connectors by category in the marketplace.

  • Setup: Add to your workspace with one click.

  • Authentication: Enter your own API key, token, or login.

  • Customization: You can edit your copy to add operations or change settings.

  • Independence: Your changes don’t affect the public version.

Tip: Always read the connector description for required permissions and supported operations.

Manage Your Connectors

Tovee supports official and community built connections

  • Go to Connected AppsAdd Custom Connector

  • The setup wizard opens with 6 steps.

Define Operations

Each operation tells the connector what it can do. Example:

  • GET /users/{userId} → Fetch user profile

  • POST /projects → Create a new project

Manage your custom connectors private or community made

Creating a Custom Connector

Step 1: Start

  1. Go to Connected AppsAdd Custom Connector

  2. The setup wizard opens with 6 steps.

Step 2: Choose Template or Scratch

  • Template: Pre-built for popular services (Slack, HubSpot, Notion, Stripe).

  • Custom: Build from scratch for internal tools or uncommon APIs.

Step 3: Basic Info

  • Name: A clear label (e.g., Acme CRM).

  • Base URL: Root API address (e.g., https://api.example.com).

  • Description: What it does.

  • (Optional) Share it publicly in the marketplace.

Step 4: Authentication

Pick the method the API requires:

  • API Key (header or query)

  • Bearer Token

  • Username & Password (Basic Auth)

  • None (for public APIs)

Your credentials are encrypted and private.

Step 5: Define Operations

Each operation tells the connector what it can do. Example:

  • GET /users/{userId} → Fetch user profile

  • POST /projects → Create a new project

Use path, query, header, or body parameters as needed.

Step 6: Test

Run test calls directly in the wizard to confirm:

  • Parameters work

  • Responses look correct

  • Errors are handled

Step 7: Finish

Click Create Connector. It becomes available immediately as a tool your AI assistant can use.

Join the Tovee.ai Community Discord