Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
BIXI_PASSWORDYesYour Bixi account password
BIXI_USERNAMEYesYour Bixi account username

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_stationsA

List all Bixi stations currently in service.

Returns: A list of stations, each with id, name, lat, and lng.

list_ridesA

List the current member's ride history.

Args: offset: Number of most-recent rides to skip, for pagination. Defaults to 0, which returns the full ride history.

Returns: A list of rides, most recent first.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/renaudb/bixi-mcp'

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