gorse
Data On Tap Inc. is a Full MVNO operating network 302 100 in Canada. This is DOT's code repository. It includes advanced security and authentication, various connectivity tools, intelligence, including smart network reservations, eSIM/iSIM, bootstrap wireless connectivity, D2C satellite, frameworks and concepts to build on. OpenAPI 3.1. MCP server.
Overview
Gorse is a code repository for Data On Tap Inc., a Full MVNO operating network in Canada, providing advanced security, authentication, and various connectivity tools.
Developers can access the Gorse repository on GitHub to utilize its frameworks and tools for building connectivity solutions.
- Advanced security and authentication mechanisms - Smart network reservations - Support for eSIM/iSIM technology - Bootstrap wireless connectivity - D2C satellite integration - OpenAPI 3.1 compliant MCP server
- Building secure mobile network applications
- Implementing eSIM/iSIM solutions for mobile devices
- Developing connectivity tools for satellite communications
Add to your AI client
Use these steps to connect gorse in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"gorse-dataontap": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-gorse-dataontap"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"gorse-dataontap": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-gorse-dataontap"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"gorse-dataontap": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-gorse-dataontap"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"gorse-dataontap": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-gorse-dataontap"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"gorse-dataontap": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-gorse-dataontap"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"gorse-dataontap": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-gorse-dataontap"
]
}
}
}FAQ
What is a Full MVNO?
A Full MVNO operates its own core network and has full control over its services, unlike a Mobile Virtual Network Operator (MVNO) that relies on another operator's infrastructure.
Is Gorse open source?
Yes! Gorse is available on GitHub under the MIT license, allowing developers to contribute and modify the code.
How can I contribute to Gorse?
You can contribute by forking the repository, making changes, and submitting a pull request on GitHub.