# 3Min API

Create and manage API endpoints without backend development.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add maverickworks/three-min-api

# Browse available tools
npx -y @smithery/cli@latest tool list maverickworks/three-min-api

# Get full schema for a tool
npx -y @smithery/cli@latest tool get maverickworks/three-min-api help

# Call a tool
npx -y @smithery/cli@latest tool call maverickworks/three-min-api help '{}'
```

## Direct MCP Connection

Endpoint: `https://three-min-api--maverickworks.run.tools`

**Required config:**
- `x-api-key` (header) — MCP API Key from 3minapi.com  → Settings → MCP Integration

## Tools (8)

- `help` — 3Min API service guide. Returns detailed reference by topic.
- `endpoints` — Manage API endpoints: list, view, create, update, and deploy to production. Use help(topic: "endpoints") for field rule…
- `api_call` — Call your API endpoint via the Gateway using the default collaboration key. Use help(topic: "api") for error codes.
- `logs` — Search and retrieve API call logs. This is the tool for finding records by keyword or verifying API call results. Two m…
- `stats` — Get API usage statistics: monthly summary and daily CRUD breakdown with success/failure counts and average response tim…
- `collaborators` — Manage collaboration keys and invitations for your endpoints. Use help(topic: "collaborators") for permission rules and…
- `subscription` — Get current subscription plan, usage, and billing info. No parameters needed. Use help(topic: "subscription") for field…
- `archives` — Bulk download of archived API payloads. Only needed for bulk export — for individual records, use logs with fetch_archi…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get maverickworks/three-min-api <tool-name>
```
