Does MCP server call any external OpenAI API? #357
Replies: 1 comment
-
MCP is a communication protocol that just defines how different components should talk to each other, so its really up to the implementation whether a given component would call an API, or follow the security guidelines defined in the MCP spec. So while MCP provides guidance on security boundaries, the actual data flow is determined by the components you implement or install, and how they're configured to operate. If the MCP servers you're using need to use an LLM and they use |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Pre-submission Checklist
Discussion Topic
I want to develop an application which consist of a Interface like Claud Desktop, MCP Server like OpenAPI which can connect to all my API yaml in my organisation's GitHub & the infrastructure where the APIs are running so users can query or execute the APIs by giving commands in Claud Desktop.
My question is, if I install all these components within my organisation's infrastructure, is there any point where MCP or any other component needs to call any external API like OpenAI API? I am more concerned from a security perspective and whether any internal data/code will be sent externally?
Beta Was this translation helpful? Give feedback.
All reactions