Model Context Protocol
Build social proof widgets by chatting with your AI
Connect SociableKIT to Cursor, Claude, or ChatGPT once. After that, just say what you want — your AI searches 100+ widget types, builds the widget in your account, and hands back embed code that works on any website.
Add a Google Reviews widget for my bakery to my website.
- Found Google Reviews in the SociableKIT catalog
- Created the widget in your account
- Here’s your embed code:
<div class="sk-ww-google-reviews" data-embed-id="12345"></div>
Paste it anywhere on your site — it starts working right away.
Trusted by Leading Brands
Web Summit, Harley Davidson, L'Oreal, Samsung, The North Face, Big Machines Label Group, Turkish Airlines and US Foods all display their social proof with SociableKIT.
What it does
Your AI becomes a widget builder
The SociableKIT MCP server gives your assistant direct access to your account and our full widget catalog — so it can go from your request to working embed code without you leaving the chat.
Just ask for it
Describe the widget in plain English. Your AI picks the right type, sets it up, and configures it — no forms, no dashboards.
100+ widget types
Instagram, Google Reviews, TikTok, YouTube, Facebook, LinkedIn and dozens more — searched live, so your AI always sees the current catalog.
Connects in one line
Point your client at a single URL and paste your API key. No SDK, no packages and nothing to keep updated.
Tells you where to paste
Ask “how do I add this to WordPress?” and get exact steps for your platform — not generic documentation.
Knows your account
Your AI checks your plan before it builds, so you get a clear heads-up instead of a confusing error when a limit is reached.
Runs on any site
The embed code your AI returns works the same on WordPress, Shopify, Wix, Webflow and plain HTML.
Setup
Connect your AI in under a minute
Three short steps. You only do this once per AI client.
Add it and start asking
Paste the setup below into your AI client, then describe the widget you want.
MCP endpoint
https://mcp.sociablekit.com/mcp
Where to get your API key
ChatGPT can’t send a custom header, so your key goes in the link. Copy this and add it as a plugin with authentication set to No Auth:
https://mcp.sociablekit.com/mcp/YOUR_SOCIABLEKIT_API_KEY
- In ChatGPT on the web, open Settings › Security and login and turn on Developer mode.
- Open Plugins in the sidebar and click the + button.
- Name it SociableKIT, paste the link above as the Server URL, and leave Authentication on No Auth — your key is already in the link.
- Tick I understand and want to continue, then click Create.
- Click Try in chat, or pick SociableKIT from the + menu in any chat.
Replace YOUR_SOCIABLEKIT_API_KEY with your own key, writing its | separator as %7C — the ready-made link on your API Key page already does this. Developer mode needs a paid ChatGPT plan, and since the key sits in the link, keep it private.
Add SociableKIT as a custom MCP server in your mcp.json, pasting your API key where shown:
{
"mcpServers": {
"sociablekit": {
"url": "https://mcp.sociablekit.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_SOCIABLEKIT_API_KEY"
}
}
}
}
Replace YOUR_SOCIABLEKIT_API_KEY with the key from step 2.
Run one command in your terminal, pasting your API key where shown:
claude mcp add --transport http sociablekit https://mcp.sociablekit.com/mcp --header "Authorization: Bearer YOUR_SOCIABLEKIT_API_KEY"
Replace YOUR_SOCIABLEKIT_API_KEY with the key from step 2.
Works with Codex, VS Code, Windsurf, and any other MCP client. Point it at the URL below and add the Authorization header with your API key:
URL: https://mcp.sociablekit.com/mcp
Header: Authorization: Bearer YOUR_SOCIABLEKIT_API_KEY
If your client has no field for headers, use the ChatGPT-style link instead: https://mcp.sociablekit.com/mcp/YOUR_SOCIABLEKIT_API_KEY. Browsing the widget catalog works without an API key. Creating widgets needs one.
Use cases
Describe the outcome, get the widget
You don’t need to know which widget type you want. Tell your AI what you’re trying to achieve and it will find the right one.
Grow your audience
Pull your social content onto your site so it stays fresh without extra work.
Win trust faster
Put real customer reviews and ratings in front of hesitant visitors.
Keep pages current
Show the latest posts, events, and openings without editing your site.
Combine sources
Blend several networks into one branded feed on a single page.
Try these
Example prompts that just work
Copy any of these into your AI client after connecting.
“Create an Instagram feed widget”
Your AI shows the Instagram options (Feed, Hashtag, Reels, Stories), asks which one you want, collects the username or hashtag, and builds it.
“Show my Google reviews on my site”
Your AI creates a Google Reviews widget and asks for your Google Place ID so it knows which business to pull from.
“How do I add this widget to WordPress?”
Your AI returns step-by-step paste instructions for your exact platform, including where the code block lives in the editor.
“What Instagram widgets does SociableKIT offer?”
A catalog search — no API key or sign-in required, so you can explore before you commit to anything.
The result
What your AI hands back
A working embed snippet when things go well, and a plain-English explanation when they don’t.
When it works
You get an embed snippet like this:
<div class="sk-instagram-feed" data-embed-id="12345"></div>
<script src="https://widgets.sociablekit.com/instagram-feed/widget.js" defer></script>
Paste it on your site — the same code works on every platform — then open the customize link in the SociableKIT app whenever you want to change the layout or branding.
When something’s missing
Instead of a cryptic failure, you get a message you can act on:
Your AI explains what to do next, so you’re never left guessing.
Universal compatibility
Works on every major platform
One embed code. Any website builder. Just paste it wherever custom code is supported.
WordPress
Paste into a Custom HTML block on any page or post.
Shopify
Add to a custom liquid section in your theme editor.
Wix
Use the Embed a Widget or HTML iframe element.
Squarespace
Insert using a Code Block in the page editor.
Webflow
Add an Embed element and paste the code directly.
Weebly
Use the Embed Code element in the drag-and-drop editor.
Google Sites
Paste using the Embed URL or HTML option.
SharePoint
Use the Embed web part to add the widget code.
Any HTML website
Paste the embed code directly into your HTML source.
Common questions
Frequently asked questions
Everything you need to know about connecting your AI to SociableKIT.
Which AI assistants work with SociableKIT?
Any client that speaks the Model Context Protocol — ChatGPT, Cursor, Claude and Claude Code, Codex, VS Code, and more. If your tool can add an MCP server, it can build SociableKIT widgets.
How do I connect ChatGPT?
ChatGPT cannot send a custom header, so your key goes in the link instead: https://mcp.sociablekit.com/mcp/YOUR_SOCIABLEKIT_API_KEY. In ChatGPT on the web, open Settings › Security and login and turn on Developer mode. Then open Plugins, click the + button, name it SociableKIT, paste your link as the Server URL, and leave Authentication on No Auth — the key is already in the URL. Tick the box to confirm you understand the risk and click Create. Your key contains a | character, which is not allowed in a URL, so write it as %7C — the ready-made link on your API Key page already does this for you. Developer mode requires a paid ChatGPT plan (Plus, Pro, Business, Enterprise, or Edu). Because the key travels in the link, treat it like a password and regenerate it if it leaks.
Do I need to know how to code?
No. You describe the widget you want in plain English. Your AI handles the setup and returns a ready-to-paste embed code, along with instructions for your specific website platform.
Where do I get my API key?
Log in to your SociableKIT account and open Settings › API Key, then click Generate. Copy the key straight away — we store it encrypted, so it is only shown once. Paste it into your AI client and you are connected. Browsing the widget catalog works without a key; creating widgets needs one.
Does the MCP server cost extra?
No. Connecting your AI assistant is free and uses your existing SociableKIT account, so your current plan limits apply as usual. See pricing for plan details.
Where can I use the widgets it creates?
Anywhere. Every SociableKIT widget is a single embed snippet that runs on WordPress, Shopify, Wix, Squarespace, Webflow, Elementor, Framer, Ghost, HubSpot, Google Sites, and plain HTML.
Can I still edit the widget afterwards?
Yes. Widgets created by your AI live in your normal SociableKIT dashboard, so you can restyle the layout, colors, and fonts any time — or ask your AI to make another one.
Is my account data safe?
Your API key only grants access to your own SociableKIT account, and you can revoke it or generate a replacement at any time from Settings › API Key. Treat it like a password: never share it publicly or commit it to a repository.
Let your AI build your social proof
Generate your API key, connect your assistant, and ship your first widget in the next few minutes.
Get your API keyFree to start · No credit card · Works with your existing account




