General Tools
bananasplit.net
Generates QR codes for URLs, text, Wi-Fi networks, contacts, email, or SMS messages.
ENDPOINT 1
https://bananasplit.net/mcp
MCP server metadata
- Name
- bananasplit-qr
- Version
- 1.3.5
Use generate_qr to create static BananaSplit QR codes. ChatGPT shows an interactive BananaSplit QR studio from the tool result. After the tool returns, write a short caption only — do not rebuild the QR as markdown, ASCII, or a fake image. Do not fetch arbitrary websites. Do not pass raw QR payload strings. Default logo=none. Only set logo=banana when the user wants BananaSplit branding.
Known tools 1
generate_qrGenerate a QR code for a URL, text, Wi-Fi network, contact, email or SMS using BananaSplit.
Potential side effectsCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.bananasplit-qr]
url = "https://bananasplit.net/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"bananasplit-qr": {
"type": "http",
"url": "https://bananasplit.net/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: bananasplit-qr
Remote MCP URL: https://bananasplit.net/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"bananasplit-qr": {
"url": "https://bananasplit.net/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"bananasplit-qr": {
"type": "http",
"url": "https://bananasplit.net/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "bananasplit-qr",
"transport": "streamable-http",
"url": "https://bananasplit.net/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.