25 tools from the Mcp Socialapi MCP Server, categorised by risk level.
View the Mcp Socialapi policy →social_api_exchange_oauth Complete the OAuth flow by exchanging an authorization code for account credentials. Called after the user grants access via the auth URL. 2/5 social_api_get_account_limits Get platform-specific rate limits and usage limits for a connected account. social_api_get_comment_replies Retrieve replies to a specific comment. The interaction_id must start with socapi_cmt_. social_api_get_comments Retrieve comments on a specific post from a connected social media account. Supports pagination and date filtering. social_api_get_dm_thread Retrieve a specific DM thread/conversation with a user. social_api_get_dms Retrieve direct message conversations from a connected social media account. Supports pagination and date filtering. social_api_get_me Get information about the currently authenticated user, including plan tier and billing period. social_api_get_mentions Retrieve mentions of a connected account across the platform. Supports pagination and date filtering. social_api_get_posts Retrieve posts/media from a connected social media account. Supports pagination and filtering by date. social_api_get_reviews Retrieve reviews for a connected account (e.g. Google Reviews, Trustpilot). Supports pagination and date filtering. social_api_get_usage Get your current API usage statistics including credits used, credits limit, and billing period. social_api_list_accounts List all social media accounts connected to your SocialAPI workspace. Returns platform, account name, and account ID for each. social_api_list_keys List all API keys in your workspace. Returns key hints (first 5 chars), names, and creation dates. social_api_list_webhooks List all configured webhook endpoints for your workspace. social_api_connect_account Initiate the OAuth flow to connect a new social media account. Returns an authorization URL the user must visit to grant access. 2/5 social_api_create_key Create a new API key. The full key is only shown once in the response — store it securely. 2/5 social_api_create_webhook Create a new webhook endpoint to receive event notifications. 2/5 social_api_moderate_comment Moderate a comment by hiding, unhiding, or deleting it. The interaction_id must start with socapi_cmt_. 2/5 social_api_send_dm Send a direct message in an existing DM thread. Costs 2 credits. 2/5 social_api_send_feedback Send feedback to the SocialAPI team — bug reports, feature requests, or general comments. 2/5 social_api_toggle_post_comments Enable or disable comments on a specific post. 2/5 social_api_update_webhook Update an existing webhook endpoint's URL, events, or active status. 2/5 The Mcp Socialapi MCP server exposes 25 tools across 4 categories: Read, Write, Destructive, Execute.
Use Intercept, the open-source MCP proxy. Write YAML rules for each tool — rate limits, argument validation, or deny rules — then run Intercept in front of the Mcp Socialapi server.
Mcp Socialapi tools are categorised as Read (14), Write (8), Destructive (2), Execute (1). Each category has a recommended default policy.
Open source. One binary. Zero dependencies.
npx -y @policylayer/intercept