INDIVIDUAL MCP TOOL
quote_ride
Fixed upfront price for a ride inside Addis Ababa, Ethiopia — no surge, cash or telebirr/Chapa.
LIVE ENDPOINT
https://bina.et/mcp
Connect to this endpoint to inspect the live schema for quote_ride and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.binasmart]
url = "https://bina.et/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"binasmart": {
"type": "http",
"url": "https://bina.et/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: binasmart
Remote MCP URL: https://bina.et/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"binasmart": {
"url": "https://bina.et/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"binasmart": {
"type": "http",
"url": "https://bina.et/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "binasmart",
"transport": "streamable-http",
"url": "https://bina.et/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
request_ride— Books a ride in Addis Ababa at the fixed fare from quote_ride.get_ride_status— Current status of a BinaSmart ride (dispatching, assigned, arriving, arrived, ontrip, completed, cancelled) with driver name, vehicle and plate once assigned.cancel_ride— Cancels a BinaSmart ride that has not started yet.search_places— Find buildings, hotels, hospitals and shops in Addis Ababa listed on BinaSmart (bina.list_events— Upcoming events on BinaSmart (concerts, cinema, festivals) in Addis Ababa with venue, start time, ticket price from and seats left.get_hotel_rooms— Room types, nightly prices (ETB), capacity and amenities for a hotel listed on BinaSmart.get_hospital_departments— Departments of a hospital listed on BinaSmart with consultation fee (ETB), doctors, hours, floor/room and appointment slots left for a date.get_ethiopia_guide— BinaSmart's bilingual (Amharic + English) step-by-step guides to Ethiopian government and banking services: Fayda ID, telebirr, CBE Birr, e-Passport, eVisa, TIN, business licence, VAT/TOT, customs, driving licence, car import, Yellow Card, bank account, birth/marriage certificate, utility bills, rental agreements, tenant screening.