trackmcp
Back to directory
unifapi-agent

unifapi-mcp-server

View on GitHub

UnifAPI MCP server: public-data APIs and Skills for AI agents via Model Context Protocol

3 starsOthers Updated Jun 4, 2026
ai-agentsclaude-mcpcodex-mcpcompetitive-intelligencecreator-researchcursor-mcpinfluencer-discoveryinstagram-apilinkedin-apimcpmodel-context-protocolpublic-data-apireddit-apiremote-mcp-serversocial-listeningsocial-media-apitiktok-apitwitter-apiyoutube-apikol-pricing

Documentation

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

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.

Frequently asked questions

What is unifapi-mcp-server?

unifapi-mcp-server is UnifAPI MCP server: public-data APIs and Skills for AI agents via Model Context Protocol

How do I install unifapi-mcp-server?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is unifapi-mcp-server open source?

Yes — it is hosted on GitHub at https://github.com/unifapi-agent/unifapi-mcp-server and has 3 stars.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP