Help us improve
Share bugs, ideas, or general feedback.
From UnifAPI
Connects UnifAPI OAuth MCP clients, discovers public-data operations, and calls social/search/scrape/news APIs. Used before asking for credentials or calling UnifAPI tools.
npx claudepluginhub unifapi-agent/agents --plugin unifapiHow this skill is triggered — by the user, by Claude, or both
Slash command
/unifapi:unifapiThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use the hosted MCP server first:
Replaces built-in web tools with Bright Data MCP for scraping, searching, and structured data extraction from 60+ platforms including social media, e-commerce, and business sites.
Replaces built-in WebSearch/WebFetch with a dynamic provider catalog for web search, URL scraping, news, social media, market prices, on-chain data, and any third-party API.
Automates Opengraph IO operations via Composio toolkit through Rube MCP. Discovers tools, manages connections, and executes workflows.
Share bugs, ideas, or general feedback.
Use the hosted MCP server first:
https://mcp.unifapi.com
Let the MCP client complete browser OAuth when it asks. Do not ask the user to paste OAuth tokens into chat. Do not ask for an API key unless the client cannot complete OAuth and the task genuinely needs live UnifAPI calls.
Read references/mcp.md for OAuth protected-resource metadata, client setup, and the API-key fallback.
list_operations and get_operation to find exact public-data operations and schemas.call_api only for evidence you need.401 unauthorized, restart OAuth or use the documented API-key fallback if OAuth is unavailable.UnifAPI is for public data: social profiles and posts, search results, trends, web scrape outputs, news, comments, communities, videos, and public company or creator signals.
OAuth authorizes the UnifAPI workspace and credit balance. It does not grant access to a user's private Twitter/X, Google, CRM, email, or SaaS accounts. Use a connector platform when the workflow needs private user-authorized SaaS data.
Read references/public-data.md when choosing whether UnifAPI is the right data path.
Prefer MCP for agent workflows. Use direct HTTP only when the user is building an integration, running scripts, or using a client that cannot call MCP tools.
Read references/http-api.md before writing direct HTTP calls.