

# Event Details

- **Event Name**: October Meetup: Build Your Own AI Agent and Model Context Protocol
- **Event Start and End Date**: Wed, 08 Oct, 2025 at 06:30 pm – Wed, 08 Oct, 2025 at 09:30 pm
- **Event Description**: ?Join PyData Boston for an AI Agent extravaganza! We'll have author Emma Saroyan showing us how to build AI agents and a walkthrough of how Model Context Protocol works! We currently have no food sponsor for this event! Reach out if you're able to sponsor! RSVP is REQUIRED to attendDo not arrive before 6:30pm! ? Schedule:6:30–7:00 — Networking7:00–7:15 — Introduction7:15–8:00 — Talk 1: Build Your Own AI Agent 8:00–8:15 — Break8:15–9:00 — Talk 2: What Happens Inside an MCP Server?9:00–9:30 — Networking + Wrap-up ? Speakers:[Talk 1] Emma SaroyanBuild Your Own AI Agent In this session, I'll walk you through how to build a smart, context-aware agent in just 45 minutes. You'll see how OpenAI APIs, LangChain, and Python can work together to create an agent that goes beyond basic chat. With a demo and easy-to-follow steps, you’ll leave with the confidence to start building and customizing your own AI Assistant.We'll cover:Core principles of AI agents and what makes them different from simple chatbotsStep-by-step walkthrough of building an agent with LangChain and OpenAI APIsDemo of an AI agent Practical ways to customize agents for your own use cases [Talk 2] Sebastian WallkötterWhat Happens Inside an MCP Server?You have likely witnessed the hype-cycle around MCP (the Model-Context Protocol) for LLMs. It was heralded as "the universal interface between LLMs and the world" but then faded into the background as attention shifted towards AI Agents. Yet, the background of your AI app is exactly where an MCP should be, and in this talk we cover why. We will tour the MCP protocol, the Python reference implementation, and an example agent using an MCP. Expect protocol flow-charts, architecture diagrams, and a real-world demo. You will walk away knowing the core ideas of MCP, how it connects to the broader ecosystem, and how to power your AI agents. ?Venue provided by Moderna This, and all NumFOCUS-affiliated events and spaces, both in-person and online, are governed by a Code of Conduct:? [https://pydata.org/code-of-conduct/](https://pydata.org/code-of-conduct/) ⚡⚡\\*Speak at PyData!\\*⚡⚡We are always looking for speakers! Sign up here and we'll be in touch:? [https://forms.gle/kfFZ5hiqA9W57Ewg7](https://forms.gle/kfFZ5hiqA9W57Ewg7) ⚡⚡\\*Sponsor an event!\\*⚡⚡PyData events are free and open to all. We’re always looking for sponsors and hosts. Get in touch to support the community:? boston@pydata.org(http://boston@pydata.org)
- **Event URL**: https://allevents.in/cambridge/october-meetup-build-your-own-ai-agent-and-model-context-protocol/4400028907863541
- **Event Categories**: meetups, artificial-intelligence, art, literary-art
- **Interested Audience**: 
  - total_interested_count: 0

## Ticket Details

- **Ticket URL**: https://www.meetup.com/pydata-boston-cambridge/events/311125296/?utm_source=all-events

## Event venue details

- **city**: Cambridge
- **state**: MA
- **country**: us
- **location**: Moderna HQ
- **lat**: 42.366993
- **long**: -71.08874
- **full address**: Moderna HQ, 325 Binney St, Cambridge, us

## Event gallery

- **Alt text**: banner
  - **Image URL**: https://cdn-az.allevents.in/events10/banners/00fd1c30-a442-11f0-a9de-cb580bef853f-rimg-w600-h338-dcffffff-gmir.webp?v=1759926384
- **Alt text**: thumbnail
  - **Image URL**: https://dyn-image.allevents.in/generate-image?v=4&title=October+Meetup%3A+Build+Your+Own+AI+Agent+and+Model+Context+Protocol&date=08+Oct

## FAQs

- **Q**: When is the event happening?
  - **A:** Wed, 08 Oct, 2025 at 06:30 pm
- **Q**: Where is the event happening?
  - **A:** Moderna HQ, 325 Binney St, Cambridge, us
- **Q**: Who is organizing the event?
  - **A:** Meetup Events
- **Q**: What type of event is this?
  - **A:** meetups, artificial-intelligence, art, literary-art
- **Q**: Where can I find ticket details about October Meetup: Build Your Own AI Agent and Model Context Protocol ?
  - **A:** You can find ticket details about this event on AllEvents.

## Structured Data (JSON-LD)

```json
[
    {
        "@context": "https://schema.org",
        "@type": "Event",
        "name": "October Meetup: Build Your Own AI Agent and Model Context Protocol",
        "image": "https://cdn-az.allevents.in/events10/banners/00fd1c30-a442-11f0-a9de-cb580bef853f-rimg-w600-h338-dcffffff-gmir.webp?v=1759926384",
        "startDate": "2025-10-08",
        "endDate": "2025-10-08",
        "url": "https://allevents.in/cambridge/october-meetup-build-your-own-ai-agent-and-model-context-protocol/4400028907863541",
        "location": {
            "@type": "Place",
            "name": "Moderna HQ",
            "address": {
                "@type": "PostalAddress",
                "streetAddress": "325 Binney St",
                "addressLocality": "Cambridge",
                "addressRegion": "MA",
                "addressCountry": {
                    "@type": "Country",
                    "name": "us"
                }
            },
            "geo": {
                "@type": "GeoCoordinates",
                "latitude": "42.366993",
                "longitude": "-71.08874"
            }
        },
        "eventAttendanceMode": "https://schema.org/OfflineEventAttendanceMode",
        "description": "?Join PyData Boston for an AI Agent extravaganza! We'll have author Emma Saroyan showing us how to build AI agents and a walkthrough of how Model Context Protocol works! We currently have no food sponsor for this event! Reach out if you're able to sponsor! RSVP is REQUIRED to attendDo not arrive bef"
    }
]
```