MCPMarketDocs
API Tokens

Use API tokens

Authenticate API requests with MCP Market and track token usage.

Once you've created a token, you can use it to authenticate API requests and monitor its activity.

Bearer authentication

Include your token in the Authorization header of HTTP requests:

Authorization: Bearer sk_user_your_token_here

With cURL:

curl -H "Authorization: Bearer sk_user_..." https://app.mcpmarket.com/api/v1/me

Tracking token usage

The API Tokens page lists all your tokens with their name, prefix (for identification), and creation date. Each token shows when it was last used.

Revoking a token

Find the token

Go to API Tokens and find the token in the list.

Revoke

Open the row menu, click Revoke token, and confirm.

The token stops working immediately. Any running scripts or integrations using it will fail and need to be updated.

On this page