Connect SocialCRM to any agent
One MCP server, one OpenAPI spec, 21 tools. Pick how your agent connects — we handle the rest.
Coming soon: SocialCRM as a native ChatGPT app with OAuth account linking, the Brand Snapshot widget, and all 21 tools inside ChatGPT. Available now via connector URL. View setup guide
Integrations
How does your agent connect?
Each card links to a setup guide. Already connected? Jump to the API reference below.
ChatGPT App
Coming soon to the ChatGPT app store. Available now via connector URL with OAuth linking, the Brand Snapshot widget, and all 21 tools.
Cursor
Auto-configures .cursor/mcp.json with one command.
Claude Code
MCP server config for Claude Code and Claude Desktop.
Gemini CLI
Gemini extension config for Google's CLI agent.
Any MCP Client
Generic HTTP MCP server works with any compliant client.
GPT Actions
Legacy path. Import the OpenAPI spec into a Custom GPT if you need API-key-based access.
REST / cURL
Per-tool REST endpoints and JSON-RPC 2.0 directly.
CLI
Terminal tool for brand data, metrics, and workflows.
Salesforce AgentForce
Consume the OpenAPI spec as an AgentForce action.
Google Agent Directory
List SocialCRM tools in the Google agent marketplace.
LangChain / CrewAI
Use the MCP client SDK to call tools from any framework.
Quick start
Get connected fast
Use ChatGPT with OAuth, or generate an API key in Settings > API Keys for MCP and REST access:
ChatGPT
No API key neededChatGPT (zero config — coming soon)
1. Add SocialCRM via connector URL: https://socialcrm.com/mcp
2. Ask: "Show me a brand snapshot for [your brand]"
3. Approve the OAuth consent -> widget renders inlineComing soon to the ChatGPT app store. Until the listing is live, paste the connector URL in ChatGPT developer mode.
MCP (recommended)
$ npx socialcrm auth sk_live_YOUR_KEY
$ npx socialcrm init
✔ Detected Cursor — wrote .cursor/mcp.json
✔ 21 tools availableREST / cURL
curl -X POST https://socialcrm.com/api/mcp-app \
-H "Authorization: Bearer sk_live_YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":"1","method":"tools/call",
"params":{"name":"list_brand_profiles","arguments":{}}}'At a glance
Protocol
JSON-RPC 2.0 / MCP-compatible
REST
Per-tool endpoints + OpenAPI 3.1 spec
Auth
OAuth 2.1 (ChatGPT) · API key (all others)
Tools
21 — brand data, metrics, insights, workflows
Server
https://socialcrm.com/mcp
OpenAPI
/api/mcp-app/openapi.json
Widget
Brand Snapshot — renders inside ChatGPT
Reference
API documentation
Grouped by what you need to do next. Each doc works as a standalone guide.
Don't see your platform?
SocialCRM speaks MCP and OpenAPI. If your agent framework supports either protocol, it already works. Need a specific integration guide? Let us know.