Skip to content

Commit a12f036

Browse files
irvinebroquecmsparks
authored andcommitted
Add OpenAI Responses API to readme
Explain how to generate a **user** API token and provide it to the OpenAI responses API.
1 parent a640ca2 commit a12f036

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,14 @@ If your client does not yet support remote MCP servers, you will need to set up
4545
}
4646
```
4747

48+
## Using Cloudflare's MCP servers from the OpenAI Responses API
49+
50+
To use one of Cloudflare's MCP servers with [OpenAI's responses API](https://openai.com/index/new-tools-and-features-in-the-responses-api/), you will need to provide the Responses API with a **user** API token (not an Account API token) that has the scopes (permissions) required for that particular MCP server.
51+
52+
For example, to use the [Browser Rendering MCP server](https://github.com/cloudflare/mcp-server-cloudflare/tree/main/apps/browser-rendering) with OpenAI, create a user API token in the Cloudflare dashboard [here](https://dash.cloudflare.com/profile/api-tokens), with the following permissions:
53+
54+
<img width="937" alt="Screenshot 2025-05-21 at 10 38 02 AM" src="https://github.com/user-attachments/assets/872e253f-23ce-43b3-983c-45f9d0f66100" />
55+
4856
## Need access to more Cloudflare tools?
4957

5058
We're continuing to add more functionality to this remote MCP server repo. If you'd like to leave feedback, file a bug or provide a feature request, [please open an issue](https://github.com/cloudflare/mcp-server-cloudflare/issues/new/choose) on this repository

0 commit comments

Comments
 (0)