{"name":"com.letshum/internet-availability","slug":"letshum-internet-availability","title":"Hum Internet Availability","description":"Check internet providers, plans, speeds, and known pricing at a specific U.S. street address.","url":"https://mcp.market/server/letshum-internet-availability","rating":null,"grade":"C","score":60,"certified":false,"status":"active","category":"other","tags":[],"presence":{"score":8,"stars":null,"forks":null,"downloads_week":null,"last_push_at":null,"license":null},"uptime":{"percent":100,"checks":20,"ok":20,"last_checked_at":"2026-09-24T06:25:47.778Z","last_ok_at":"2026-09-24T06:25:47.778Z","latency_ms":254},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":null,"website":"https://letshum.com","version":"1.3.0","remotes":[{"type":"streamable-http","url":"https://mcp.letshum.com/mcp"}],"packages":[],"tools":[{"name":"check_availability","description":"Start with {address}; continue only with a returned candidate_id and requested unit, {lookup_id} to poll, or the current question_set_id and answers. FCC findings are area-level evidence. Select only returned executable offer_id values.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"address":{"anyOf":[{"maxLength":300,"minLength":1,"type":"string"},{"type":"null"}],"default":null,"title":"Address"},"candidate_id":{"anyOf":[{"maxLength":2048,"minLength":1,"type":"string"},{"type":"null"}],"default":null,"title":"Candidate Id"},"unit":{"anyOf":[{"maxLength":100,"minLength":1,"type":"string"},{"type":"null"}],"default":null,"title":"Unit"},"lookup_id":{"anyOf":[{"maxLength":256,"minLength":1,"type":"string"},{"type":"null"}],"default":null,"title":"Lookup Id"},"question_set_id":{"anyOf":[{"maxLength":256,"minLength":1,"type":"string"},{"type":"null"}],"default":null,"title":"Question Set Id"},"answers":{"anyOf":[{"additionalProperties":true,"type":"object"},{"type":"null"}],"default":null,"title":"Answers"}},"title":"check_availabilityArguments","additionalProperties":false}},{"name":"create_order","description":"Only after presenting the current review and obtaining authorization for its terms_hash, commit with its validation_token and one stable idempotency_key. After a lost or uncertain response, call get_order first; do not blindly resubmit.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"checkout_id":{"maxLength":256,"minLength":1,"title":"Checkout Id","type":"string"},"validation_token":{"maxLength":256,"minLength":1,"title":"Validation Token","type":"string"},"idempotency_key":{"maxLength":128,"minLength":1,"title":"Idempotency Key","type":"string"},"confirmation":{"$ref":"#/$defs/Confirmation"}},"required":["checkout_id","validation_token","idempotency_key","confirmation"],"$defs":{"Confirmation":{"additionalProperties":false,"properties":{"terms_hash":{"maxLength":256,"minLength":1,"title":"Terms Hash","type":"string"},"confirmed":{"const":true,"title":"Confirmed","type":"boolean"}},"required":["terms_hash","confirmed"],"title":"Confirmation","type":"object"}},"title":"create_orderArguments","additionalProperties":false}},{"name":"get_order","description":"Retrieve recorded fulfillment evidence with checkout_id, especially after a lost or uncertain create_order response. Public statuses do not prove ISP acceptance or installation confirmation.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"checkout_id":{"maxLength":256,"minLength":1,"title":"Checkout Id","type":"string"}},"required":["checkout_id"],"title":"get_orderArguments","additionalProperties":false}},{"name":"validate_order","description":"Start with {lookup_id, offer_id}; resume with checkout_id, adding the exact expected_revision and requested details when required. Refreshes the offer and returns the exact review without creating an order or contacting fulfillment.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"lookup_id":{"anyOf":[{"maxLength":256,"minLength":1,"type":"string"},{"type":"null"}],"default":null,"title":"Lookup Id"},"offer_id":{"anyOf":[{"maxLength":256,"minLength":1,"type":"string"},{"type":"null"}],"default":null,"title":"Offer Id"},"checkout_id":{"anyOf":[{"maxLength":256,"minLength":1,"type":"string"},{"type":"null"}],"default":null,"title":"Checkout Id"},"expected_revision":{"anyOf":[{"minimum":1,"type":"integer"},{"type":"null"}],"default":null,"title":"Expected Revision"},"details":{"anyOf":[{"$ref":"#/$defs/OrderDetails"},{"type":"null"}],"default":null}},"$defs":{"BillingPreferences":{"additionalProperties":false,"properties":{"paperless_billing":{"anyOf":[{"type":"boolean"},{"type":"null"}],"default":null,"title":"Paperless Billing"},"auto_pay":{"anyOf":[{"type":"boolean"},{"type":"null"}],"default":null,"title":"Auto Pay"}},"title":"BillingPreferences","type":"object"},"CustomerDetails":{"additionalProperties":false,"properties":{"first_name":{"anyOf":[{"maxLength":100,"type":"string"},{"type":"null"}],"default":null,"title":"First Name"},"last_name":{"anyOf":[{"maxLength":100,"type":"string"},{"type":"null"}],"default":null,"title":"Last Name"},"email":{"anyOf":[{"maxLength":254,"type":"string"},{"type":"null"}],"default":null,"title":"Email"},"phone_number":{"anyOf":[{"maxLength":40,"type":"string"},{"type":"null"}],"default":null,"title":"Phone Number"},"service_pin":{"anyOf":[{"pattern":"^\\d{4}$","type":"string"},{"type":"null"}],"default":null,"title":"Service Pin"},"date_of_birth":{"anyOf":[{"format":"date","type":"string"},{"type":"null"}],"default":null,"title":"Date Of Birth"},"preferences":{"anyOf":[{"$ref":"#/$defs/BillingPreferences"},{"type":"null"}],"default":null},"mailing_address":{"anyOf":[{"$ref":"#/$defs/MailingAddress"},{"type":"null"}],"default":null}},"title":"CustomerDetails","type":"object"},"InstallationChoice":{"additionalProperties":false,"properties":{"date":{"anyOf":[{"format":"date","type":"string"},{"type":"null"}],"default":null,"title":"Date"},"time_window":{"anyOf":[{"maxLength":100,"type":"string"},{"type":"null"}],"default":null,"title":"Time Window"}},"title":"InstallationChoice","type":"object"},"InstallationDetails":{"additionalProperties":false,"properties":{"type":{"anyOf":[{"enum":["self","professional","no_preference"],"type":"string"},{"type":"null"}],"default":null,"title":"Type"},"desired_service_start_date":{"anyOf":[{"format":"date","type":"string"},{"type":"null"}],"default":null,"title":"Desired Service Start Date"},"preferred_dates":{"anyOf":[{"$ref":"#/$defs/PreferredDates"},{"type":"null"}],"default":null}},"title":"InstallationDetails","type":"object"},"MailingAddress":{"additionalProperties":false,"properties":{"same_as_service":{"anyOf":[{"type":"boolean"},{"type":"null"}],"default":null,"title":"Same As Service"},"line1":{"anyOf":[{"maxLength":300,"type":"string"},{"type":"null"}],"default":null,"title":"Line1"},"line2":{"anyOf":[{"maxLength":100,"type":"string"},{"type":"null"}],"default":null,"title":"Line2"},"city":{"anyOf":[{"maxLength":100,"type":"string"},{"type":"null"}],"default":null,"title":"City"},"state":{"anyOf":[{"pattern":"^[A-Z]{2}$","type":"string"},{"type":"null"}],"default":null,"title":"State"},"postal_code":{"anyOf":[{"pattern":"^\\d{5}(?:-\\d{4})?$","type":"string"},{"type":"null"}],"default":null,"title":"Postal Code"}},"title":"MailingAddress","type":"object"},"OrderDetails":{"additionalProperties":false,"properties":{"customer":{"anyOf":[{"$ref":"#/$defs/CustomerDetails"},{"type":"null"}],"default":null},"installation":{"anyOf":[{"$ref":"#/$defs/InstallationDetails"},{"type":"null"}],"default":null},"consents":{"anyOf":[{"additionalProperties":{"type":"boolean"},"type":"object"},{"type":"null"}],"default":null,"title":"Consents"}},"title":"OrderDetails","type":"object"},"PreferredDates":{"additionalProperties":false,"properties":{"first":{"anyOf":[{"$ref":"#/$defs/InstallationChoice"},{"type":"null"}],"default":null},"second":{"anyOf":[{"$ref":"#/$defs/InstallationChoice"},{"type":"null"}],"default":null}},"title":"PreferredDates","type":"object"}},"title":"validate_orderArguments","additionalProperties":false}}],"scan":{"score":60,"grade":"C","scanned_at":"2026-09-21T05:09:18.028Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-21T05:09:18.011Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 505ms"]},"poisoning":{"score":15,"max":15,"notes":["4 tool descriptions checked"]},"auth":{"score":3,"max":15,"notes":["open endpoint exposes 3 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://mcp.letshum.com/mcp","reachable":true,"authRequired":false,"latencyMs":505,"serverInfo":{"name":"com.letshum/broadband","version":"2.0.1"}}],"packages":[],"repo":{"found":false},"icon":{"url":"https://letshum.com/favicon.png","source":"registry","width":32,"height":32},"presence":{"stars":null,"forks":null,"downloadsWeek":null,"license":null,"lastPushAt":null,"score":8}}}},"grade_history":[],"reviews":[]}