Mobbin Remote MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Mobbin Remote MCP Serverfind onboarding flow examples from fintech apps"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Mobbin Remote MCP Server
A lightweight, Docker-ready Model Context Protocol (MCP) remote server that connects OpenCode (and other MCP clients) to the Mobbin REST API using API Keys.
Features
No OAuth browser flow required: Connects directly via Mobbin REST API Key.
Docker & Docker Compose: 1-click deployment on VPS (Easypanel, Coolify, Dokku, Portainer).
Security First: Supports passing API Keys via environment variables (
MOBBIN_API_KEY) or dynamicAuthorization: Bearer <API_KEY>headers per request. No hardcoded credentials.OpenCode Ready: Compatible with OpenCode's
mcpremote server configuration.
Related MCP server: OpenAPI MCP Server
Quick Start (Local / Node.js)
Clone the repository and install dependencies:
npm installCopy
.env.exampleto.envand set your Mobbin API Key:cp .env.example .envStart the server:
npm start
Deploy with Docker
Build and run using Docker Compose:
docker compose up -d --buildOr deploy directly to Easypanel / Coolify:
Repository:
https://github.com/bridevmx/mobbin-mcp-serverBuild Type: Dockerfile or Docker Compose
Port:
3000Environment Variable:
MOBBIN_API_KEY:sk_your_mobbin_api_key
OpenCode Integration
In your opencode.json (or ~/.config/opencode/opencode.json), configure Mobbin as a remote MCP server:
{
"mcp": {
"mobbin": {
"type": "remote",
"url": "https://your-vps-domain.com/sse",
"enabled": true,
"headers": {
"Authorization": "Bearer sk_your_mobbin_api_key"
}
}
}
}If MOBBIN_API_KEY is already set as an environment variable in your VPS deployment, you can omit the headers field:
{
"mcp": {
"mobbin": {
"type": "remote",
"url": "https://your-vps-domain.com/sse",
"enabled": true
}
}
}Endpoints
GET /health- Health check.GET /sse- MCP Server-Sent Events stream entrypoint.POST /messages?sessionId=...- MCP protocol message handler.
License
MIT
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceA minimal, containerized MCP server that exposes a Streamable HTTP transport with API key authentication, allowing secure access to MCP endpoints.
- Alicense-qualityCmaintenanceA generic MCP server that dynamically converts OpenAPI-defined REST APIs into tools for LLMs like Claude. It supports multiple authentication methods and transport protocols, enabling seamless interaction with any OpenAPI-compliant API.17MIT
- Flicense-qualityDmaintenanceA standalone MCP server that exposes API endpoints as tools for AI assistants by proxying requests to a target API defined in an OpenAPI specification. It supports various authentication methods and utilizes Server-Sent Events (SSE) to facilitate integration with clients like Claude and ChatGPT.
- Alicense-qualityCmaintenanceA Node.js MCP server with custom OAuth 2.1 + PKCE authentication, enabling secure remote connections to LLMs like Claude and ChatGPT.85MIT
Related MCP Connectors
MCP server for Appcircle mobile CI/CD platform.
Self-hosted MCP gateway: turn any API, database or MCP server into AI connectors — no code.
MCP (Model Context Protocol) server for Appwrite
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/bridevmx/mobbin-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server