Getting Started
Learn how to connect MCP servers to your AI tools and services.
Authentication
Most MCP servers on this platform require authentication. There are two ways to authenticate:
OAuth 2.0 (Recommended)
Some MCP clients (like ChatGPT or Claude) support OAuth 2.0 natively. When you add an MCP server URL, the client will automatically redirect you to login and authorize access. No manual token setup is needed.
Bearer Token
For clients that don't support OAuth, you can use a token in the Authorization header.
There are two types of tokens:
- Personal Access Token — gives access to all servers you have permission to use.
- Server Token — scoped to a single MCP server, ideal for integrations.
Use the token in the HTTP header: Authorization: Bearer YOUR_TOKEN
Server URL
You'll find the URL for each MCP server on the
MCP Servers
page. Click the copy button next to any server to copy its URL.
The URL format is: https://mcp.punktero.com/server-path
Client Setup
ChatGPT supports remote MCP servers with OAuth authentication natively.
- Enable Developer mode in Settings → Apps → Advanced settings
- Go to Settings → Apps → Create app
- Paste the MCP server URL (e.g.
https://mcp.punktero.com/server-path) - ChatGPT will handle OAuth authorization automatically — you'll be redirected to log in
- After authorizing, the server tools will be available in your conversations