Finger pushing
[location-weather id="1320728"]


Feeling hot? Try this new ice cream shop on Colorado Springs’ north side

MBs something sweet 01.jpeg

It’s all about family and community at Colorado Springs’ newest ice cream shop. At least that’s what the owners of MB’s Something Sweet, located at 15 Spectrum Loop in the bustling Northgate neighborhood, envision. 

The shop, founded by Scott and Katie Brown and Beth and Jeff McKiernan had a soft opening on July 3. Different from a normal ice cream shop, MB’s Something Sweet, named for the owners, specializes in rolled ice cream, which Brown said is made from fresh, locally sourced cream and other ingredients . 

It is not Colorado Springs’ first rolled ice cream shop, that would likely be the Ice Cream Lab, but that doesn’t bother Brown. He doesn’t necessarily think of them as competition since there is a Josh and John’s, voted by Gazette readers to be the best ice cream in town, just up the road. 

After close to 40 years, this fast-food restaurant has closed on Colorado Springs' east side
[inline_image src=”aHR0cHM6Ly9ibG94aW1hZ2VzLm5ld3lvcmsxLnZpcC50b3dubmV3cy5jb20vZ2F6ZXR0ZS5jb20vY29udGVudC90bmNtcy9hc3NldHMvdjMvZWRpdG9yaWFsLzgvOWYvODlmNzAzY2MtNWY3Ny00MWUwLTk2NzQtMTkzYWNmMjMxZTAwLzY4ODE3ZTI0ODUxMmEuaW1hZ2UuanBn” alt=”TUJzIHNvbWV0aGluZyBzd2VldCAwMy5qcGVn” caption=”TUIncyBTb21ldGhpbmcgU3dlZXQgb3BlbmVkIGl0cyBkb29ycyByb3VnaGx5IHR3byB3ZWVrcyBhZ28gYW5kIGlzIHNlcnZpbmcgdXAgcm9sbGVkIGljZSBjcmVhbSwgYWxzbyBrbm93biBhcyBzdGlyLWZyaWVkIGljZSBjcmVhbS4gKEFsZXggRWR3YXJkcy9UaGUgR2F6ZXR0ZSk=”]

MBs something sweet 03.jpeg

MB’s Something Sweet opened its doors roughly two weeks ago and is serving up rolled ice cream, also known as stir-fried ice cream. (Alex Edwards/The Gazette)



Inspired by Stir Pan in Breckenridge, Brown said he had been thinking of opening a similar ice cream shop since 2019. Different from regular ice cream, rolled ice cream is made in front of customers on a chilled plate and with fresh cream. Customers can build their own concoction, choosing a base of chocolate or vanilla and add up to three ingredients, or chose from the 12 options on the menu.

An added benefit, Brown said, is rolled ice cream has less sugar than scooped. Plus the process is more fun and engaging for customers. Seeing people engage with the preparation and creation of an ice cream treat at Stir Pan, and the excitement it brought kids and adults alike, seemed like a good fit for Colorado Springs, Brown said.

And as luck would have it, the McKiernans were all in on the idea as well.

Brown wants the shop to be a place where community can be built, not just a place to get ice cream. Being owned and operated by a pair of families has been crucial to the process, especially since it gives their kids a place to work and learn, he said.

[inline_image src=”aHR0cHM6Ly9ibG94aW1hZ2VzLm5ld3lvcmsxLnZpcC50b3dubmV3cy5jb20vZ2F6ZXR0ZS5jb20vY29udGVudC90bmNtcy9hc3NldHMvdjMvZWRpdG9yaWFsL2IvYTMvYmEzYjJkMDctZDkwYi00YTZmLTlhNjQtODU3ZTMzNDZjZDA3LzY4ODE3ZTJkNjllNzAuaW1hZ2UuanBnP3Jlc2l6ZT0xMzk2JTJDMTA0Nw==” alt=”TUJzIHNvbWV0aGluZyBzd2VldCBsZWFkLmpwZWc=” caption=”QmV0aCBNY0tpZXJuYW4gKGxlZnQpIGFuZCBTY290dCBCcm93biAocmlnaHQpIGFyZSB0d28gb2YgdGhlIG93bmVycyBvZiBNQidzIFNvbWV0aGluZyBTd2VldCwgYSBuZXcgcm9sbGVkIGljZSBjcmVhbSBzaG9wIHRoYXQgaGFzIG9wZW5lZCBpbiBDb2xvcmFkbyBTcHJpbmdzLiBOb3QgcGljdHVyZWQgYXJlIEplZmYgTWNLaWVybmFuLCBhIDI1KyB5ZWFyIG1lbWJlciBvZiB0aGUgVS5TLiBBaXIgRm9yY2UgYW5kIEthdGllIEJyb3duLiAoQWxleCBFZHdhcmRzL1RoZSBHYXpldHRlKQ==” credit=”QWxleGFuZGVyIEVkd2FyZHMsIGFsZXguZWR3YXJkc0BnYXpldHRlLmNvbQ==” credit_link=”Z2F6ZXR0ZS5jb20vdXNlcnMvcHJvZmlsZS9BbGV4JTIwRWR3YXJkcw==”]

MBs something sweet lead.jpeg

Beth McKiernan (left) and Scott Brown (right) are two of the owners of MB’s Something Sweet, a new rolled ice cream shop that has opened in Colorado Springs. Not pictured are Jeff McKiernan, a 25+ year member of the U.S. Air Force and Katie Brown. (Alex Edwards/The Gazette)






Sign Up For Free:

let pathVariable;
let pathVariable2;

function handleUrlPathSegment() {

const fullPath = window.location.pathname.toLowerCase();
if (fullPath.includes(‘/business/’)) {
pathVariable = ‘business’;
pathVariable2 = ‘Business Newsletter’;
} else if (fullPath.includes(‘/outdoors/’) || fullPath.includes(‘/outdoor/’)) {
pathVariable = ‘outdoors’;
pathVariable2 = ‘Outdoors Newsletter’;
} else if (fullPath.includes(‘/opinion/’)) {
pathVariable = ‘opinion’;
pathVariable2 = ‘Opinion Newsletter’;
} else if (fullPath.includes(‘politics’)) {
pathVariable = ‘politics’;
pathVariable2 = ‘Politics Newsletter’;
} else if (fullPath.includes(‘outtherecolorado’)) {
pathVariable = ‘outtherecolorado’;
pathVariable2 = ‘Out There Colorado Newsletter’;
} else {
pathVariable = ‘am-update’;
pathVariable2 = ‘AM Update Newsletter’;
}

console.log(`Current path: ${fullPath}`);
console.log(`Path variable set to: ${pathVariable}`);
console.log(`Path variable 2 set to: ${pathVariable2}`);

applyNewsletterName(pathVariable2);

return { pathVariable, pathVariable2 };
}

function applyNewsletterName(newsletterName) {

if (document.readyState === ‘loading’) {
document.addEventListener(‘DOMContentLoaded’, function() {
updateNewsletterElement(newsletterName);
});
} else {

updateNewsletterElement(newsletterName);
}
}

function updateNewsletterElement(newsletterName) {
const newsletterElement = document.getElementById(‘newsletterName’);

if (newsletterElement) {
newsletterElement.textContent = newsletterName;
console.log(`Updated #newsletterName element with: ${newsletterName}`);
} else {
console.warn(‘Element with ID #newsletterName not found in the DOM’);
}
}

function setupFormSubmitListener() {
function getFormattedDate() {
const now = new Date();

const timestamp = now.getTime();

console.log(‘chris: Using Unix timestamp’);
console.log(‘chris: Current time:’, now);
console.log(‘chris: Unix timestamp (ms):’, timestamp);

return timestamp;
}

const formattedDate = getFormattedDate();
var profile = window.blueConicClient.profile.getProfile();
profile.setValues(‘newsletter_category’, pathVariable);
profile.setValue(‘newsletter_signup_date’, formattedDate);
window.blueConicClient.profile.updateProfile(this, function() {
});
}

handleUrlPathSegment();
setupFormSubmitListener();

Success! Thank you for subscribing to our newsletter.

function subscribeSuccess() {
var nsltrform = document.querySelector(“#nsltr”);
var nsltrSuccess = document.querySelector(“#successnsltr”);

nsltrform.classList.add(“hideblock”);
nsltrSuccess.classList.remove(“hideblock”);
}

function validateEmail(email) {
return String(email)
.toLowerCase()
.match(
/^(([^()[]\.,;:s@”]+(.[^()[]\.,;:s@”]+)*)|(“.+”))@(([[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}])|(([a-zA-Z-0-9]+.)+[a-zA-Z]{2,}))$/
);
}

function validateEmailAddress() {
const result = document.querySelector(“#result”);
const email = document.querySelector(“#email”).value;

result.innerText = “”;

if(validateEmail(email)) {
newsletterSubscribe(email);
} else {
result.innerText = ‘The email entered: ‘ + email + ‘ is not valid :(‘;
result.style.color = “red”;
}
return false;
}

function newsletterSubscribe(email) {
fetch(“https://services.gazettedev.gazette.com/mg2-newsletters.php?action=subscribe&site=gazettedev.gazette.com&emailPreferenceId=79&email=” + email, {
method: “POST”
}).then(res => {
console.log(“SUCCESSFUL POST”);
subscribeSuccess();
});

}

#nsltr {
min-width: 100%;
margin: 10px 0;
padding: 10px 20px;
background-color: #0f69e9;

background-image: url(https://static.gazettedev.gazette.com/emails/circ/Audience%20Images/Gaztte%20Business.png);
background-size: cover;

}

#nsltr-header {
color: #ffffff
}
#nsltr-body {
text-align: center;
color: #ffffff
}
#nsltr-button {
margin-top: 5px;
}
#successnsltr {
min-width: 100%;
margin: 10px 0;
padding: 10px 20px;
background-color: green;
text-align: center;
color: white;
}

#successnsltr a {
color: white;
}

.hideblock {
display:none;
}

h6 a {
color: black;
text-decoration: none;
padding: 5px;
background-color: #bbccdd;
font-weight: 600;
}

Featured Local Savings

Excellent cuisine, stunning view worth the price at upscale hotel restaurant in Colorado Springs | Dining review

“To integrate our kids into the whole starting a business from scratch … It’s kind of neat to allow your child to learn and develop and to come work,” he said. “We made them go through the interview process, and I told them, ‘This is life experience and I want you to experience these things even though you technically are an owner.’”

The Browns are no strangers to starting a business, but this is their first time venturing into the ice cream sector. The pair own an Orangetheory Fitness gym near the Broadmoor and also run two State Farm offices, Brown said.

While some of the bureaucratic processes are the same, day-to-day operations of the business have presented specific challenges that neither would necessarily have had to face at their other jobs.

It’s very different, Brown said, but at the same time, that is what makes it fun.

As of Wednesday, there were no official plans for a grand opening . But the owners are working to get one scheduled, Brown said. 

At the core, Brown hopes MB’S Something Sweet can become and remain a strong community hub.

“We get an opportunity to start something from scratch and hope that we do a good job and doing good for the community,” he said “We want to make this a a very well-known community place, a place to bring your family, a place to have an experience and do other things.”

Hidden gem spot serves up piping hot meat pockets in Colorado Springs | Dining review


Ad block goes here

Sponsored Content