Unifapi | Give Your Agent Live Public Data

by unifapi-agent

252 downloads
Not rated
GitHub

About

Public social and news data APIs for MCP-capable AI agents.

Details

Author
unifapi-agent
Downloads
252
Categories
Developer Tools, API, Other, Search, AI

- Agent-native MCP with discoverable operations.
- Public-data scoped: serves public records only.
- OAuth authorizes the workspace, not private upstream accounts.
- Discoverable via /openapi.json, /llms.txt, /llms-full.txt.
- Portable: same operations work in Codex, Claude Code, or HTTP.
- Billed at $0.001 per returned record.

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Unifapi | Give Your Agent Live Public Data
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Start from a Skill prompt (e.g., KOL pricing), then add the hosted MCP server URL https://mcp.unifapi.com to the agent and authenticate with OAuth when data is needed. The agent discovers and calls operations via MCP (list_operations, get_operation, call_api). Developers can later call the same operations over HTTP at https://api.unifapi.com.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "unifapi | give your agent live public data": {
            "unifapi": {
                "url": "https://mcp.unifapi.com"
            }
        }
    }
}

McpServers

{
    "unifapi": {
        "url": "https://mcp.unifapi.com"
    }
}

UnifAPI gives Codex, Claude Code, Cursor, and other MCP-capable agents live public data for task-specific workflows. Start from a Skill such as KOL pricing, connect the hosted MCP server when the agent needs data, and use the HTTP API reference when you want to turn a working workflow into product code.

What is UnifAPI? [#what-is-unifapi]



UnifAPI is a Skills-first public-data layer for AI agents. The API catalog is the data layer under those Skills: normalized public social records, consistent authentication, canonical response schemas, cursor pagination, structured errors, and OpenAPI discovery.

Who should use UnifAPI? [#who-should-use-unifapi]



Use UnifAPI when an agent or application needs public social data without building a separate integration for every provider. Common workflows include KOL pricing, creator research, social listening, competitor monitoring, Reddit community research, and China social trend scouting.

How is UnifAPI different from an API marketplace? [#how-is-unifapi-different-from-an-api-marketplace]



API marketplaces list many unrelated providers with different auth patterns, schemas, pagination rules, errors, and billing models. UnifAPI starts from agent tasks, then exposes the live public-data operations those tasks need through MCP and HTTP with one shape, one workspace, and one bill.

Get started [#get-started]



<Cards>
<Card title="Quickstart" href="/quickstart" description="Run a Skill with MCP or make your first HTTP call." />

<Card title="Skills" href="/skills" description="How Skills map task prompts to MCP operations." />

<Card title="MCP server" href="/mcp" description="Connect Codex, Claude Code, and Cursor." />

<Card title="API reference" href="/api" description="Live public-data operations behind Skills." />
</Cards>

How it works [#how-it-works]



<Steps>
<Step>
Pick a task result. Start with a Skill prompt for KOL pricing, creator discovery, social
listening, or competitive research.
</Step>

<Step>
Let the agent call MCP. Add https://mcp.unifapi.com, authenticate with OAuth when the
agent needs data, and let it discover operations.
</Step>

<Step>
Use HTTP when you productize. Developers can call the same live public-data operations
through https://api.unifapi.com.
</Step>
</Steps>

Why UnifAPI [#why-unifapi]



<Callout type="info">
Skills reuse the agent product you already pay for. UnifAPI bills only public-data records at
$0.001 per returned record.
</Callout>

Agent-native. MCP exposes list_operations, get_operation, and call_api so an agent can discover and use the live catalog.
Public-data scoped. UnifAPI serves public records. OAuth authorizes the UnifAPI workspace, not a user's private upstream account.
Discoverable. /openapi.json, /llms.txt, /llms-full.txt, and markdown page alternates are first-class.
Portable. Skills can run in Codex or Claude Code; developers can later use the same operations over HTTP.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.