Mobbin Agent
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| mobbin_connectA | Launch a browser and connect to Mobbin. Restores saved session if available. Use headless=false for first-time login (so you can see the browser window). After connecting, use mobbin_login if not authenticated. |
| mobbin_loginA | Navigate to Mobbin login page and wait for the user to authenticate manually. The browser must be launched in non-headless mode (mobbin_connect with headless=false). Waits up to 5 minutes for login completion, then saves session cookies. |
| mobbin_navigateA | Navigate to a Mobbin URL and wait for the page to load. Returns page title and final URL. Known URL patterns: {"home":"https://mobbin.com","login":"https://mobbin.com/login","exploreWeb":"https://mobbin.com/explore/web","exploreMobile":"https://mobbin.com/explore/mobile","browseWebScreens":"https://mobbin.com/browse/web/screens","browseMobileScreens":"https://mobbin.com/browse/mobile/screens","browseWebFlows":"https://mobbin.com/browse/web/flows","browseMobileFlows":"https://mobbin.com/browse/mobile/flows"} Screen categories: home, dashboard, login, signup, onboarding, checkout, product-detail, browse-discover, search, settings-preferences, profile, chat-detail, notifications, loading, success, error, empty-state, pricing, payments, orders Flow categories: logging-in, signing-up, onboarding, adding-to-cart-bag, editing-profile, searching, filtering-sorting, subscribing-upgrading, chatting-sending-messages, sharing, uploading, booking Screen category URL: /explore/{mobile|web}/screens/{category} Flow category URL: /explore/{mobile|web}/flows/{category} Screen detail URL: /explore/screens/{UUID} |
| mobbin_screenshotA | Take a screenshot of the current browser viewport. Returns a PNG image. Use this to see what is currently displayed on the Mobbin page. |
| mobbin_extractA | Extract structured data from the current Mobbin page. Returns: page type, headings, all links (with Mobbin-specific filtering for screens/flows/apps/categories), all images (with design-relevant image filtering), and a text preview. Use this to understand page content without taking a screenshot. |
| mobbin_clickA | Click on an element in the current page. Provide one of: text (click element containing text), selector (CSS selector), or x+y coordinates. |
| mobbin_typeA | Type text into an input field. Optionally specify a CSS selector for the target input. Can press Enter after typing. |
| mobbin_scrollA | Scroll the current page up or down. Useful for loading more content (Mobbin uses infinite scroll). Returns scroll position. |
| mobbin_downloadA | Download one or more images by URL to the local filesystem. Images are saved to the downloads directory: mobbin-agent/data/downloads/ Returns the list of saved file paths. |
| mobbin_disconnectA | Close the browser and save the current session. The session can be restored on the next mobbin_connect call. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/ismailsaleekh/mobbin-agent'
If you have feedback or need assistance with the MCP directory API, please join our Discord server