Create API tokens
Generate API tokens for programmatic access to MCP Market.
API tokens let you authenticate with MCP Market programmatically. They're useful for scripts, CI/CD pipelines, and integrations.
Create a token
Each token belongs to one organization. To use the API in another organization, create a separate token there.
Open API tokens
Switch to the organization you want the token to access, then go to Settings → API Tokens.
Name your token
Click New token and enter a Token name. Use a descriptive name (e.g., "GitHub Actions CI") so you can identify where each token is used.
Create and copy
Click Create token. The full token value appears once. Copy it immediately and save it somewhere safe.
Your token is now active and listed under API Tokens, scoped to the current organization.
Treat tokens like passwords. The full value appears once. Copy it now and store it somewhere safe. You can't retrieve it later.
See Use API tokens for authentication and revocation.