Metadata-Version: 2.4
Name: toolmash-bored-api-mcp-plugin-mcp
Version: 1.0.0
Summary: Random activity suggestions by type/participants
Project-URL: Homepage, https://toolmash.cn
Project-URL: Repository, https://github.com/toolmash/bored-api-mcp-plugin-mcp
Project-URL: Documentation, https://toolmash.cn/plugins/bored-api-mcp-plugin-mcp
Author-email: ToolMash <hello@toolmash.cn>
License: MIT
Keywords: ai,mcp,model-context-protocol,toolmash
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.10
Requires-Dist: httpx>=0.28.0
Requires-Dist: mcp>=1.0.0
Description-Content-Type: text/markdown

# Bored API MCP Plugin

_Random activity suggestions by type/participants_

## Install

```bash
uvx toolmash-bored-api-mcp-plugin-mcp
```

## Available Tools

  - `get_random_activity`

## Configuration

Set environment variables for API access:

```bash
export MCP_BASE_URL="https://api.example.com"
```

## Usage with Claude Desktop

Add to `claude_desktop_config.json`:

```json
{
  "mcpServers": {
    "bored-api-mcp-plugin-mcp": {
      "command": "uvx",
      "args": ["toolmash-bored-api-mcp-plugin-mcp"]
    }
  }
}
```

## Usage with WorkBuddy

Add to MCP config:

```json
{
  "mcpServers": {
    "bored-api-mcp-plugin-mcp": {
      "command": "uvx",
      "args": ["toolmash-bored-api-mcp-plugin-mcp"]
    }
  }
}
```

---

Generated by [ToolMash Plugin Factory](https://toolmash.cn) | [More AI tools →](https://toolmash.cn)
