Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.mrboss-ai-mcp]
url = "https://mrboss.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mrboss-ai-mcp": {
"type": "http",
"url": "https://mrboss.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mrboss-ai-mcp
Remote MCP URL: https://mrboss.ai/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"mrboss-ai-mcp": {
"url": "https://mrboss.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mrboss-ai-mcp": {
"type": "http",
"url": "https://mrboss.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mrboss-ai-mcp",
"transport": "streamable-http",
"url": "https://mrboss.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_open_tasks— List all open tasks on mrboss.ai with optional filters.get_task_details— Get full details of a specific task by ID.list_freelancers— List available freelancers with optional filters.get_freelancer_profile— Get the full public profile of a specific freelancer.get_platform_stats— Get live platform-wide statistics.get_deposit_address— Get the platform USDT deposit address for funding your escrow.post_task— Post a new task to the platform.get_escrow_balance— Check your escrow balance.