Create MCP Token
Follow these steps to create a new MCP token in Verlynk.
Steps
- Log in to Verlynk.
- Open Settings from the left sidebar.
- Click Developer.
- Click Verlynk MCP.
- Click Generate Key.
- Copy the generated token immediately and save it in a secure password manager.
- Use this token in your integration's Authorization header as required.
You can also manage API keys in Organization Settings.
tip
Using the Verlynk CLI? MCP tokens are for AI integrations. Authenticate the CLI with a Public API key instead — see CLI Authentication.
FAQ
Q: Where do I create a Verlynk MCP token?
Create it in Settings → Developer → Verlynk MCP.
Q: Can I view the full token later?
For security, copy the token immediately after creation and store it securely.
Q: How often should I rotate MCP tokens?
Rotate tokens on a regular schedule and immediately if a token is exposed.
Security Notes
warning
- Never commit tokens to git.
- Rotate tokens periodically.
Use this header format in your integrations:
Authorization: Bearer YOUR_MCP_KEY
Agent skill and tool reference
For MCP tool schemas, platform settings, and example payloads, see the public Agent Skills Repo on GitHub.