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:
- Register an account on our platform
- Log in to your dashboard
- 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
Token Management
Obtaining Your API Token
- Log in to your account dashboard
- Navigate to the API Keys section
- Click "Generate New Token"
- Copy and securely store your token ⚠️ Important : Keep your API token secure and never share it publicly. Treat it like a password.