KC Cormack

KC Cormack

KC Cormack

Get to Know Me

KC Cormack is a professional agent with over 15 years of experience in the San Francisco real estate market. Throughout his career, KC has earned accolades from numerous clients for his hard work, diligence, and dedication to their needs. His formidable negotiation skills and local expertise deliver outstanding results for clients in all market conditions.
 
KC provides expert, custom-tailored strategies to San Francisco home sellers. His services include home staging advice, professional photography, global web marketing, a website for each listing, and much more. His extensive network of service professionals includes craftsmen, contractors, and interior specialists who can help sellers prepare their homes for superior offers.
 
Home buyers also benefit from KC’s experience and guidance. KC is well-versed in the San Francisco Mayor’s Office of Housing BMR Program, and he has a network of lenders to help buyers obtain financing. His local knowledge enables buyers to find opportunities in San Francisco’s highly competitive market. His negotiation skills help them create compelling offers.
 
KC’s professional credentials and affiliations include: 
 
  • Top Producer 2008, 2010, 2012-2015, 2017-2020
  • Member of the National Association of REALTORS®
  • Member of the California Association of REALTORS®
  • Member of the San Francisco Association of REALTORS®
  • Degree in Business Economics from the University of California Santa Barbara
In his free time, KC is a working musician who plays guitar at venues all over Northern California. A devoted gourmand, you can often find him at one of the many fine dining establishments in San Francisco. He enjoys cooking meals at home using locally-sourced ingredients. KC also enjoys spending time with family and friends, as well as going for hikes and reading good books.

 

Browse My Listings

Start Your Property Search

Home Search

Proven. Trusted. Local.

One of San Francisco’s premier, top-ranking legacy real estate firms, established in 1952, serving generations of clients across every neighborhood, with deep expertise throughout the Bay Area. Connect with us to navigate your next move with confidence.
(function () { if (!window.location.pathname.match(/\/neighborhoods\/?$/)) return; var PAGE_KEY = 'b7f9b916c6924fe7b6a0f6543f36857c'; if (new URLSearchParams(window.location.search).get(PAGE_KEY)) return; var PRIORITY = ['west-portal', 'marina', 'forest-hill', 'sunset', 'st-francis-wood']; function loadPage(n) { return fetch('/neighborhoods?' + PAGE_KEY + '=' + n) .then(function (r) { return r.text(); }) .then(function (html) { var doc = new DOMParser().parseFromString(html, 'text/html'); return Array.from(doc.querySelectorAll('.grid-item')); }) .catch(function () { return []; }); } function reorder() { var grid = document.querySelector('.items.data-container'); if (!grid) return; var current = Array.from(grid.querySelectorAll('.grid-item')); Promise.all([loadPage(2), loadPage(3), loadPage(4)]).then(function (pages) { var all = current.concat(pages[0], pages[1], pages[2]); // Deduplicate by href var seen = {}; var unique = all.filter(function (item) { var href = (item.querySelector('a') || {}).getAttribute('href') || ''; if (seen[href]) return false; seen[href] = true; return true; }); // Sort: priority first, rest alphabetical unique.sort(function (a, b) { var sA = ((a.querySelector('a') || {}).getAttribute('href') || '').replace('/neighborhoods/', ''); var sB = ((b.querySelector('a') || {}).getAttribute('href') || '').replace('/neighborhoods/', ''); var iA = PRIORITY.indexOf(sA); var iB = PRIORITY.indexOf(sB); if (iA !== -1 && iB !== -1) return iA - iB; if (iA !== -1) return -1; if (iB !== -1) return 1; return sA.localeCompare(sB); }); // Rebuild grid with first 6 grid.innerHTML = ''; unique.slice(0, 6).forEach(function (item) { grid.appendChild(item); }); }); } if (document.readyState === 'loading') { document.addEventListener('DOMContentLoaded', reorder); } else { reorder(); } })();