---
name: query-imin-events
description: Read I'm In! event pages, availability, and site data as clean markdown for AI agents.
---

# Query I'm In! events

I'm In! (https://im-in.events) hosts public event signup pages at `/{userCode}/{eventSlug}`. Organizer dashboards, claim links, and participant manage links are private and must not be indexed or summarized.

## Read any page as markdown

Request any page with `Accept: text/markdown`, or append `.md` to its path:

```
GET https://im-in.events/{userCode}/{eventSlug}
Accept: text/markdown
```

Responses use `Content-Type: text/markdown` and include an `x-markdown-tokens` estimate.

## Site overview for LLMs

```
GET https://im-in.events/llms.txt
GET https://im-in.events/llms-full.txt
```

## Machine-readable resource index

```
GET https://im-in.events/.well-known/api-catalog
```

## Writes

The public MCP endpoint at `https://im-in.events/api/mcp` can list templates and create one rate-limited signup sheet for a user's real email address. The private claim link is emailed to that address and never returned to the agent. Participant signup is protected by Turnstile and remains human-driven. See https://im-in.events/auth.md.
