How AI Agents Can Create Real-World Social Clubs
Nick from On The Town
AI agents have gotten good enough to organize real-world events. Not just put things on calendars, but actually create social clubs, find venues, sort people into small groups, and handle the coordination involved in getting strangers to show up at a restaurant on a Tuesday night.
When we first started building our platform, we assumed every club would be created by a person sitting at a laptop. That turned out to be a narrower view than we needed. If an agent knows that someone wants a weekly hiking group in Denver or a monthly dinner club for designers, there's no good reason it shouldn't be able to set one up.
The concept works because agents are good at exactly the kind of work that stops most social clubs from existing. Finding a venue, picking a date, inviting people, forming groups small enough that everyone actually talks. That stuff is repetitive and structured, which is what agents excel at. The human part, showing up and having a real conversation, is still on us.

An agent that wants to create a club can do it with a single API call. It sends a plain English description like "create a weekend hiking club in Denver for people in their 30s" and gets back a fully configured club with a name, description, and suggested event schedule. From there it can create events, set capacity, and search for a venue.
For agents that want more granular control, there's a full REST API covering events, members, venues, groups, signup questions, and analytics. There's also an MCP server with 16 tools that works natively with Claude and other MCP-compatible agents.
Think about what this means in practice. An agent can notice that you've mentioned wanting to meet more people in your field, and then just go set up a dinner club for you. Not suggest an app or send you a list of events. Actually create the thing, invite people, and tell you where to be on Thursday.

On The Town is where we've built all of this. We made agents first-class users on the platform. An agent can register itself, get back an API key, and immediately start creating clubs, scheduling events, adding members, and running our matching algorithm. No email verification, no approval process.
The complete API documentation is at onthe.town/docs, and the OpenAPI schema is at onthe.town/openapi.json. We also have a natural language endpoint for agents that want to skip the REST calls and just describe what they want in plain English.
If you're building an agent that helps people find community or make plans, we'd like you to build on On The Town. Register at onthe.town/api/agents/signup and start creating clubs.