Skip to main content

Documentation Index

Fetch the complete documentation index at: https://anchors.in/docs/llms.txt

Use this file to discover all available pages before exploring further.

The anchors MCP lets any AI tool save a LinkedIn post draft and instantly return a shareable preview link — no browser, no login, no copy-pasting. The link opens a pixel-perfect preview that looks exactly like LinkedIn, with mobile and desktop toggle built in.

MCP server

Connect any MCP-compatible AI tool to anchors using this server URL.
Name:  anchors
URL:   https://collab.anchors.in/mcp
Supported tools include Claude, Cursor, Windsurf, n8n, Make, and any other MCP-compatible AI client.

Connect the MCP

Works on Claude Pro, Max, Team, and Enterprise plans at claude.ai.
1

Open Settings

Go to claude.ai. Click your profile name in the bottom-left corner and select Settings.
2

Go to Connectors

In the Settings sidebar, select Connectors.
3

Add custom connector

Click Add custom connector.
4

Enter the anchors MCP details

Fill in the following:
  • Name: anchors
  • URL: https://collab.anchors.in/mcp
Click Add.
5

Start using it

Open a new chat. Click the Search and tools icon in the compose bar. You should see anchors listed under your connectors. Enable it and start prompting.
On Team or Enterprise plans, an Owner must add the connector first via Organization Settings → Connectors, before members can connect individually.

How it works

1

Connect your AI tool

Add the anchors MCP server to your AI tool using the URL above.
2

AI writes the post

Your AI drafts the LinkedIn post content — text, author name, tagline, images.
3

Call save_linkedin_post

The AI calls save_linkedin_post with the post data. anchors stores it and returns a uniqueString.
4

Get the preview link

The shareable preview URL is constructed using the uniqueString:
https://collab.anchors.in/linkedin-post-preview?id={uniqueString}
5

Review before publishing

Anyone with the link can open it — no login needed. Toggle between mobile and desktop to review exactly how it will look on LinkedIn.
6

Retrieve later if needed

Call get_linkedin_post with the uniqueString to fetch the saved post data at any time.

Tools

save_linkedin_post

Saves a LinkedIn post draft and returns a unique preview identifier.
ParameterTypeRequiredDescription
contentstringThe main post text body
influencerNamestringAuthor’s display name
taglinestringAuthor’s title or role
profileImagestringURL of the author’s profile photo
imagesarrayArray of image URLs attached to the post
isApprovedbooleanWhether the brand has approved the draft
statusstringPost status — e.g. draft, submitted
suggestionCommentstringBrand’s feedback or revision note on the draft
viewModestringDefault view — mobile or desktop
Returns: uniqueString — use this to build the preview URL.

get_linkedin_post

Retrieves a previously saved post by its unique identifier.
ParameterTypeRequiredDescription
uniqueStringstringThe ID returned by save_linkedin_post

https://collab.anchors.in/linkedin-post-preview?id={uniqueString}

No login required

Anyone with the link can view the preview — no anchors account needed.

Mobile + desktop toggle

Switch between both views to review exactly how the post reads across devices.

Pixel-perfect preview

Looks exactly like a real LinkedIn post — not a raw text block.

Instantly shareable

Send to brands, creators, or clients directly from your AI tool output.
Replace {uniqueString} with the value returned by save_linkedin_post. The link is accessible to anyone who has it — do not share drafts with confidential content broadly.

Use cases

Brand–creator approval flow

A brand briefs a creator via AI. The AI drafts the post, saves a preview, and returns a link. The brand reviews and approves before anything goes live — no more reviewing raw text in a doc or email thread.
User:  Draft a LinkedIn post for Priya announcing our product launch.
       Add my brand feedback and save a preview link.

AI:    [calls save_linkedin_post with content, influencerName: "Priya Sharma",
        tagline: "Founder · HR Tech", suggestionComment: "Add the pricing CTA in line 3"]

       Preview link:
       https://collab.anchors.in/linkedin-post-preview?id=abc123xyz

       Toggle mobile/desktop to review before sharing with Priya.

LinkedIn ghostwriting

Write a post in any AI tool — Claude, Cursor, ChatGPT with MCP — and instantly share a visual preview with your client. They see exactly how it will look before you hit publish. No more “can you paste it somewhere I can read it properly.”

Content agencies at scale

Loop through multiple creator drafts in a workflow. Generate one preview link per creator. Send each link for individual sign-off. All automated — no manual copy-pasting between tools.

No-code workflows via Make or n8n

A form submission triggers a post draft. The anchors MCP saves it. The preview link is sent via email or Slack for human review — all without writing any code beyond the workflow config.

Full approval loop via AI agent

An agent writes the draft, saves a preview, attaches suggestionComment from the brand, and sets isApproved: false. The creator gets the link, reviews feedback, revises, and the loop continues — all tracked through the MCP.

FAQ

No. The MCP handles the save operation. Anyone with the preview link can view it without logging in.
Not directly. Save a new post with the updated content using save_linkedin_post and share the new link.
Any tool that supports MCP — including Claude, Cursor, Windsurf, n8n, Make, and more.
It is a metadata flag stored with the post. It does not automatically trigger any action on anchors — your workflow decides how to use it.
Yes. Call get_linkedin_post with the uniqueString returned at save time to retrieve the full post data.

Try it directly

Don’t need an AI tool right now? Use the LinkedIn Post Preview tool directly in your browser — paste any post text and see how it looks before publishing. Open LinkedIn Post Preview →
Learn more about anchors — the LinkedIn influencer marketing platform — at anchors.in