Skip to main content
Glama

Enhanced Web Scraper MCP Server

by JMRMEDEV

check_expo_dev_server

Verify Expo development server status and retrieve app information to ensure proper functionality during development and testing workflows.

Instructions

Check if Expo development server is running and get app status

Input Schema

NameRequiredDescriptionDefault
hostNoHost where Expo dev server is runninglocalhost
portNoPort where Expo dev server is running

Input Schema (JSON Schema)

{ "properties": { "host": { "default": "localhost", "description": "Host where Expo dev server is running", "type": "string" }, "port": { "default": 8081, "description": "Port where Expo dev server is running", "type": "number" } }, "type": "object" }

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/JMRMEDEV/amazon-q-web-scraper-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server