← Back to Plugins
MCP Server MCP

io.github.wmarceau/rideshare-comparison

github By github 👁 1 views ▲ 0 votes

Compare Uber and Lyft prices for any route

Homepage Verified source GitHub

Install

uvx rideshare-comparison-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "rideshare-comparison-mcp",
      "version": "1.0.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "URL of the rideshare comparison API",
          "name": "RIDESHARE_API_URL"
        },
        {
          "description": "API key for rideshare comparison service",
          "name": "RIDESHARE_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...