zangia-mcp-ai: Skill for Claude Code

.agents/skills/zangia-mcp-testing/SKILL.md

zangia-mcp-testing is a skill for Claude Code, Codex from enkhbold470/zangia-mcp-ai. It costs 24 tokens per session (521 once invoked), scanned A, original, MIT.

A workflow for installing and testing the Zangia AI MCP server, which searches job listings from the Mongolian site zangia.mn.

In plain words
What is it for?
Use it to search jobs by query, category, district, remote status, salary, or result limit, then open listing URLs when more details are needed.
Why use it?
It documents the server's setup, testing commands, available search functions, and limits on live job data such as salary and location.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions Claude Code; installed under .agents/ (shared by several agents); mentions Codex.

This is enkhbold470/zangia-mcp-ai's own configuration. It tells Claude Code and Codex how to work on zangia-mcp-ai itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything zangia-mcp-ai configures →

Reuse

Borrowing it

Nothing to install: this file belongs to enkhbold470/zangia-mcp-ai. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/enkhbold470/zangia-mcp-ai/main/.agents/skills/zangia-mcp-testing/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/enkhbold470/zangia-mcp-ai

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for zangia-mcp-testing

README.md
[![agentmods](https://agentmods.dev/badge/skills/enkhbold470/zangia-mcp-ai/zangia-mcp-testing/github.svg)](https://agentmods.dev/skills/enkhbold470/zangia-mcp-ai/zangia-mcp-testing)
Your own site
<a href="https://agentmods.dev/skills/enkhbold470/zangia-mcp-ai/zangia-mcp-testing"><img src="https://agentmods.dev/badge/skills/enkhbold470/zangia-mcp-ai/zangia-mcp-testing/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for zangia-mcp-testing

Your own site · 80×15
<a href="https://agentmods.dev/skills/enkhbold470/zangia-mcp-ai/zangia-mcp-testing"><img src="https://agentmods.dev/badge/skills/enkhbold470/zangia-mcp-ai/zangia-mcp-testing.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 24 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 521 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What 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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00024 $0.00521
Opus 5 $0.00012 $0.00260
Sonnet 5 $0.00005 $0.00104
Haiku 4.5 $0.00002 $0.00052

Measured 12d ago against content hash 7874e6a6435e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

zangia-mcp-testing 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 12d 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.

.agents/skills/zangia-mcp-testing/SKILL.md · 75 lines

What it actually says

Zangia AI + MCP Testing & Execution Skill

Install (any major MCP host)

# Claude Code
claude mcp add zangia -- npx -y zangia

# OpenAI Codex
codex mcp add zangia -- npx -y zangia

# Direct stdio
npx -y zangia

Claude Desktop / Cursor JSON:

{
  "mcpServers": {
    "zangia": {
      "command": "npx",
      "args": ["-y", "zangia"]
    }
  }
}

Local clone (dev):

bun run mcp:stdio

Honest data limits (read before evaluating location/salary)

Live crawl of zangia.mn homepage only exposes title + code + url.

Field Live crawl truth
url Real https://www.zangia.mn/job/<code>
district Inferred from title keywords only; else Unknown
salary Unknown (max=0, salaryKnown=false) — open url
Downtown UB Title landmarks: Сүхбаатар бизнес, Нарны зам, Зүүн дөрвөн зам, Маргад — not Сүхбаатар аймаг

Cursor WebFetch is a separate Cursor browser tool, not part of this MCP. Agents should use it only when they need the full HTML posting page after MCP returns url.

Automated tests

bun run test

MCP tools

  • search_jobs(query?, category?, district?, isRemote?, minSalary?, limit?)
  • get_job_details(jobId) — local IDs or live zangia-live-<code> / bare code
  • match_candidate_cv(cvText, targetJobId?, minMatchScore?)
  • filter_by_salary(minSalary?, maxSalary?, currency?)
  • get_salary_benchmarks(category?)
  • post_job(...)

Suggested downtown UB query

search_jobs({ district: "Sukhbaatar", limit: 20 })

Then open each url (or WebFetch that URL) for exact address/salary. Do not trust salary bands from list crawl.

Changes

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.

  1. 12d ago First seen · 75 lines · 24 tokens per session scan A 7874e6a6435e

Subscribe to this mod's changes

zangia-mcp-testing is a skill published in the GitHub repository enkhbold470/zangia-mcp-ai (2 stars, last pushed 1mo ago), licensed MIT. It adds 24 tokens to every session and 521 once invoked, about $0.0001 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-31.

Related

Other skills, from other repositories

add-a-service

Scaffold a new service under services/ in the builders-stack monorepo. Use when something needs its own URL, port, or independent deploy. Covers the package, entrypoint, config, Tilt, deployment registry, and shared small-image build path.

lonormaly/builders-stack · 55 tokens

design-a-schema

Model a new table (or reshape an existing one) in libs/db with Drizzle — normalize by default, add the right constraints, and index deliberately. Use when adding a table/column, deciding on keys and foreign keys, or when a query is slow because the schema or its indexes are wrong. Enforces the stack's "Drizzle is the…

lonormaly/builders-stack · 91 tokens

optimize-a-query

Diagnose and fix a slow Postgres query in the builders-stack — read its EXPLAIN plan, find the missing index or the ORM N+1, and confirm the fix. Use when a page or endpoint is slow, a query times out, or pgstatstatements shows a hot query. Pairs with design-a-schema for the index itself.

lonormaly/builders-stack · 77 tokens

wire-a-new-payment-provider

Add or swap a payment provider behind the @stack/payment adapter in the builders-stack monorepo. Use when integrating Stripe, Paddle, Lemon Squeezy, or any provider alongside or in place of the default Creem adapter. The whole point is that apps and the API never change — only the adapter implementation does. Covers…

lonormaly/builders-stack · 92 tokens

add-a-lib

Scaffold a new shared library under libs/ in the builders-stack monorepo. Use when code is needed in two or more places (apps or services) and should become a single source of truth consumed by package name. Covers the package.json, tsconfig, the one-public-door src/index.ts barrel, and wiring it into a consumer…

lonormaly/builders-stack · 81 tokens

create-a-worktree

Create, inspect, or retire an isolated Builders Stack agent runtime through Worktree Zero. Use whenever parallel work needs another checkout or an old worktree needs cleanup.

lonormaly/builders-stack · 37 tokens