INDIVIDUAL MCP TOOL
update_account_quotas
Update one or more quota configuration fields for a LinkedIn account.
LIVE ENDPOINT
https://app.reachmcp.com/mcp
Connect to this endpoint to inspect the live schema for update_account_quotas and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
Parent server
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.mcp-reach]
url = "https://app.reachmcp.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcp-reach": {
"type": "http",
"url": "https://app.reachmcp.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcp-reach
Remote MCP URL: https://app.reachmcp.com/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": {
"mcp-reach": {
"url": "https://app.reachmcp.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcp-reach": {
"type": "http",
"url": "https://app.reachmcp.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcp-reach",
"transport": "streamable-http",
"url": "https://app.reachmcp.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
reach_playbooks— START HERE.list_accounts— Return LinkedIn accounts accessible with the provided API key.delete_account— Delete a LinkedIn account by account_id.get_account_quotas— Get the quotas configuration and usage counters for a LinkedIn account.get_account_request_logs— Get request logs for a LinkedIn account with optional filtering by request_type and pagination using limit/offset.get_account_request_logs_stats— Get aggregated request-log statistics for a LinkedIn account, grouped by day, week, or month, with optional action and date-range filters.get_me— Call LinkedIn Voyager /me for an account through the stored proxy/cookies and return the normalized profile (same fields as Kanbox uses from /me).list_connections— List LinkedIn 1st-degree connections for an account (Voyager dash connections), paged with start/count — same payload as GET /api/linkedin/{account_id}/connections.