Skip to main content
Glama

MCP Uber Server

by 199-mcp
package.json1.09 kB
{ "name": "mcp-uber", "version": "1.0.2", "type": "module", "main": "dist/index.js", "bin": { "mcp-uber": "./dist/index.js" }, "repository": { "type": "git", "url": "git+https://github.com/199-biotechnologies/mcp-uber.git" }, "homepage": "https://github.com/199-biotechnologies/mcp-uber#readme", "bugs": { "url": "https://github.com/199-biotechnologies/mcp-uber/issues" }, "scripts": { "build": "tsc", "dev": "tsx watch src/index.ts", "start": "node dist/index.js", "prepare": "npm run build", "oauth-server": "tsx src/oauth-callback-server.ts" }, "keywords": [ "mcp", "uber", "ride-sharing" ], "author": "", "license": "ISC", "description": "MCP server for booking Uber rides", "dependencies": { "@modelcontextprotocol/sdk": "^1.12.3", "@types/express": "^5.0.3", "axios": "^1.10.0", "dotenv": "^16.5.0", "express": "^5.1.0", "zod": "^3.25.67" }, "devDependencies": { "@types/node": "^24.0.3", "nodemon": "^3.1.10", "tsx": "^4.20.3", "typescript": "^5.8.3" } }

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/199-mcp/mcp-uber'

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