Getting started
Connect Codex or Claude to SalesTouch and run your first safe LinkedIn lookup.
SalesTouch exposes one OAuth-protected remote MCP endpoint:
https://www.salestouch.io/api/mcpBefore you begin
You need a SalesTouch workspace with LinkedIn MCP access and at least one connected LinkedIn account. The MCP installation and the LinkedIn connection are separate checkpoints.
Connect Codex
Run:
codex mcp add salestouch --url https://www.salestouch.io/api/mcp
codex mcp login salestouchComplete the browser authorization, then start a fresh Codex task so the client reloads the available tools.
If you use the graphical Codex app, add a Streamable HTTP MCP server named salestouch with the same endpoint and connect it through OAuth.
Connect Claude
Use the SalesTouch plugin marketplace flow, or add the remote server manually:
{
"mcpServers": {
"salestouch": {
"type": "http",
"url": "https://www.salestouch.io/api/mcp"
}
}
}Complete the OAuth window, then open a new Claude conversation so tool discovery runs again.
Verify with a read-only call
Ask your agent:
List the LinkedIn accounts connected to my SalesTouch workspace.
The agent should call linkedin_accounts and report at least one connected account. This confirms the MCP transport, OAuth grant, SalesTouch entitlement, and LinkedIn connection in one safe check.
Run your first lookup
Look up this LinkedIn profile and summarize the current role: https://www.linkedin.com/in/example
The agent uses linkedin_lookup_profile and reads the returned text JSON. Replace the example URL with a real public LinkedIn profile URL.
Start with reads
Test account listing and a profile lookup before asking the agent to send, invite, comment, or publish.
Next, understand authentication and scopes or browse the tool reference.