This feature is available for our pro and enterprise users only
Creating a MCP server endpoint
- Go to https://admin.superintern.ai/dashboard/team. Then click on MCP Servers

- Hit on create MCP server
- Agent is predetermined by the currently selected agent
- Choose a mode, this will choose give you a selector between your connected modes.
- Name your endpoint. For example, if your endpoint is my-awesome-mcp, then your mcp url will be https://api.superintern.ai/agent/async/mcp/my-awesome-mcp
- Choose an API key or leave it empty for public endpoints. If an API Key is chosen, the mcp must be accessed via that specific api key.
- After having created the mcp server, you should see the following. Just hit on Copy Settings and then you can use it in any MCP supported IDEs. E.g. cursor.

You can delete this anytime you want. The configuration looks like this:
"superintern-my-awesome-mcp": {
"url": "[<https://api.superintern.ai/agent/async/mcp/translator>](<https://api.superintern.ai/agent/async/mcp/my-awesome-mcp>)"
}
You can change superintern-my-awesome-mcp to whatever you want. It’s just a placeholder.