# Bored MCP for AI Agents AI Agent Connect

> Bored MCP helps you find things to do when you're stuck. It lets your AI agent pull up hobby ideas, group activities, and DIY projects based on how many people are joining, what your budget is, and what your physical needs are. It's the easiest way to turn "I don't know what to do" into a concrete plan.

## Overview
- **Category:** productivity
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_K6W0XjuexHpFxOwHF91HOk8685sw1tK1MJbcmZ7V/ai-agent-connect
- **Tags:** activity-finder, boredom-buster, lifestyle, event-planning, leisure

## Description

You're staring at a wall because you're bored, or maybe you're trying to plan a weekend trip for six people and everything feels like a chore. This Connector fixes that by giving your agent a direct line to a massive library of activities. Instead of scrolling through endless blogs or social media feeds, you just tell your AI what's on your mind. It handles the heavy lifting of filtering by price, number of people, or specific vibes like "educational" or "relaxing." It even accounts for accessibility scores so you don't have to worry about whether a suggestion actually fits your situation. You can grab a random idea to break a funk or drill down into specific categories to plan a full afternoon. When you use it through the Vinkius catalog, it connects your favorite AI client to a structured source of inspiration that actually knows what it's doing. It's about getting off the couch and doing something real without the mental friction of searching for it yourself.

## Tools

### get_activity_by_key
Pull up a specific activity using its unique ID. This is perfect for referencing a favorite suggestion you've saved before.

### find_activity
Search for a new hobby based on your budget, group size, or category. It lets your agent filter thousands of options into a few solid choices.

### get_random_activity
Get a completely random suggestion for when you have no idea what to do. It's the fastest way to break a cycle of boredom immediately.

## Prompt Examples

**Prompt:** 
```
I have 3 friends over and we want to do something social that doesn't cost anything.
```

**Response:** 
```
I found a few social options for 4 people that are completely free:

* **Play Ultimate Frisbee** (Social)
* **Host a Board Game Night** (Social)
* **Go for a Nature Hike** (Social)

Would you like more details on any of these?
```

**Prompt:** 
```
Give me a random DIY project I can do alone today.
```

**Response:** 
```
How about this: **Learn to Juggle**.

* **Type:** Recreational
* **Participants:** 1
* **Accessibility:** 0.3

It's a great way to keep your hands busy and learn a new skill.
```

**Prompt:** 
```
I want to find something educational for a group of 5.
```

**Response:** 
```
Here are some educational activities for 5 participants:

| Activity | Type | Price Point |
| :--- | :--- | :--- |
| **Intro to Pottery** | Education | 0.5 |
| **Guided Book Club** | Education | 0.0 |
| **Science Experiment Kit** | Education | 0.3 |

Let me know if you'd like to narrow these down by price.
```

## Capabilities

### Get instant random suggestions
Pull a completely random activity idea when you have no starting point.

### Filter by group size
Find activities that accommodate your specific number of participants.

### Search by budget
Limit results to activities that fit your current price point.

### Identify accessible tasks
Find activities that match your physical or situational constraints.

### Categorize by interest
Filter for social, educational, or relaxing hobbies.

## Use Cases

### Planning a free group hangout
You ask your agent for "free social things for 4 people." It filters the library to suggest ultimate frisbee and checks the cost for you.

### Finding a solo hobby
You tell your agent you want to learn something new but have no energy. It pulls a random suggestion to help you get started immediately.

### Organizing a large party
You ask for "educational activities for 10 people." The agent filters the library to find high-participant, high-value ideas.

### Finding accessible recreation
You need a hobby that fits specific physical needs. The agent searches for high accessibility scores to find a perfect match.

## Benefits

- Stop scrolling through blogs by filtering hobbies by your specific group size and price.
- Plan inclusive outings easily by checking accessibility scores for every suggestion.
- Break a mental block instantly with a completely random suggestion when you just need any idea to get started.
- Save your favorite ideas and recall them later using unique activity keys.
- Manage group expectations by filtering for "free" or "educational" activities in one go.

## How It Works

The bottom line is your AI becomes a personal concierge for leisure and hobbies.

1. Subscribe to the Bored MCP on Vinkius.
2. Connect your AI client to the provided endpoint.
3. Ask your agent for a "social activity for 4 people" or a "relaxing DIY project."

## Frequently Asked Questions

**Can the Bored MCP help me plan a party for a large group?**
Yes, it's great for that. You can ask your agent to find activities that support a specific number of participants, and it will filter the library to find options that work for big crowds.

**Does the Bored MCP suggest activities that are free?**
Definitely. You can tell your AI client to only look for activities with a zero price point, making it easy to find low-cost or free things to do with friends.

**Is the Bored MCP good for finding solo hobbies?**
It's perfect for that. You can filter for one-person activities and specific categories like relaxation or learning to find things you can do on your own.

**How does the Bored MCP handle physical accessibility?**
It includes accessibility scores for activities. This helps you find tasks that match your specific physical or situational needs without having to guess.

**Can I use the Bored MCP to find specific activities I've seen before?**
Yes, you can. If you have a specific activity key, your agent can pull up all the details for that exact suggestion instantly.

**What kind of categories does the Bored MCP cover?**
It covers a wide range of interests, including social, educational, relaxation, and DIY projects, so you can find something regardless of your mood.

**Can I find activities specifically for a large group of people?**
Yes! You can use the `find_activity` tool and specify the `participants` parameter to get suggestions tailored to your group size.

**How do I search for activities that are completely free?**
Simply use the `find_activity` tool and set the `price` parameter to 0.0. You can also use `maxprice` to set a budget limit.

**Can I retrieve an activity if I only have its ID number?**
Absolutely. Use the `get_activity_by_key` tool and provide the unique numeric key to fetch the full details of that specific activity.