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 skills add hyh0620/mcp-knowledge-service --skill verify-mcp-servergit clone --depth 1 https://github.com/hyh0620/mcp-knowledge-serviceWrote 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.
[](https://agentmods.dev/skills/hyh0620/mcp-knowledge-service/verify-mcp-server)<a href="https://agentmods.dev/skills/hyh0620/mcp-knowledge-service/verify-mcp-server"><img src="https://agentmods.dev/badge/skills/hyh0620/mcp-knowledge-service/verify-mcp-server/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.
<a href="https://agentmods.dev/skills/hyh0620/mcp-knowledge-service/verify-mcp-server"><img src="https://agentmods.dev/badge/skills/hyh0620/mcp-knowledge-service/verify-mcp-server.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00025 | $0.00222 |
| Opus 5 | $0.00013 | $0.00111 |
| Sonnet 5 | $0.00005 | $0.00044 |
| Haiku 4.5 | $0.00003 | $0.00022 |
Grade A, and why
verify-mcp-server 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 9d 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.
What it actually says
Verify MCP Server
Pipeline
- Ensure
config/settings.yamland provider environment variables are configured locally. - Start through an MCP client using:
python -m src.mcp_server.server - Call
initialize. - Call
tools/list. - Confirm tools:
query_knowledge_hublist_collectionsget_document_summary
- Call:
{ "query": "What is this collection about?", "top_k": 4, "collection": "knowledge_hub" }
Output
- Initialization status.
- Tool names.
- Query status.
- Citation count and source names.
Failure Handling
- If stdout contains logs, fix logging before continuing.
- If tools are missing, inspect MCP server registration.
- If citations are empty, verify collection ingestion.
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.
- 9d ago First seen · 42 lines · 25 tokens per session scan A 75c2fbf19a49
verify-mcp-server is a skill published in the GitHub repository hyh0620/mcp-knowledge-service (0 stars, last pushed 1mo ago), licensed MIT. It adds 25 tokens to every session and 222 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-09-01.
Other skills, from other repositories
uat-testing
Run end-to-end User Acceptance Tests for Agent Brain features. Builds wheels, installs packages, starts a test server, runs tests, and reports results — all without permission prompts.
moraine-sandbox-qa
Run isolated Moraine dev sandbox validation. Use when testing ingest, MCP, monitor, ClickHouse schema, source formats, stack behavior, or any change where QA must not touch the developer's host /.moraine install; use before reporting completion for stack-facing changes.
gsd-verify-work
Validate built features through conversational UAT.
playwright
Browser automation, web scraping, E2E testing, and visual regression with Playwright. Covers 30+ patterns: login flows, form testing, responsive design checks, broken link validation, API mocking, data extraction, PDF generation, accessibility audits (axe-core), performance budgets (Lighthouse), visual diffing…
test-commander
Generate unit, integration, E2E, and visual regression tests following the Testing Trophy methodology (80% integration). Covers Vitest/Jest, Testing Library, Playwright, MSW for API mocking, snapshot strategy, visual regression (Chromatic/Percy/Playwright), test factories with Faker, and CI sharding. Use when user…
gsd-add-tests
Generate tests for a completed phase based on UAT criteria and implementation.