https://api.social-api.ai/mcp
Prerequisites
- VS Code (1.101+) with GitHub Copilot extension
- A GitHub Copilot subscription (Individual, Business, or Enterprise)
- A SocialAPI.AI account with at least one connected social account
Config file
Create or edit.vscode/mcp.json in your workspace (or add to your user profile for global access):
VS Code supports OAuth 2.1 with Dynamic Client Registration. It auto-discovers the authorization server via
/.well-known/oauth-protected-resource.Command Palette
- Open the Command Palette (
Ctrl+Shift+P/Cmd+Shift+P) - Run MCP: Add Server
- Select HTTP as the server type
- Enter the URL:
https://api.social-api.ai/mcp - Choose Global (user profile) or Workspace scope
- Click the Auth CodeLens to complete the OAuth flow
SocialAPI.AI tools are then available in Copilot Chat (Agent mode).
Troubleshooting
“Auth” button not showing — Make sure you’re on VS Code 1.101+ and the GitHub Copilot extension is installed and active. The CodeLens appears above the server entry in.vscode/mcp.json.