treg.to / Catalog / LinkedIn
2 tools · your own account · never metered

LinkedIn MCP for AI agents

Post to your feed as yourself and read back how it performed. Connect your own LinkedIn account once and your agent uses it from then on, through one treg.to token. Calls on your own connection are never metered.
$1.00 of free credit on every new team · no provider signup · no card
works in
ChatGPTClaudeClaude CodeCodexCursorGrokGemini CLI
What your agent can now do

LinkedIn, one prompt away

AGENT
ChatGPTClaudeClaude CodeCodexCursorGrokGemini CLI
get a member's profile
publish a post to your feed
treg
$ treg call linkedin.linkedin.user.profile
✓ 200 · free
$ treg call linkedin.linkedin.user.post.create
✓ 200 · free
$ _
LinkedInYOUR ACCOUNT
Post to your feed as yourself and read back how it performed.
⚒ 2 TOOLS

Social media · https://api.linkedin.com

Set up

Set up LinkedIn in Claude Code, Codex or any agent

1Give this to your agent
in your agent's chat
set up treg — https://treg.to/llms.txt
2Or add the MCP server yourself
claude code
claude mcp add --transport http treg https://treg.to/mcp

ChatGPT

Settings → Connectors → add https://treg.to/mcp as a custom connector.

Grok bot

Add https://treg.to/mcp as a remote MCP connector in its tool settings.

Claude Desktop

Settings → Connectors → Add custom connector → https://treg.to/mcp.

Cursor, Codex, any MCP client

Point it at https://treg.to/mcp (HTTP transport).

CLI

curl -fsSL https://treg.to/install.sh | sh

Plain HTTP

LangChain, CrewAI or any code: /call/<tool-id> with a Bearer token. No SDK.

Try it

What's the best way to ask?

the prompt
Using treg, get a member's profile. Show me the price first.

Run one directly

a call
curl -H "Authorization: Bearer $TREG_TOKEN" \
  "https://treg.to/call/linkedin.linkedin.user.profile"
Why treg.to

Why call LinkedIn through treg.to

Your account, held safely

Connect once; treg.to keeps the credential server-side and injects it per call. No key on any machine.

Price before the call

The provider's own rate, $0.000 markup. How billing works.

No subscription, no seats

Charged per call. $1.00 free per new team, no card to start.

Your own LinkedIn key is free

Register it and those calls are never metered. Your key always wins.

Switch by changing a word

Another provider is a different word in the prompt, not a new integration.

One key, the whole catalog

The same token calls Bright Data, Fiber AI, Just One API and ~2,600 other tools.

The shelf

All 2 LinkedIn tools

LinkedIn · 2 tools
  • Your connected LinkedIn profile — name, email, member id · free
    Get the connected LinkedIn member's identity (name, headline picture, email, member id) linkedin.linkedin.user.profile
  • Publish a post to your own LinkedIn feed · free
    Publish a text or link post to your own LinkedIn feed linkedin.linkedin.user.post.create

Reliability badges come from live traffic through treg.to, not a controlled benchmark.

Related

Same jobs, other providers

These providers answer some of the same capabilities as LinkedIn. The platform pages show them on one row with rate and coverage; choosing is yours, treg.to does not route between providers automatically.

also on the catalog
Bright DataFiber AIJust One APIScrapeCreatorsTikHub
Questions

Before you start

Do I need a LinkedIn account?

Yes. This is an own-account connection: you sign in to LinkedIn once and your agent uses that connection through your treg.to token. Calls on it are never metered.

How do I add LinkedIn to Claude Code?

Run: claude mcp add --transport http treg https://treg.to/mcp — one MCP server carries LinkedIn and the rest of the catalog.

Which frameworks does it work with?

Anything that speaks MCP (Claude Code, Claude Desktop, ChatGPT, Codex, Cursor, Grok) and anything that can make an HTTP request (LangChain, CrewAI, LlamaIndex, plain code).

Is this the official LinkedIn MCP server?

No. treg.to serves LinkedIn's real API through its own metered proxy: the request is the provider's own, the credential is injected server-side, and the answer is relayed verbatim. The official LinkedIn channels are linked above.