Command Palette

Search for a command to run...

UnylyUnyly
Browse all

UnifAPI

FreeNot checked

Hosted MCP server for live public-data APIs and Skills for AI agents.

GitHubEmbed

About

Hosted MCP server for live public-data APIs and Skills for AI agents.

README

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:

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.

from github.com/unifapi-agent/unifapi-mcp-server

Installing UnifAPI

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/unifapi-agent/unifapi-mcp-server

FAQ

Is UnifAPI MCP free?

Yes, UnifAPI MCP is free — one-click install via Unyly at no cost.

Does UnifAPI need an API key?

No, UnifAPI runs without API keys or environment variables.

Is UnifAPI hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install UnifAPI in Claude Desktop, Claude Code or Cursor?

Open UnifAPI on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare UnifAPI with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All ai MCPs