RADAAR
About
The RADAAR MCP (Model Context Protocol) Server acts as a bridge between AI assistants (such as Claude, ChatGPT, or custom LLM agents) and the RADAAR social media management platform. By exposing RADAAR’s core tools and A
Details
- Author
- RADAAR
- Downloads
- 178
- Transport
- SSE
- Categories
- Productivity, Other, Automation
Jump to
- URL: https://mcp.radaar.io
- Transport: streamable-http
- Auth: OAuth 2.0 or API Key
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
RADAARCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
{
"mcpServers": {
"radaar": {
"type": "streamable-http",
"url": "https://mcp.radaar.io",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"radaar": {
"radaar": {
"type": "streamable-http",
"url": "https://mcp.radaar.io",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}
}
McpServers
{
"radaar": {
"type": "streamable-http",
"url": "https://mcp.radaar.io",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
A portableAgent Pluginfor theRADAARsocial media management platform. Conforms to the Agent Plugins Specification v1.0.0.
This plugin connects AI agents to RADAAR's MCP server, enabling social media management through natural language. It provides both an MCP server configuration and Agent Skills that guide agents through common workflows.
radaar/ ├── plugin.json # Plugin manifest (v26.8.20) ├── mcp.json # MCP server config (streamable-http) ├── skills/ │ ├── subscription-management/SKILL.md # Subscriptions, brands, channels, team, settings │ ├── social-inbox/SKILL.md # Conversations, messages, contacts │ ├── social-media-monitoring/SKILL.md # Keyword & brand monitoring │ ├── social-media-publishing/SKILL.md # Post creation, scheduling, content pool │ ├── social-media-analytics/SKILL.md # Performance analytics & reporting │ ├── utilities/SKILL.md # Hashtags, AI images, stock media, web tools │ ├── link-management/SKILL.md # URL shortener with custom domains │ └── task-management/SKILL.md # Kanban boards, lists, cards ├── LICENSE └── README.md
The plugin connects to RADAAR's remote MCP server via Streamable HTTP:
- URL:https://mcp.radaar.io
- Transport:streamable-http
- Auth:OAuth 2.0 or API Key
RADAAR's MCP server supports two authentication methods. Credentials are managed on the RADAAR dashboard underMy Account → Credentials.
The simplest way to connect. The API key is sent as a Bearer token in theAuthorizationheader. Seemcp.example_for_api_key.jsonfor a ready-to-use config example.
- Log in toRADAAR.
- Go toMy Account → Credentials.
- ClickNewand create anAPI Key.
- Copy the key and configure it in your AI client (seeClient Setupbelow).
For clients that support OAuth 2.0 (e.g., Claude). RADAAR's MCP server supportsRFC 8414OAuth metadata discovery — compatible clients will automatically discover the authorization flow.
- Log in toRADAAR.
- Go toMy Account → Credentials.
- ClickNewand create anOAuth 2.0 Client.
- Copy theClient IDandSecret Key.
- Configure them in your AI client (seeClient Setupbelow).
Authentication is handled by the MCP client at connection time per the Agent Plugins specification. Credentials are not stored in the plugin configuration.
Claude supports OAuth 2.0 natively via Connectors.
- Go toSettings → Connectorsin your Claude account.
- ClickAdd → Add Custom Connector.
- Enter a name and set the MCP address tohttps://mcp.radaar.io.
- Enter theClient IDandSecret Keyfrom your RADAAR OAuth 2.0 credentials.
- ClickAdd, thenConnectand authorize on the RADAAR page.
- ClickRefresh Tools Listif tools haven't loaded, then allow access to all tools.
Note:Once connected on any Claude product (Web, Desktop, or Code), it works across all of them.
Add to your VS Code settings (.vscode/mcp.jsonor user settings):
{ "servers": { "radaar": { "type": "streamable-http", "url": "https://mcp.radaar.io", "headers": { "Authorization": "Bearer YOUR_API_KEY" } } } }
ReplaceYOUR_API_KEYwith your RADAAR API key.
Add to your Cursor MCP settings (.cursor/mcp.json):
{ "mcpServers": { "radaar": { "type": "streamable-http", "url": "https://mcp.radaar.io", "headers": { "Authorization": "Bearer YOUR_API_KEY" } } } }
Add to your Windsurf MCP configuration (~/.windsurf/mcp.json):
{ "mcpServers": { "radaar": { "type": "streamable-http", "url": "https://mcp.radaar.io", "headers": { "Authorization": "Bearer YOUR_API_KEY" } } } }
Start a new chat, enable your plugin, and tell it what you want — e.g."Prepare a post praising London for tomorrow at 2 PM, find a suitable image, and schedule it for my Facebook, Instagram, and X accounts."
To disconnect, delete the plugin on ChatGPT's end and optionally delete the OAuth 2.0 Client in RADAAR.
Note:Once added to ChatGPT web, the plugin is also available in ChatGPT Desktop and Codex. Just restart those apps to see it.
Connect AI assistants to SocialBu to create, schedule, publish, and analyze social media content from chat.
Connect Claude or any AI assistant to SocialPilot and let it schedule, publish, manage approvals, and monitor delivery across every account — from one conversation.
Publish, schedule, and manage social media across 11 platforms with media uploads and analytics tracking.
AI-powered multi-platform content publishing. 25 tools to create posts, run automations, manage RSS feeds, generate hashtags, search images, and publish to Instagram, Facebook, LinkedIn, X, Threads, Telegram, Discord, WordPress, YouTube, TikTok, and more.
LinkedIn content creation and scheduling for B2B owners, done for you.
Draft, schedule and publish social posts to LinkedIn, X, Instagram, Facebook, Threads, TikTok, Pinterest and YouTube from your AI assistant, in a brand voice learned per account.
Create, schedule, and publish social media posts to 9 platforms from Claude, Cursor, or any AI agent. Hosted server with OAuth or API key auth.
Bulk publish to multiple social media at once.
Transforms any blog/article URL into ready-to-post social media content for Twitter/X, LinkedIn, Instagram, Facebook, and email. Hosted on Apify, zero setup, pay-per-event ($0.07).
Publish, schedule, moderate your social inbox, and pull analytics across every major network directly from any AI assistant, via Eclincher.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.


