{"name":"et.bina/binasmart","slug":"binasmart","title":"BinaSmart","description":"Quote and book fixed-price rides in Addis Ababa, search the BinaSmart directory and Ethiopia guides","url":"https://mcp.market/server/binasmart","rating":null,"grade":"C","score":56,"certified":false,"status":"active","category":"search","tags":["search"],"presence":{"score":8,"stars":null,"forks":null,"downloads_week":null,"last_push_at":null,"license":null},"uptime":{"percent":86,"checks":7,"ok":6,"last_checked_at":"2026-09-21T03:01:01.193Z","last_ok_at":"2026-09-21T03:01:01.193Z","latency_ms":1851},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":null,"website":"https://bina.et/mcp","version":"1.0.0","remotes":[{"type":"streamable-http","url":"https://bina.et/mcp"}],"packages":[],"tools":[{"name":"cancel_ride","description":"Cancels a BinaSmart ride that has not started yet. Confirm with the user first. Needs the ride id and the rider phone used to book.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"ride_id":{"type":"string","minLength":5,"maxLength":40},"rider_phone":{"type":"string","minLength":9,"maxLength":20}},"required":["ride_id","rider_phone"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"find_pool_groups","description":"Cars currently filling within about 2.5 km of a point in Addis Ababa: destination, seats left, seat price, women-only flag, and a share url (https://bina.et/pool/<id>) the rider can open to join. Driver-opened cars at stations are listed first. Requires lat/lng.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"lat":{"type":"number","minimum":8.5,"maximum":9.5,"description":"Latitude"},"lng":{"type":"number","minimum":38.4,"maximum":39.2,"description":"Longitude"}},"required":["lat","lng"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_ethiopia_guide","description":"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, Labor ID and LMIS registration and the COC occupational competency certificate (Overseas Employment Proclamation 1389/2025), rental agreements, tenant screening. Call with no slug to list guides; call with a slug for the full text. The guides hold the correct official names and links — prefer them over guessing.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"slug":{"type":"string","description":"Guide slug from the list, e.g. tin-registration-ethiopia"}},"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_hospital_departments","description":"Departments of a hospital listed on BinaSmart with consultation fee (ETB), doctors, hours, floor/room and appointment slots left for a date. Use the slug from search_places (is_hospital = true).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"slug":{"type":"string","minLength":1,"maxLength":60,"description":"Hospital slug from search_places"},"date":{"type":"string","pattern":"^\\d{4}-\\d{2}-\\d{2}$","description":"YYYY-MM-DD (default today)"}},"required":["slug"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_hotel_rooms","description":"Room types, nightly prices (ETB), capacity and amenities for a hotel listed on BinaSmart. Use the slug from search_places (is_hotel = true).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"slug":{"type":"string","minLength":1,"maxLength":60,"description":"Hotel slug from search_places"}},"required":["slug"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_news_article","description":"The full text of a single BinaSmart news article by its slug from list_news.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"slug":{"type":"string","minLength":1,"maxLength":120,"description":"Article slug from list_news"}},"required":["slug"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_ride_status","description":"Current status of a BinaSmart ride (dispatching, assigned, arriving, arrived, ontrip, completed, cancelled) with driver name, vehicle and plate once assigned. Needs the ride id and the rider phone used to book.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"ride_id":{"type":"string","minLength":5,"maxLength":40},"rider_phone":{"type":"string","minLength":9,"maxLength":20}},"required":["ride_id","rider_phone"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_tender","description":"The full text of a single tender notice on BinaSmart, by its slug from list_tenders: requirements, bid bond, where and when to submit, and the link to the original notice.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"slug":{"type":"string","minLength":1,"maxLength":120,"description":"Tender slug from list_tenders"}},"required":["slug"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"list_events","description":"Upcoming films, concerts, theatre and events on BinaSmart in Addis Ababa with venue, hall, start time, prices per tier and seats left. Seats are chosen and paid at the url returned (Chapa or at the counter); the ticket is a QR code.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"list_films","description":"Licensed Amharic (Ethiopian) films that can be watched online on BinaSmart Watch (bina.et/watch): title in Amharic and English, year, genre, whether it is free or rented for 48 hours (ETB), and the watch url. Free titles are public YouTube releases played through the YouTube player; rentals need Chapa. Optional search by title or genre.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"type":"string","maxLength":60,"description":"Title (Amharic or English) or genre to filter by; omit for the latest films"},"limit":{"type":"integer","minimum":1,"maximum":50,"description":"Max films, default 20"}},"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"list_news","description":"Recent articles from BinaSmart news (bina.et/news), mostly in Amharic: technology, business, law, real estate, construction and employment in Ethiopia. Returns the headline, a short excerpt and the url — call get_news_article for the full text.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"type":"string","maxLength":80,"description":"Keyword in the headline or excerpt, English or Amharic. Omit for the newest articles."},"category":{"type":"string","maxLength":40,"description":"Category filter, matched loosely: ቴክኖሎጂ technology, ንግድ business, ሕግ law, ሪል እስቴት real estate, ግንባታ construction, ቅጥር employment, መመሪያ guides."},"limit":{"type":"integer","minimum":1,"maximum":50,"description":"Max articles, default 15"}},"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"list_pool_corridors","description":"BinaPool (ጋራ ጉዞ) is BinaSmart's shared commute in Addis Ababa: up to four riders share one Comfort car and pay per seat. Lists the corridors open right now (Megenagna → Bole, CMC → Bole, Megenagna → Kazanchis, Piassa → Kazanchis, Mexico → Kazanchis; inbound until 13:00 Addis time, outbound after) with their stops, the live seat-price ladder (1–4 riders) and cars currently filling. Riders join at https://bina.et/ride?pool=1.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"lat":{"type":"number","minimum":8.5,"maximum":9.5,"description":"Rider latitude, to sort by distance"},"lng":{"type":"number","minimum":38.4,"maximum":39.2,"description":"Rider longitude"}},"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"list_tender_categories","description":"The categories of tender open on BinaSmart right now and how many are in each — useful before calling list_tenders with a category filter.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"list_tenders","description":"Public tender and procurement notices in Ethiopia listed on BinaSmart (bina.et/tenders): the issuing organisation, what is wanted, the deadline and days left, budget when stated, and a link to the original notice. Banks, government bodies, NGOs and World Bank–financed projects. Open tenders only unless include_closed is set. Search by keyword (English or Amharic) and filter by category such as Supply, Construction, Consultancy, Services, Transport.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"type":"string","maxLength":80,"description":"Keyword in the title, organisation or summary — English or Amharic. Omit for the tenders closing soonest."},"category":{"type":"string","maxLength":40,"description":"Category filter, matched loosely: Supply / አቅርቦት, Construction / ግንባታ, Consultancy / ማማከር, Services / አገልግሎት, Transport / ትራንስፖርት, Disposal auction / ሽያጭ ጨረታ. Use list_tender_categories to see what is open now."},"include_closed":{"type":"boolean","description":"Include tenders whose deadline has passed (default false)"},"limit":{"type":"integer","minimum":1,"maximum":50,"description":"Max tenders, default 20"}},"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"quote_ride","description":"Fixed upfront price for a ride inside Addis Ababa, Ethiopia — no surge, cash or telebirr/Chapa. Returns distance, ETA and the fare for every vehicle tier (moto, bajaj, economy, comfort, XL). Call this before request_ride and read the fare to the user.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"pickup":{"type":"string","minLength":2,"maxLength":120,"description":"Pickup: a place name in Addis Ababa (e.g. \"Edna Mall\", \"Bole Airport\", \"Piassa\") or \"lat,lng\" like \"9.0108,38.7578\"."},"dropoff":{"type":"string","minLength":2,"maxLength":120,"description":"Drop-off: a place name in Addis Ababa (e.g. \"Edna Mall\", \"Bole Airport\", \"Piassa\") or \"lat,lng\" like \"9.0108,38.7578\"."}},"required":["pickup","dropoff"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"request_ride","description":"Books a ride in Addis Ababa at the fixed fare from quote_ride. ALWAYS confirm pickup, drop-off, tier, fare and the rider's Ethiopian phone number with the user before calling. A dispatcher assigns a driver; the rider is contacted on the phone given. Returns the ride id and a live tracking link. To book for someone else (e.g. a relative in Addis while you are abroad), pass passenger_name and passenger_phone; rider_name/rider_phone are then the booker and may be a foreign number.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"tier":{"type":"string","enum":["moto","bajaj","economy","comfort","xl"],"description":"Vehicle tier from quote_ride"},"pickup":{"type":"string","minLength":2,"maxLength":120,"description":"Pickup: a place name in Addis Ababa (e.g. \"Edna Mall\", \"Bole Airport\", \"Piassa\") or \"lat,lng\" like \"9.0108,38.7578\". Prefer the pickup_coords from quote_ride."},"dropoff":{"type":"string","minLength":2,"maxLength":120,"description":"Drop-off: a place name in Addis Ababa (e.g. \"Edna Mall\", \"Bole Airport\", \"Piassa\") or \"lat,lng\" like \"9.0108,38.7578\". Prefer the dropoff_coords from quote_ride."},"rider_name":{"type":"string","minLength":1,"maxLength":60,"description":"Rider's name (or the booker's name when booking for someone else)"},"rider_phone":{"type":"string","minLength":9,"maxLength":20,"description":"Ethiopian mobile: 09XXXXXXXX or +2519XXXXXXXX (any number if booking for someone else)"},"payment_method":{"type":"string","enum":["cash","chapa"],"description":"cash (default) or chapa (telebirr/card link)"},"passenger_name":{"type":"string","minLength":1,"maxLength":60,"description":"Book for someone else: the passenger's name (the driver calls the passenger)"},"passenger_phone":{"type":"string","minLength":9,"maxLength":20,"description":"Book for someone else: the passenger's Ethiopian mobile (09… or +2519…)"}},"required":["tier","pickup","dropoff","rider_name","rider_phone"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"search_knowledge","description":"Semantic search over BinaSmart's knowledge base: every service (BinaRide, BinaPool shared commute, Bina Airport, hotels, cinema, BinaWatch, insurance, flights, property, cars, tenders), the product rules (fixed fares, what is demo, payments), the 24 Digital Ethiopia guides, and practical Addis Ababa knowledge (neighbourhoods, transport hubs, Ethiopian time and calendar, emergency numbers). Returns the best-matching passages with a source url to cite. Use it before answering any question about BinaSmart, Ethiopia paperwork or getting around Addis; never invent a fare or an official portal name.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"type":"string","minLength":2,"maxLength":300,"description":"Question or keywords, English or Amharic"},"k":{"type":"integer","minimum":1,"maximum":8,"description":"How many passages (default 4)"}},"required":["query"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"search_places","description":"Find buildings, hotels, hospitals and shops in Addis Ababa listed on BinaSmart (bina.et): cafés, restaurants, pharmacies, banks, gyms, salons, clinics, offices. Returns names (English + Amharic), building and unit, the phone only for shops that have claimed their listing, coordinates when known (usable as pickup/dropoff for quote_ride), and the bina.et page. Hotels and hospitals are flagged — use get_hotel_rooms / get_hospital_departments for details.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"type":"string","minLength":1,"maxLength":80,"description":"Name or part of a name, English or Amharic"},"category":{"type":"string","description":"Shop category filter: cafe | restaurant | pharmacy | retail | service | gym | salon | clinic | bank | office | other"},"limit":{"type":"integer","minimum":1,"maximum":25,"description":"Max results per kind (default 8)"}},"required":["query"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}}],"scan":{"score":56,"grade":"C","scanned_at":"2026-09-20T16:18:59.251Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-20T16:18:59.198Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":17,"max":20,"notes":["remote reachable in 3386ms"]},"poisoning":{"score":15,"max":15,"notes":["18 tool descriptions checked"]},"auth":{"score":3,"max":15,"notes":["open endpoint exposes 1 write-action tools with no auth"]},"maintenance":{"score":3,"max":15,"notes":["no repository listed"]},"identity":{"score":4,"max":10,"notes":["verified namespace with website, no repo"]}},"findings":[{"id":"auth.open-write","severity":"high","component":"auth","title":"Write-action tools reachable without authentication"},{"id":"maint.no-repo","severity":"low","component":"maintenance","title":"No source repository listed"}],"inputs":{"probes":[{"url":"https://bina.et/mcp","reachable":true,"authRequired":false,"latencyMs":3386,"serverInfo":{"name":"binasmart","version":"1.0.0"}}],"packages":[],"repo":{"found":false},"icon":{"url":"https://bina.et/icon-192.png","source":"site","width":192,"height":192},"presence":{"stars":null,"forks":null,"downloadsWeek":null,"license":null,"lastPushAt":null,"score":8}}}},"grade_history":[],"reviews":[]}