Documentation

AI MCP Services Documentation

Learn how to use our remote AI MCP services

Overview

Our AI MCP (Model Context Protocol) services provide powerful AI capabilities through sse, You can integrate these services into your applications to add intelligent features.

Getting Started

1. Account Registration

Before using our services, you need to:

  1. Register an account on our platform
  2. Log in to your dashboard
  3. Generate an API token for authentication

2. API Endpoint

Our main service endpoint is: https://mcp.mcpai.vip/sse

3. Authentication

All API requests require authentication using a Bearer token in the Authorization header.

Header Format

Authorization: Bearer YOUR_API_TOKEN

example config

    "mcpaivip": {
      "url": "https://mcp.mcpai.vip/sse",
      "headers": {
        "Authorization": "Bearer your token"
      },
      "disabled": false,
      "autoApprove": []
    }

Token Management

Obtaining Your API Token

  1. Log in to your account dashboard
  2. Navigate to the API Keys section
  3. Click "Generate New Token"
  4. Copy and securely store your token ⚠️ Important : Keep your API token secure and never share it publicly. Treat it like a password.

On this page