← All plugins
unifapi
v1.0.0Marketing agents and public-data skills for Claude, Codex, and any MCP client. Read-only research over UnifAPI's SEO, social, local, and AI-visibility APIs.
CodexClaude Code1 skill1 MCP serverstreamable-http
by UnifAPIMIT544updated 1 month ago
Source
git clone https://github.com/unifapi-agent/agentsClone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.
Layout
unifapi/
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/unifapi/SKILL.md└── .mcp.json
Skills1
unifapiskills/unifapi/SKILL.md
Use when working with UnifAPI public-data APIs or the UnifAPI MCP server: connecting OAuth MCP clients, discovering operations, calling social/search/scrape/news APIs, troubleshooting UnifAPI auth, or deciding between MCP OAuth and API-key fallback. Always use before asking for UnifAPI credentials or calling UnifAPI tools.
MCP servers1
unifapistreamable-http
- url
- https://mcp.unifapi.com
Manifests2
.codex-plugin/plugin.json
{
"name": "unifapi",
"version": "1.0.0",
"description": "Marketing agents and public-data skills for Claude, Codex, and any MCP client. Read-only research over UnifAPI's SEO, social, local, and AI-visibility APIs.",
"author": {
"name": "UnifAPI",
"url": "https://unifapi.com"
},
"homepage": "https://unifapi.com/agents",
"repository": "https://github.com/unifapi-agent/agents",
"license": "MIT",
"keywords": [
"unifapi",
"mcp",
"marketing-agents",
"seo",
"public-data",
"agents"
],
"skills": [
"./skills/unifapi",
"./skills/seo-agent/seo-audit",
"./skills/seo-agent/seo-fix-plan",
"./skills/seo-agent/keyword-research",
"./skills/seo-agent/schema",
"./skills/ai-visibility-agent/ai-visibility-audit",
"./skills/ai-visibility-agent/ai-visibility-fix-plan",
"./skills/ai-visibility-agent/llm-mention-tracking",
"./skills/ai-visibility-agent/ai-answer-gap",
"./skills/local-seo-agent/local-pack-audit",
"./skills/local-seo-agent/listing-accuracy-audit",
"./skills/local-seo-agent/local-competitor-scan",
"./skills/influencer-marketing-agent/creator-campaign-ops",
"./skills/influencer-marketing-agent/creator-shortlist",
"./skills/influencer-marketing-agent/audience-fit-check",
"./skills/influencer-marketing-agent/kol-pricing",
"./skills/content-strategy-agent/content-opportunity-brief",
"./skills/content-strategy-agent/content-strategy",
"./skills/content-strategy-agent/customer-research",
"./skills/social-listening-agent/social-listening-brief",
"./skills/social-listening-agent/reddit-community-research",
"./skills/social-listening-agent/reddit-thread-fit-check",
"./skills/social-selling-agent/buying-signal-monitor",
"./skills/lead-company-research-agent/linkedin-account-research",
"./skills/competitive-intelligence-agent/competitor-launch-monitor",
"./skills/competitive-intelligence-agent/competitor-profiling",
"./skills/lead-company-research-agent/account-news-signals",
"./skills/real-estate-marketing/neighborhood-guide-opportunity",
"./skills/real-estate-marketing/agent-reputation-benchmark",
"./skills/med-spa-marketing/med-spa-reputation-benchmark",
"./skills/med-spa-marketing/treatment-demand-radar",
"./skills/dental-marketing/dental-reputation-benchmark",
"./skills/dental-marketing/patient-question-content",
"./skills/law-firm-marketing/practice-area-rank-audit",
"./skills/law-firm-marketing/attorney-reputation-benchmark",
"./skills/restaurant-marketing/restaurant-local-buzz",
"./skills/restaurant-marketing/menu-demand-radar",
"./skills/home-services-marketing/service-area-rank-audit",
"./skills/home-services-marketing/homeowner-question-content",
"./skills/x-twitter-agent/x-twitter",
"./skills/linkedin-agent/linkedin",
"./skills/reddit-agent/reddit",
"./skills/tiktok-agent/tiktok",
"./skills/youtube-agent/youtube",
"./skills/instagram-agent/instagram",
"./skills/hacker-news-agent/hacker-news",
"./skills/threads-agent/threads"
],
"mcpServers": {
"unifapi": {
"type": "http",
"url": "https://mcp.unifapi.com"
}
},
"interface": {
"displayName": "UnifAPI",
"shortDescription": "Read-only marketing research over public data — SEO, GEO, social, local.",
"longDescription": "UnifAPI turns public data into agent-callable marketing research: SEO and SERP audits, generative-engine / AI-visibility (GEO) checks, local SEO, KOL pricing and creator vetting, social listening, competitive intelligence, and B2B account research. Install once for the skills plus the OAuth MCP server — no API key to paste; everything is read-only (eyes, not hands).",
"developerName": "UnifAPI",
"category": "marketing",
"capabilities": [
"Read"
],
"websiteURL": "https://unifapi.com",
"privacyPolicyURL": "https://unifapi.com/legal/privacy-policy",
"termsOfServiceURL": "https://unifapi.com/legal/terms-of-service",
"defaultPrompt": [
"Track these keywords for example.com in the US market: \"unified api\", \"public data api\", \"mcp server\". Return our organic and AI-overview positions, the competing domains, and the SERP features each query triggers. Then find 10 keyword gaps where competitor.com ranks and we don't, with evidence.",
"For these prompts — \"best unified public data api\", \"mcp server for social data\" — check whether example.com and our brand are cited in AI answers across AI search. Return the cited sources, our mentions vs competitors, AI search volume, and the prompts where we are missing entirely.",
"Audit local visibility for \"coffee shop\" near downtown Austin, TX. Return the local-pack and map results, each listing's rating, category, and contact details, and where my business ranks vs the top competitors. Flag any listing details that look inconsistent.",
"Plan a full-funnel creator campaign for an AI developer-tool launch across X and YouTube. Build the campaign spec, discover and rank 15 creators, estimate pricing and predicted CPM/CPC, make confirm / negotiate / pass calls, draft the content-review checklist, define the launch watchlist, and list the operator handoffs."
],
"brandColor": "#1f6feb",
"logo": "https://unifapi.com/unif.svg"
}
}.claude-plugin/plugin.json
{
"name": "unifapi",
"displayName": "UnifAPI",
"description": "Marketing agents and public-data skills for Claude, Codex, and any MCP client. Read-only research over UnifAPI's SEO, social, local, and AI-visibility APIs.",
"version": "1.0.0",
"skills": [
"./skills/unifapi",
"./skills/seo-agent/seo-audit",
"./skills/seo-agent/seo-fix-plan",
"./skills/seo-agent/keyword-research",
"./skills/seo-agent/schema",
"./skills/ai-visibility-agent/ai-visibility-audit",
"./skills/ai-visibility-agent/ai-visibility-fix-plan",
"./skills/ai-visibility-agent/llm-mention-tracking",
"./skills/ai-visibility-agent/ai-answer-gap",
"./skills/local-seo-agent/local-pack-audit",
"./skills/local-seo-agent/listing-accuracy-audit",
"./skills/local-seo-agent/local-competitor-scan",
"./skills/influencer-marketing-agent/creator-campaign-ops",
"./skills/influencer-marketing-agent/creator-shortlist",
"./skills/influencer-marketing-agent/audience-fit-check",
"./skills/influencer-marketing-agent/kol-pricing",
"./skills/content-strategy-agent/content-opportunity-brief",
"./skills/content-strategy-agent/content-strategy",
"./skills/content-strategy-agent/customer-research",
"./skills/social-listening-agent/social-listening-brief",
"./skills/social-listening-agent/reddit-community-research",
"./skills/social-listening-agent/reddit-thread-fit-check",
"./skills/social-selling-agent/buying-signal-monitor",
"./skills/lead-company-research-agent/linkedin-account-research",
"./skills/competitive-intelligence-agent/competitor-launch-monitor",
"./skills/competitive-intelligence-agent/competitor-profiling",
"./skills/lead-company-research-agent/account-news-signals",
"./skills/real-estate-marketing/neighborhood-guide-opportunity",
"./skills/real-estate-marketing/agent-reputation-benchmark",
"./skills/med-spa-marketing/med-spa-reputation-benchmark",
"./skills/med-spa-marketing/treatment-demand-radar",
"./skills/dental-marketing/dental-reputation-benchmark",
"./skills/dental-marketing/patient-question-content",
"./skills/law-firm-marketing/practice-area-rank-audit",
"./skills/law-firm-marketing/attorney-reputation-benchmark",
"./skills/restaurant-marketing/restaurant-local-buzz",
"./skills/restaurant-marketing/menu-demand-radar",
"./skills/home-services-marketing/service-area-rank-audit",
"./skills/home-services-marketing/homeowner-question-content",
"./skills/x-twitter-agent/x-twitter",
"./skills/linkedin-agent/linkedin",
"./skills/reddit-agent/reddit",
"./skills/tiktok-agent/tiktok",
"./skills/youtube-agent/youtube",
"./skills/instagram-agent/instagram",
"./skills/hacker-news-agent/hacker-news",
"./skills/threads-agent/threads"
],
"mcpServers": {
"unifapi": {
"type": "http",
"url": "https://mcp.unifapi.com"
}
},
"author": {
"name": "UnifAPI",
"url": "https://unifapi.com"
},
"homepage": "https://unifapi.com/agents",
"repository": "https://github.com/unifapi-agent/agents",
"license": "MIT",
"keywords": [
"unifapi",
"mcp",
"marketing-agents",
"seo",
"public-data",
"agents"
]
}