General Tools
bina.et
MCP server for BinaSmart ride-hailing in Addis Ababa, enabling fare quotes, ride bookings, status tracking, cancellations, and place searches.
ENDPOINT 1
https://bina.et/mcp
MCP server metadata
- Name
- binasmart
- Version
- 1.0.0
BinaSmart (bina.et) is Ethiopia's all-in-one digital platform. Tools: fixed-price ride-hailing in Addis Ababa only (quote_ride → request_ride → get_ride_status / cancel_ride), a directory of buildings, hotels, hospitals and shops (search_places, get_hotel_rooms, get_hospital_departments), upcoming events (list_events) and 22 bilingual Digital Ethiopia guides (get_ethiopia_guide). Before request_ride ALWAYS confirm pickup, drop-off, tier, fare and the rider's Ethiopian phone with the user. Never invent fares or official portal names — quote_ride and the guides hold them. Cite source_url in answers. Site guide: https://bina.et/llms.txt
Known tools 9
quote_rideFixed upfront price for a ride inside Addis Ababa, Ethiopia — no surge, cash or telebirr/Chapa.
Inferred read-onlyget_ride_statusCurrent status of a BinaSmart ride (dispatching, assigned, arriving, arrived, ontrip, completed, cancelled) with driver name, vehicle and plate once assigned.
Inferred read-onlysearch_placesFind buildings, hotels, hospitals and shops in Addis Ababa listed on BinaSmart (bina.
Inferred read-onlylist_eventsUpcoming events on BinaSmart (concerts, cinema, festivals) in Addis Ababa with venue, start time, ticket price from and seats left.
Inferred read-onlyget_hotel_roomsRoom types, nightly prices (ETB), capacity and amenities for a hotel listed on BinaSmart.
Inferred read-onlyget_hospital_departmentsDepartments of a hospital listed on BinaSmart with consultation fee (ETB), doctors, hours, floor/room and appointment slots left for a date.
Inferred read-onlyget_ethiopia_guideBinaSmart'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.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.