streamable-httpupdated 3mo ago
UnifAPI is a hosted MCP server for AI agents that need live public-data APIs. It connects Codex, Claude Code, Cursor, and other Model Context Protocol clients to task-focused Skills for creator research, social listening, competitor monitoring, KOL pricing, and public web data workflows.
What can you do with UnifAPI?
UnifAPI MCP Server
UnifAPI is a hosted MCP server for AI agents that need live public-data APIs. It connects Codex, Claude Code, Cursor, and other Model Context Protocol clients to task-focused Skills for creator research, social listening, competitor monitoring, KOL pricing, and public web data workflows.
MCP server
- Repository:
unifapi-agent/unifapi-mcp-server - Registry name:
com.unifapi/mcp - Transport: Streamable HTTP
- Server URL:
https://mcp.unifapi.com - MCP setup: unifapi.com/mcp
- Website: unifapi.com
- API catalog: unifapi.com/apis
- Skills catalog: unifapi.com/skills
- Documentation: docs.unifapi.com/mcp
Quick install
Codex:
codex mcp add unifapi --url https://mcp.unifapi.com
Claude Code:
claude mcp add --transport http unifapi https://mcp.unifapi.com
Cursor:
{
"mcpServers": {
"unifapi": {
"url": "https://mcp.unifapi.com"
}
}
}
What agents can do
UnifAPI exposes three MCP tools:
list_operations- search the public-data operation catalog.get_operation- inspect parameters, schemas, and call examples.call_api- call a concrete operation and receive data plus billing metadata.
Common workflows include:
- X (Twitter) search, creator lookup, and KOL pricing research.
- TikTok, YouTube, Instagram, Reddit, and LinkedIn-style public-data analysis.
- Influencer discovery and creator shortlist generation.
- Competitor monitoring from public posts, comments, profiles, and trends.
- Market research and lead enrichment for AI agents.
Authentication
OAuth is the recommended authentication path. Compatible MCP clients discover the protected resource metadata from:
https://mcp.unifapi.com/.well-known/oauth-protected-resource
Clients that cannot complete OAuth can use a UnifAPI API key as a bearer token. See the MCP docs for current setup details.
Keywords
Model Context Protocol, MCP server, remote MCP server, hosted MCP server, AI agent tools, public data API, social media API, Twitter API, X API, TikTok API, YouTube API, Instagram API, Reddit API, LinkedIn API, creator research, influencer discovery, KOL pricing, competitive intelligence, social listening, UnifAPI.
Install
Add UnifAPI to your client. Pick the one you use.
claude mcp add --transport http unifapi https://mcp.unifapi.comcodex mcp add unifapi --url https://mcp.unifapi.com{
"mcpServers": {
"unifapi": {
"url": "https://mcp.unifapi.com"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"unifapi": {
"type": "http",
"url": "https://mcp.unifapi.com"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"unifapi": {
"url": "https://mcp.unifapi.com"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"unifapi": {
"serverUrl": "https://mcp.unifapi.com"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation22/25
- Maintenance13/25
- Trust9/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 92 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 0.1.2Latest | May 31, 2026 |
| 0.1.1 | May 23, 2026 |