npx socialcrm
Connect SocialCRM to any agent
One MCP server, one OpenAPI spec, 28 tools. Pick how your agent connects.
Coming soon: SocialCRM as a native ChatGPT app with OAuth account linking, the Brand Snapshot widget, and all 28 tools inside ChatGPT. Available now via connector URL. View setup guide
How does your agent connect?
Each guide is a setup walkthrough. Already connected? Jump to the API reference below.
ChatGPT App
Cursor
Claude Code
Claude
Codex
Gemini CLI
Any MCP Client
GPT Actions
REST / cURL
CLI
Salesforce AgentForce
Google Agent Directory
LangChain / CrewAI
Three ways to connect
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
✔ 28 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
28 — brand data, metrics, insights, workflows
Server
https://socialcrm.com/mcp
OpenAPI
/api/mcp-app/openapi.json
Widget
Brand Snapshot — renders inside ChatGPT
API documentation
Grouped by what you need to do next. Each doc works as a standalone guide.
Getting Started
Authentication, JSON-RPC 2.0 Protocol, Errors & Rate Limiting
Tool Reference
Tools Overview, list_brand_profiles, get_brand_profile, ...
MCP Integrations
CLI (npx socialcrm), Cursor, Claude Code, ...
OpenAPI / REST Integrations
ChatGPT Actions, OpenAPI Consumers
Repair Estimator (Beta)
Repair Estimator API (Beta)
Other
Changelog
Don't see your platform?
If your framework speaks MCP or OpenAPI, it connects. Tell us which guide to write next.