← Registry

General Tools

bina.et

MCP server for BinaSmart ride-hailing in Addis Ababa, enabling fare quotes, ride bookings, status tracking, cancellations, and place searches.

1 endpoint9 known toolsFirst detected September 3, 2026Last detected September 3, 2026

ENDPOINT 1

https://bina.et/mcp

No auth detected

MCP server metadata

Name
binasmart
Version
1.0.0
Capabilities
tools.listChanged
Server instructions

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_ride

Fixed upfront price for a ride inside Addis Ababa, Ethiopia — no surge, cash or telebirr/Chapa.

Inferred read-only
request_ride

Books a ride in Addis Ababa at the fixed fare from quote_ride.

Inferred read-only
get_ride_status

Current status of a BinaSmart ride (dispatching, assigned, arriving, arrived, ontrip, completed, cancelled) with driver name, vehicle and plate once assigned.

Inferred read-only
cancel_ride

Cancels a BinaSmart ride that has not started yet.

Inferred read-only
search_places

Find buildings, hotels, hospitals and shops in Addis Ababa listed on BinaSmart (bina.

Inferred read-only
list_events

Upcoming events on BinaSmart (concerts, cinema, festivals) in Addis Ababa with venue, start time, ticket price from and seats left.

Inferred read-only
get_hotel_rooms

Room types, nightly prices (ETB), capacity and amenities for a hotel listed on BinaSmart.

Inferred read-only
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.

Inferred read-only
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.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.