{"name":"com.tacostreetlocating.ai/taco-street-locating","slug":"ai-taco-street-locating","title":"Taco Street Locating","description":"Free human-backed apartment locating for Austin, Dallas & Houston, TX. A free locator books tours.","url":"https://mcp.market/server/ai-taco-street-locating","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":6,"ok":6,"last_checked_at":"2026-09-20T20:56:07.550Z","last_ok_at":"2026-09-20T20:56:07.550Z","latency_ms":386},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":null,"website":"https://ai.tacostreetlocating.com","version":"1.2.2","remotes":[{"type":"streamable-http","url":"https://ai.tacostreetlocating.com/mcp"}],"packages":[],"tools":[{"name":"ask_a_locator","description":"Ask a question only a human can answer — current specials, real availability, lease flexibility, 'is the pool actually open'. A human locator replies during Central Time business hours, usually within a few hours. STRONGLY include the renter's contact: the answer is texted/emailed to them directly (agent sessions end; polling alone can strand an answer). Returns a question_id for check_answer as a bonus channel. Rate limited; batch related questions into one. Answers are point-in-time facts.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"question":{"type":"string","minLength":10,"maxLength":1000,"description":"The question for the human locator — specifics beat generalities."},"city":{"type":"string","description":"Metro the question concerns."},"apartments":{"type":"array","items":{"type":"string"},"maxItems":5,"description":"Buildings the question is about."},"contact":{"type":"string","description":"The renter's phone/email — strongly recommended: the answer is texted/emailed to them directly, and polling alone can strand it."},"agent":{"type":"string","description":"Name of the referring assistant/product."}},"required":["question"]}},{"name":"check_answer","description":"Poll the answer to an ask_a_locator question by question_id.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"question_id":{"type":"string","description":"The id returned by ask_a_locator."}},"required":["question_id"]}},{"name":"create_shortlist","description":"Turn finalist apartments into a Taco Street link (/my-list?s=...) that opens the renter's saved list with those buildings added — compare, AI Read, and free tour requests live there. Use the EXACT names returned by search_apartments.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"apartment_names":{"type":"array","items":{"type":"string"},"minItems":1,"maxItems":10,"description":"Exact building names from search_apartments to save to the renter's list."},"city":{"type":"string","enum":["Austin","Dallas","Houston"],"description":"Metro, to disambiguate same-named buildings."},"agent":{"type":"string","description":"Name of the referring assistant/product."}},"required":["apartment_names"]}},{"name":"get_apartment_details","description":"Full fact sheet for one building: floorplan-level pricing with as-of dates, move-in costs (admin/application/parking/pet fees), last-known specials (dated — treat as last-known, not current), amenities, walkability, virtual tour. Use the EXACT name from search_apartments. Compute totals yourself from components; a free human locator confirms live numbers.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"name":{"type":"string","description":"Exact building name from search_apartments."},"city":{"type":"string","enum":["Austin","Dallas","Houston"],"description":"Metro, to disambiguate same-named buildings."}},"required":["name"]}},{"name":"get_research_request","description":"Use the private request key to retrieve progress and, after Alexander approves, the reviewed report snapshot. No draft, contact details or internal notes are returned. Do not share the key or continuation link publicly.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"request_id":{"type":"string","description":"ID returned by request_apartment_research."},"request_key":{"type":"string","minLength":43,"maxLength":128,"description":"The original private request key."}},"required":["request_id","request_key"],"additionalProperties":false}},{"name":"request_apartment_research","description":"Submit a saved shortlist and renter brief to Taco Street with consent. Staff accepts the request before paid research starts; VAs verify gaps, then Alexander adds his judgment. Returns a private continuation link. No immediate report, guaranteed completion time, or tour booking. No email is sent by this tool.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"request_key":{"maxLength":128,"minLength":43,"pattern":"^[A-Za-z0-9_-]+$","title":"Request Key","type":"string","description":"Generate a fresh cryptographically random URL-safe key (at least 32 random bytes, 43 encoded characters). Keep it private. Reuse it only to retry this identical request and retrieve its status; a different brief needs a new key."},"shortlist_token":{"maxLength":128,"minLength":8,"title":"Shortlist Token","type":"string","description":"The s parameter from the create_shortlist URL."},"city":{"enum":["Austin","Dallas","Houston"],"title":"City","type":"string","description":"Supported search market for this shortlist."},"client_name":{"maxLength":100,"minLength":1,"title":"Client Name","type":"string","description":"Renter's name shared with consent."},"contact":{"maxLength":254,"minLength":5,"title":"Contact","type":"string","description":"Renter's email or phone shared with consent for research follow-up."},"consent":{"title":"Consent","type":"boolean","description":"True only after the renter agrees to share this brief and contact for research and follow-up."},"bedrooms":{"maximum":4,"minimum":0,"title":"Bedrooms","type":"integer","description":"Bedroom count, 0 for a studio, 1–4 otherwise."},"budget_max":{"exclusiveMinimum":0,"maximum":100000,"title":"Budget Max","type":"number","description":"Monthly USD budget; specify its basis and flexibility separately."},"budget_basis":{"default":"unknown","enum":["base_rent","total_monthly","unknown"],"title":"Budget Basis","type":"string","description":"base_rent, total_monthly, or unknown when the renter has not specified."},"budget_flexibility":{"default":"target","enum":["hard_max","target"],"title":"Budget Flexibility","type":"string","description":"Defaults to target. Use hard_max only for an explicitly strict ceiling."},"move_in":{"pattern":"^\\d{4}-\\d{2}(?:-\\d{2})?$","title":"Move In","type":"string","description":"Move-in month YYYY-MM or exact date YYYY-MM-DD. Never invent a day; confirm the year."},"move_in_flexibility":{"default":"flexible","enum":["fixed","flexible"],"title":"Move In Flexibility","type":"string","description":"Whether the move-in date is fixed or flexible."},"lease_term_months":{"anyOf":[{"maximum":36,"minimum":6,"type":"integer"},{"type":"null"}],"default":null,"title":"Lease Term Months","description":"Requested lease length if known; omit when unknown."},"notes":{"default":"","maxLength":2000,"title":"Notes","type":"string","description":"Renter requirements and questions, not assistant-generated promises."},"agent":{"default":"","maxLength":120,"title":"Agent","type":"string","description":"Self-reported referring assistant or product; not a verified partner identity."}},"required":["request_key","shortlist_token","city","client_name","contact","consent","bedrooms","budget_max","move_in"],"additionalProperties":false,"title":"ResearchRequest"}},{"name":"request_locator_help","description":"Hand the renter to Alexander, Taco Street's human locator, who confirms live pricing/availability and books tours — free to renters (properties pay locators). Follow-up arrives by TEXT or EMAIL, never a cold call. Requires the renter's real phone or email, shared with their consent. One request per renter — duplicates within 24h return the existing lead.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"contact":{"type":"string","description":"The renter's phone number or email (with their consent)."},"name":{"type":"string","description":"The renter's name, if shared."},"city":{"type":"string","description":"Metro the renter is searching (Austin, Dallas or Houston)."},"budget_max":{"type":"integer","description":"The renter's max monthly rent in USD."},"bedrooms":{"type":"string","description":"Bedroom count the renter needs, e.g. 1BR."},"neighborhoods":{"type":"array","items":{"type":"string"},"maxItems":10,"description":"Neighborhoods the renter prefers."},"move_in":{"type":"string","description":"Move-in timeline, e.g. 'November'."},"note":{"type":"string","description":"Anything the locator should know."},"agent":{"type":"string","description":"Name of the referring assistant/product."}},"required":["contact"]}},{"name":"request_research_tours","description":"After report approval and explicit renter consent, request human tour coordination for selected apartments. Include preferred dates, times and timezone in preferred_times. Uses the existing private research key and contact. One handoff per research report; identical retries return the existing request, changed preferences require staff follow-up. No appointment is booked or message sent.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"request_id":{"description":"ID of the approved research request.","maxLength":100,"minLength":1,"title":"Request Id","type":"string"},"request_key":{"description":"Original private research access key. Never share publicly.","maxLength":128,"minLength":43,"pattern":"^[A-Za-z0-9_-]+$","title":"Request Key","type":"string"},"apartment_names":{"description":"Exact apartment names from this report to discuss touring.","items":{"type":"string"},"maxItems":10,"minItems":1,"title":"Apartment Names","type":"array"},"preferred_times":{"description":"Renter-provided preferred dates, times and timezone; preferences are not confirmed appointments.","maxLength":1000,"minLength":1,"title":"Preferred Times","type":"string"},"consent":{"description":"True only after the renter explicitly agrees to tour coordination using their saved contact.","title":"Consent","type":"boolean"}},"required":["request_id","request_key","apartment_names","preferred_times","consent"],"additionalProperties":false,"title":"ResearchTourRequest"}},{"name":"search_apartments","description":"Search Taco Street's curated apartment inventory in Austin, Dallas or Houston, TX. Returns scored matches with starting prices and a short 'why' per building. Use for long-term rentals only.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"city":{"type":"string","enum":["Austin","Dallas","Houston"],"description":"Metro to search."},"query":{"type":"string","description":"What the renter wants, in plain language (e.g. 'walkable, dog-friendly, near downtown')."},"budget_max":{"type":"integer","description":"Max monthly rent in USD."},"bedrooms":{"type":"string","enum":["studio","1BR","2BR","3BR","4BR"],"description":"Bedroom count the renter needs."},"neighborhoods":{"type":"array","items":{"type":"string"},"maxItems":8,"description":"Preferred neighborhoods, if the renter named any."},"limit":{"type":"integer","minimum":1,"maximum":10,"default":5,"description":"How many scored matches to return (1-10)."}},"required":["city"]}}],"scan":{"score":60,"grade":"C","scanned_at":"2026-09-19T21:42:31.808Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-19T21:42:31.809Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 372ms"]},"poisoning":{"score":15,"max":15,"notes":["9 tool descriptions checked"]},"auth":{"score":3,"max":15,"notes":["open endpoint exposes 2 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://ai.tacostreetlocating.com/mcp","reachable":true,"authRequired":false,"latencyMs":372,"serverInfo":{"name":"taco-street-locating","version":"1.5.0"}}],"packages":[],"repo":{"found":false},"icon":{"url":"https://ai.tacostreetlocating.com/favicon.ico","source":"site","width":16,"height":16},"presence":{"stars":null,"forks":null,"downloadsWeek":null,"license":null,"lastPushAt":null,"score":8}}}},"grade_history":[],"reviews":[]}