curl -H "Authorization: Bearer xoxb-your-token" https://slack.com/api/auth.test
where xoxb-your-token
should be replaced with your OAuth tokencurl -H "Authorization: Bearer xoxb-your-token" https://slack.com/api/conversations.list
where xoxb-your-token
is replaced with your OAuth tokenBearer <TOKEN>
, where <TOKEN>
is your Stripe API key. More info at: https://docs.stripe.com/mcp#bearer-token
Documentation
Bearer <TOKEN>
.
You’ll need to extract your Bearer token from the Server URL provided at https://mcp.zapier.com/mcp/servers > Connect
Your Server URL will look like: https://mcp.zapier.com/api/mcp/s/*****/mcp
Extract the starred section (*****) and use it in the authorization header you provide: Bearer *****
CIRCLECI_TOKEN
- CircleCI API Token, which can be created at https://app.circleci.com/settings/user/tokens. Make sure to copy the API token as soon as it is created. You won’t be able to see it again!CIRCLECI_BASE_URL
[Optional] - This is optional and is required for on-prem customers only. The default value is "https://circleci.com"
Bearer <TOKEN>
, where <TOKEN>
is your Square access token. More info at: https://developer.squareup.com/docs/build-basics/access-tokens
Documentation
FIRECRAWL_API_KEY
), which you can view and create at https://www.firecrawl.dev/app/api-keys.
Documentation
ES_URL
- ElasticSearch URL or endpoint, which can be found on the /overview page in Elasticsearch.ES_API_KEY
- ElasticSearch API key, which can be created on the /indices/index_details/<name>/data
page in Elasticsearch.ES_SSL_SKIP_VERIFY
is an optional environment variable. When set to true
, it skips SSL/TLS certificate verification when connecting to Elasticsearch.
Documentation