

# Event Details

- **Event Name**: Putting AI to Work: What the Heck is an MCP Server?
- **Event Start and End Date**: Wed, 01 Oct, 2025 at 05:00 pm – Wed, 01 Oct, 2025 at 07:00 pm
- **Event Description**: Everyone’s talking about AI right now, but here’s the real question: how do you actually hook it up to your own .NET apps and services without duct tape and magic? That’s where the Model Context Protocol (MCP) comes in. It’s an open standard that makes it dead simple to connect large language models (LLMs) with real-world tools, APIs, and data. Think of it like ODBC, but for AI. We’ll keep things casual and interactive, but are a few of the things we’ll aim to do in our session:\- Demystify what MCP servers are \(in plain English\)\- Show how \.NET developers can spin up their own\- Walk through real scenarios where this stuff is genuinely useful\- Hook up and experiment with an existing MCP Server to see what we can build \(and break\) No AI PhD required. If you’ve ever built an API in .NET, you’ll get it. Come hang out, learn something new, and leave with ideas for how to make your apps a little smarter (and your job a little easier). A huge thanks to our friends at Arrive Logistics who have offered to host our event this month in their offices. ✨✨✨
- **Event URL**: https://allevents.in/chicago/putting-ai-to-work-what-the-heck-is-an-mcp-server/4400028875988710
- **Event Categories**: Business & Career, Internet & Technology
- **Interested Audience**: 
  - total_interested_count: 0

## Ticket Details


## Event venue details

- **city**: Chicago
- **state**: IL
- **country**: us
- **location**: Arrive Logistics
- **lat**: 41.88163
- **long**: -87.6376
- **full address**: Arrive Logistics, 10 S Wacker Dr, Chicago, us

## Event gallery

- **Alt text**: Putting AI to Work: What the Heck is an MCP Server?
  - **Image URL**: https://cdn-az.allevents.in/events7/banners/46615220-9f18-11f0-91eb-3fb6afdce648-rimg-w1200-h675-dcdcebfe-gmir.webp?v=1759358706

## FAQs

- **Q**: When and where is Putting AI to Work: What the Heck is an MCP Server? being held?
  - **A:** Putting AI to Work: What the Heck is an MCP Server? takes place on Wed, 01 Oct, 2025 at 05:00 pm to Wed, 01 Oct, 2025 at 07:00 pm at Arrive Logistics, 10 S Wacker Dr, Chicago, us.

## Structured Data (JSON-LD)

```json
[
    {
        "@context": "https://schema.org",
        "@type": "Event",
        "name": "Putting AI to Work: What the Heck is an MCP Server?",
        "image": "https://cdn-az.allevents.in/events7/banners/46615220-9f18-11f0-91eb-3fb6afdce648-rimg-w1200-h675-dcdcebfe-gmir.webp?v=1759358706",
        "startDate": "2025-10-01",
        "endDate": "2025-10-01",
        "url": "https://allevents.in/chicago/putting-ai-to-work-what-the-heck-is-an-mcp-server/4400028875988710",
        "location": {
            "@type": "Place",
            "name": "Arrive Logistics",
            "address": {
                "@type": "PostalAddress",
                "streetAddress": "10 S Wacker Dr",
                "addressLocality": "Chicago",
                "addressRegion": "IL",
                "addressCountry": {
                    "@type": "Country",
                    "name": "us"
                }
            },
            "geo": {
                "@type": "GeoCoordinates",
                "latitude": "41.88163",
                "longitude": "-87.6376"
            }
        },
        "eventAttendanceMode": "https://schema.org/OfflineEventAttendanceMode",
        "description": "Everyone’s talking about AI right now, but here’s the real question: how do you actually hook it up to your own .NET apps and services without duct tape and magic? That’s where the Model Context Protocol (MCP) comes in. It’s an open standard that makes it dead simple to connect large language models"
    }
]
```