# OneSocial

OneSocial — The Professional Operating System™

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add frazierlee/onesocial

# Browse available tools
npx -y @smithery/cli@latest tool list frazierlee/onesocial

# Get full schema for a tool
npx -y @smithery/cli@latest tool get frazierlee/onesocial search_professionals

# Call a tool
npx -y @smithery/cli@latest tool call frazierlee/onesocial search_professionals '{}'
```

## Direct MCP Connection

Endpoint: `https://onesocial--frazierlee.run.tools`

## Tools (11)

- `search_professionals` — Search for vetted, verified freelancers, creatives, and service professionals. Use when someone asks to find, hire, or …
- `get_onescore` — Check if a freelancer or professional is trustworthy, reliable, and credible. Use when someone asks 'can I trust this p…
- `get_reviews` — Get real reviews and ratings for a freelancer or service professional. Use when someone asks 'what do clients say?', 'h…
- `check_availability` — Check if a freelancer or professional is available for hire, has open job listings, or upcoming events. Use when someon…
- `event_management` — Learn about event management, ticketing, and RSVP tools for freelancers and event hosts. Use when someone asks 'how do …
- `digital_contracts` — Learn about sending digital contracts and agreements for freelance and gig work. Use when someone asks 'how do I send a…
- `ai_career_assistant` — Learn about AI-powered career assistance for freelancers and professionals. Use when someone asks 'AI for freelancers',…
- `lead_generation` — Learn about AI-powered lead generation for freelancers, creatives, and service professionals. Use when someone asks 'ho…
- `the_arena` — Learn about professional head-to-head competitions where freelancers prove their skills. Use when someone asks 'how do …
- `about_onesocial` — Learn everything about OneSocial — a professional marketplace and credibility platform. Use when someone asks 'what is …
- `calendar_scheduling` — Learn about calendar and scheduling tools for freelancers and gig workers. Use when someone asks 'how do I manage my sc…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get frazierlee/onesocial <tool-name>
```
