> ## Documentation Index
> Fetch the complete documentation index at: https://docs.nowadays.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> Connect an AI agent to your Nowadays events over the Model Context Protocol.

The Nowadays **MCP server** lets an AI agent — Claude, Cursor, ChatGPT, or your
own — read *and* change your organization's events as tools. It's a remote,
OAuth-protected [Model Context Protocol](https://modelcontextprotocol.io)
endpoint: you sign in with your existing Nowadays account, so there is no key to
copy around.

```
https://api.nowadays.ai/mcp
```

It's backed by the same service as the dashboard, so an event created or edited
by an agent is identical to one changed in the UI — the same validation, the same
derived fields, the same permissions.

## What an agent can do today

| Tool                  | What it does                                           |
| --------------------- | ------------------------------------------------------ |
| `list_events`         | Page through your organization's events, newest first. |
| `get_event`           | Read a single event's full detail.                     |
| `create_event`        | Create a new event that you own.                       |
| `update_event`        | Change an event's planning details and agenda.         |
| `select_organization` | Choose which organization the tools work in.           |

## Scope

Tools act **as you**, not as your organization. An agent reaches exactly the
events your Nowadays account can open — no more — so it can never read or change
something you could not yourself.

## Next steps

<Columns cols={2}>
  <Card title="Connecting" icon="plug" href="/mcp/connecting">
    Add the server to your MCP client and sign in.
  </Card>

  <Card title="Tools" icon="wrench" href="/mcp/tools">
    Every tool, its arguments, and what it returns.
  </Card>

  <Card title="Writing events" icon="pen-to-square" href="/mcp/writing-events">
    The rules `create_event` and `update_event` enforce.
  </Card>

  <Card title="Errors & limits" icon="triangle-exclamation" href="/mcp/errors-and-limits">
    What failures look like and how requests are throttled.
  </Card>
</Columns>
