Four Layers0:00
Agent. Skill. MCP. API. If those sound like four names for the same thing, this is the map you need: they are four different layers, and each one owns a different job.
Example0:18
Imagine asking Claude to find Instagram creators for a product launch. You see one request and one answer; underneath, four things happen. A service returns public records. A connector makes those records callable. A playbook turns them into a repeatable research process.
And a role decides what to do next.
API0:42
Start at the bottom: an API is the contract with a service. It tells software what you can request, which inputs are required, and what shape comes back. For Instagram research, that might mean a public profile, recent posts, reels, or comments.
The API does not decide whether a creator fits your campaign; it reliably returns the records that let someone make that decision.
MCP1:14
MCP sits above that contract, as a connection path for an assistant. Instead of hard-coding a custom integration for every task, Claude, ChatGPT, Codex, or another compatible client can connect to an MCP server, discover available operations, inspect what one operation needs, and call it.
MCP does not contain the marketing strategy; it makes capabilities available in a standard, assistant-friendly way.
Skill1:47
A skill is the playbook. It defines one concrete job: what to ask the user, which evidence to collect, which calls to run, how to compare the results, and what the final output should contain. A creator shortlist skill might set audience-fit criteria, inspect recent content, flag brand safety risks, and return a ranked brief with evidence.
The skill guides the work; it is not the data service, and it is not the connection.
Agent2:20
An agent is the user-facing role and decision loop. You run the SEO agent, the AI visibility agent, or the Instagram agent inside the assistant you already use. The agent understands the outcome, selects theright skills, asks useful follow-up questions, interprets the evidence, and suggests the next check.
In UnifAPI today, that work is read-only research: it can analyze public data and draft recommendations, but it does not post, send DMs, or reach into private social accounts.
Stack Fit2:56
Now the whole stack fits together: the agent decides, the skill guides, MCP connects, the API returns records. A request can move down through those layers, gather live public evidence, then move back up as a useful answer with citations and next steps.
Remove any one layer and something changes: less judgment, less repeatability, less connectivity, or no data at all.
UnifAPI Offerings3:26
UnifAPI provides all four product surfaces without pretending they are the same thing. Browse role and platform. Agents by the outcome you need. Load task-specific Skills for repeatable workflows. Connect one MCP server with UnifAPI authorization. Or use the public-data API catalog directly when you are building your own integration.
The same public-data boundary stays intact at every layer.
Choose Layer3:58
So, which page should you open? If you want a business outcome, start with an agent. If you want a reusable workflow, choose a skill. If you need to connect your assistant, use MCP. If you are writing the integration yourself, use the API: Outcome, Playbook, Connection, Contract.
Start Here4:20
Start with the outcome at unifapi.com/agents. The Skills, MCP Connection, and public-data API layer are ready when you need them.