← WebMCP Directory

Tool tree

unifapi.com

liveAI & Agents
https://unifapi.com/
Ready-to-run AI marketing agents for SEO, AI visibility (GEO), influencer, social listening, and competitor research. Add one MCP server to Claude, ChatGPT, or Codex — pay $0.001 per record, no…
Explore capabilities
unifapi_get_agent_contextanswer

Return UnifAPI discovery endpoints, OAuth metadata pointers, MCP setup URLs, and content usage preferences for AI agents.

View tool JSON
{
  "name": "unifapi_get_agent_context",
  "kind": "answer",
  "impl": "imperative",
  "description": "Return UnifAPI discovery endpoints, OAuth metadata pointers, MCP setup URLs, and content usage preferences for AI agents.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "topic": {
        "type": "string",
        "description": "Optional topic filter such as oauth, mcp, skills, pricing, or robots."
      }
    },
    "additionalProperties": false
  },
  "page": "/"
}
unifapi_find_skillanswer

Find UnifAPI Skills by task, outcome, or keyword and return agent-friendly run surfaces.

View tool JSON
{
  "name": "unifapi_find_skill",
  "kind": "answer",
  "impl": "imperative",
  "description": "Find UnifAPI Skills by task, outcome, or keyword and return agent-friendly run surfaces.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "query": {
        "type": "string",
        "description": "Task or keyword, for example KOL pricing or creator shortlist."
      }
    },
    "additionalProperties": false
  },
  "page": "/"
}
unifapi_find_apianswer

Find live UnifAPI public-data APIs by platform, category, or task language.

View tool JSON
{
  "name": "unifapi_find_api",
  "kind": "answer",
  "impl": "imperative",
  "description": "Find live UnifAPI public-data APIs by platform, category, or task language.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "query": {
        "type": "string",
        "description": "Platform or task keyword, for example TikTok, LinkedIn, or social."
      },
      "category": {
        "type": "string",
        "enum": [
          "social",
          "seo",
          "local",
          "travel",
          "events",
          "news"
        ]
      }
    },
    "additionalProperties": false
  },
  "page": "/"
}
unifapi_fetch_machine_contextanswer

Fetch first-party machine-readable UnifAPI context such as llms.txt, developers.md, skills.md, auth.md, pricing.md, versioning.md, sandbox.md, or status.md.

View tool JSON
{
  "name": "unifapi_fetch_machine_context",
  "kind": "answer",
  "impl": "imperative",
  "description": "Fetch first-party machine-readable UnifAPI context such as llms.txt, developers.md, skills.md, auth.md, pricing.md, versioning.md, sandbox.md, or status.md.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "source": {
        "type": "string",
        "enum": [
          "llms.txt",
          "llms-full.txt",
          "developers.md",
          "skills.md",
          "auth.md",
          "pricing.md",
          "status.md",
          "versioning.md",
          "sandbox.md"
        ]
      }
    },
    "additionalProperties": false
  },
  "page": "/"
}