The connector every
enhancedskill calls — OAuth MCP first, public data only, read-only.
This is the shared data skill the marketing agents read live public data through. It connects an MCP client to the UnifAPI server, discovers the right operation, and calls it for evidence — so every skill in this repo cites a real record instead of guessing.
- Connects over OAuth to the hosted MCP server (no tokens pasted into chat).
- Discovers operations and schemas (
list_operations,get_operation). - Calls public-data APIs for evidence (
call_api) and returns artifacts, not raw dumps. - Falls back to direct HTTP / API key only when a client cannot do MCP OAuth.
UnifAPI is for public data — social profiles and posts, search results and SERPs, trends, web scrape output, news, comments, communities, videos, and public company or creator signals. OAuth authorizes your UnifAPI workspace and credit balance; it never grants access to your private X, Google, CRM, or SaaS accounts.
Connect once and every skill reads through it. Pick the path your client supports — all OAuth, read-only:
Paste one prompt (Claude Code, Codex, Cursor, OpenClaw, Goose — any agent that manages its own MCP servers): ask it to add the UnifAPI MCP server at https://mcp.unifapi.com — a remote streamable-HTTP, read-only server — and run the OAuth sign-in. No API key to paste.
Web connector — no terminal (Claude, ChatGPT, Perplexity, Grok): add a custom connector pointed at https://mcp.unifapi.com, then authorize over OAuth.
Add the skills in any client with npx skills add unifapi-agent/agents. Claude-compatible hosts (Claude Code, Claude Desktop, OpenClaw) can instead install skills + MCP together as a plugin: /plugin marketplace add unifapi-agent/agents then /plugin install unifapi@unifapi.
Step-by-step for every client → https://unifapi.com/mcp
- Install & all clients: https://unifapi.com/mcp
- The skill itself: SKILL.md
- Docs: https://docs.unifapi.com/mcp
- API catalog: https://unifapi.com/apis
Topics: UnifAPI MCP server · public-data API · MCP OAuth · social data API · SERP API · agent data layer