{
  "markdown": "# UnifAPI MCP Server\n\nUnifAPI is a hosted MCP server for AI agents that need live public-data APIs.\nIt connects Codex, Claude Code, Cursor, and other Model Context Protocol clients\nto task-focused Skills for creator research, social listening, competitor\nmonitoring, KOL pricing, and public web data workflows.\n\n## MCP server\n\n- Repository: `unifapi-agent/unifapi-mcp-server`\n- Registry name: `com.unifapi/mcp`\n- Transport: Streamable HTTP\n- Server URL: `https://mcp.unifapi.com`\n- MCP setup: [unifapi.com/mcp](https://unifapi.com/mcp)\n- Website: [unifapi.com](https://unifapi.com/)\n- API catalog: [unifapi.com/apis](https://unifapi.com/apis)\n- Skills catalog: [unifapi.com/skills](https://unifapi.com/skills)\n- Documentation: [docs.unifapi.com/mcp](https://docs.unifapi.com/mcp)\n\n## Quick install\n\nCodex:\n\n```bash\ncodex mcp add unifapi --url https://mcp.unifapi.com\n```\n\nClaude Code:\n\n```bash\nclaude mcp add --transport http unifapi https://mcp.unifapi.com\n```\n\nCursor:\n\n```json\n{\n  \"mcpServers\": {\n    \"unifapi\": {\n      \"url\": \"https://mcp.unifapi.com\"\n    }\n  }\n}\n```\n\n## What agents can do\n\nUnifAPI exposes three MCP tools:\n\n- `list_operations` - search the public-data operation catalog.\n- `get_operation` - inspect parameters, schemas, and call examples.\n- `call_api` - call a concrete operation and receive data plus billing metadata.\n\nCommon workflows include:\n\n- X (Twitter) search, creator lookup, and KOL pricing research.\n- TikTok, YouTube, Instagram, Reddit, and LinkedIn-style public-data analysis.\n- Influencer discovery and creator shortlist generation.\n- Competitor monitoring from public posts, comments, profiles, and trends.\n- Market research and lead enrichment for AI agents.\n\n## Authentication\n\nOAuth is the recommended authentication path. Compatible MCP clients discover\nthe protected resource metadata from:\n\n```txt\nhttps://mcp.unifapi.com/.well-known/oauth-protected-resource\n```\n\nClients that cannot complete OAuth can use a UnifAPI API key as a bearer token.\nSee the MCP docs for current setup details.\n\n## Keywords\n\nModel Context Protocol, MCP server, remote MCP server, hosted MCP server, AI\nagent tools, public data API, social media API, Twitter API, X API, TikTok API,\nYouTube API, Instagram API, Reddit API, LinkedIn API, creator research,\ninfluencer discovery, KOL pricing, competitive intelligence, social listening,\nUnifAPI.\n",
  "bytes": 2364,
  "sha": "00a4646e4ebc0f456f72225ed9162e88a169578fafe9cd3a08a313d1a6a01b96",
  "repo_slug": "unifapi-agent/unifapi-mcp-server",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_com_unifapi_mcp_48e771c1/readme"
}