Connect SocialCRM to any agent
One MCP server, one OpenAPI spec, 21 tools. Pick how your agent connects — we handle the rest.
Integrations
How does your agent connect?
Each card links to a setup guide. Already connected? Jump to the API reference below.
Cursor
MCPAuto-configures .cursor/mcp.json with one command.
Claude Code
MCPMCP server config for Claude Code and Claude Desktop.
Gemini CLI
MCPGemini extension config for Google's CLI agent.
ChatGPT
OpenAPIImport the OpenAPI spec as a Custom GPT Action.
Any MCP Client
MCPGeneric HTTP MCP server works with any compliant client.
REST / cURL
RESTPer-tool REST endpoints and JSON-RPC 2.0 directly.
CLI
CLITerminal tool for brand data, metrics, and workflows.
Salesforce AgentForce
OpenAPIConsume the OpenAPI spec as an AgentForce action.
Google Agent Directory
Coming soonList SocialCRM tools in the Google agent marketplace.
LangChain / CrewAI
MCPUse the MCP client SDK to call tools from any framework.
Quick start
Make your first API call
Generate an API key in Settings > API Keys, then pick your method:
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
Bearer token (sk_live_...)
Tools
21 — brand data, metrics, insights, workflows
Server
https://socialcrm.com/api/mcp-app
OpenAPI
/api/mcp-app/openapi.json
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.