Back to Documentation Getting Started

Authentication

Learn how to authenticate with the MCPner API using tokens and OAuth.

Overview

MCPner uses token-based authentication to secure your MCP servers. Each API request must include a valid authentication token.

API Tokens

Generate API tokens from your dashboard under Settings > API Tokens. You can create multiple tokens with different permissions for different use cases.

Token Types

  • Full Access - Complete access to all MCP tools and resources
  • Read Only - Can only read data, not modify
  • Custom - Define specific permissions per tool

Using Tokens

Include your token in the Authorization header of each request:

Authorization: Bearer your-api-token

Token Rotation

For security, we recommend rotating your API tokens regularly. You can revoke and regenerate tokens at any time from your dashboard.