UnifAPI
Hosted MCP server for live public-data APIs and Skills for AI agents.
Open source Repository Open in the app JSON README (API)
About
Hosted MCP server for live public-data APIs and Skills for AI agents.
Details
- Kind
- MCP servers
- Topic
- No topic detected
- Publisher
- com.unifapi
- Origin
- official
- Category
- ferramentas
- Transport
- http
- Version
- 0.1.2
- Stars
- 3
- Forks
- 1
- Open pull requests
- 1
- Last push
- 2026-05-31T16:17:27Z
- Repository state
- ativo
- Added
- 2026-08-29 03:01:26
- Updated
- 2026-08-29 03:01:26
- Origin id
com.unifapi/mcp
README
# 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](https://unifapi.com/mcp)
- Website: [unifapi.com](https://unifapi.com/)
- API catalog: [unifapi.com/apis](https://unifapi.com/apis)
- Skills catalog: [unifapi.com/skills](https://unifapi.com/skills)
- Documentation: [docs.unifapi.com/mcp](https://docs.unifapi.com/mcp)
## Quick install
Codex:
```bash
codex mcp add unifapi --url https://mcp.unifapi.com
```
Claude Code:
```bash
claude mcp add --transport http unifapi https://mcp.unifapi.com
```
Cursor:
```json
{
"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:
```txt
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.