Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/markifact/markifact-mcp/markifact-overviewnpx skills add markifact/markifact-mcp --skill markifact-overviewgit clone --depth 1 https://github.com/markifact/markifact-mcpWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00036 | $0.02379 |
| Opus 5 | $0.00018 | $0.01189 |
| Sonnet 5 | $0.00007 | $0.00476 |
| Haiku 4.5 | $0.00004 | $0.00238 |
Grade A, and why
markifact-overview scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 102 lines — stays where its author put it; the contents beside it link to each section on GitHub.
About Markifact
Markifact is a full performance-marketing management + reporting platform. Its remote MCP server at https://api.markifact.com/mcp exposes 1000+ operations that let you run accounts end-to-end: launch campaigns, edit creatives, manage audiences, rotate ads, sweep negatives, scale winners, diagnose underperformers, and pull reports across every connected platform. Reporting is a first-class capability — it's just not the only thing Markifact does.
Sign up at www.markifact.com for free credits. Connect your ad accounts at www.markifact.com/app/connections. Docs and platform coverage at www.markifact.com.
Platforms covered
- Google Ads — Search, PMax, Display, Demand Gen. Full lifecycle: create campaign / ad group / RSA / PMax asset group / sitelinks / callouts / structured snippets / negative lists / portfolio bidding strategies / audience signals / labels. Reporting via GAQL or
gads_get_report. - Meta Ads (Facebook + Instagram + Messenger) — campaign / ad set / ad lifecycle, custom + lookalike audiences, catalog (DPA), lead forms, CAPI health, ad previews, and the get→create→replace creative-edit workflow.
- GA4, Google Search Console, Google Merchant Center, Google Sheets, Slides, Drive, BigQuery, Trends, Maps, Business Profile, DV360.
- TikTok Ads, LinkedIn Ads, Pinterest Ads, Snapchat Ads, Reddit Ads, Microsoft Ads, Amazon Ads.
- Shopify, Klaviyo, HubSpot, Slack, WhatsApp, plus utilities (web fetch, charts, code, AI media gen, scheduling, lists).
The 8 MCP tools
The server exposes a small meta-tool surface — you don't call 300 tools directly, you discover them at runtime:
| Tool | Purpose |
|---|---|
find_operations |
Search the operation registry by intent. Always step 1. Each result includes `requires_approval: true |
get_operation_inputs |
Get the full input schema (required + optional, types, examples) for an operation. Always step 2. Never guess shapes. |
run_operation |
Execute an operation with requires_approval: false. No confirmation needed. |
run_write_operation |
Execute an operation with requires_approval: true. Always confirm with the user first (see safe-write-operations skill). |
list_connections |
List the user's authenticated logins per platform. Rarely needed — see Cross-cutting rules. |
get_file_url |
Get a signed URL for a file stored in Markifact. |
read_file |
Read the contents of a file the user uploaded or that an op produced. |
upload_media |
Upload an image or video as a creative asset (e.g. for a Meta ad image, Google Ads asset, etc.). Only images and videos — no documents or other file types. |
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 2d ago First seen · 102 lines · 36 tokens per session scan A ca0e7d2ff979
markifact-overview is a skill published in the GitHub repository markifact/markifact-mcp (48 stars, last pushed 14d ago), licensed MIT. It adds 36 tokens to every session and 2,379 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
mcp-playbook
Deep reference / playbook for correctly driving the crevideo-reach MCP — TikTok Shop affiliate (分销) work: tool map (79 tools), the create flow, TC automation-wrapper vs direct entity, Open Collaboration (OC), read-side tool choice, filter schema, ID-space gotchas, message components, naming, reporting gotchas, sample…
creator-fit-scoring
Scores one or more TikTok Shop creators for real sell-through fit using evidence (conversion over followers), returning a fit verdict + recommendation strength + outreach suggestion, with a lookalike-expansion recruiting mode. Use when the user wants to score, rank, evaluate, shortlist, compare, or find lookalike…
winback-and-pruning
Analyzes a completed/failed/paused automation's taskresults, buckets them by status×reason, separates recoverable cohorts from terminal ones, and produces a win-back plan or a prune/blocklist recommendation. Use when the user wants a post-mortem, failure analysis, win-back, "how is this automation doing", or how to…
brand-safety-compliance
Scans outbound copy or creator-submitted content for 6 compliance red lines — medical/efficacy, exaggeration/absolute, beauty-permanence, financial/income, fake-scarcity, fake-rapport — and returns a block/warn verdict with fix suggestions. Use when the user asks to check, scan, review, or vet copy before sending, or…
creator-tier-resolver
Maps a creator's evidence to a collaboration tier (Open / T1 / T2 / T3·VIP) and judges whether they hit the Open→Target graduation line. Use when the user needs to decide which tier a creator belongs to, whether to graduate them, or what priority to give them; also called by creator-fit-scoring and…
offer-policy-checker
Validates a proposed commission/offer/outbound action against policy: within the tier's commission cap, all-in take-rate under the gate, product ACTIVATE, anti-spam params present — returning pass / warn / block + fixes. Use when setting, changing, or negotiating commission, deciding whether to accept a creator's…