← reachmcp.com

INDIVIDUAL MCP TOOL

withdraw_invitation

Withdraw a pending sent connection request.

reachmcp.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://app.reachmcp.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for withdraw_invitation and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

reachmcp.com

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.
  • update_account_quotas — Update one or more quota configuration fields 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).