Borrowing it
Nothing to install: this file belongs to chrisryugj/schoolinfo-mcp. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/chrisryugj/schoolinfo-mcp/main/CLAUDE.mdgit clone --depth 1 https://github.com/chrisryugj/schoolinfo-mcpWrote 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/instructions/chrisryugj/schoolinfo-mcp/claude-md)<a href="https://agentmods.dev/instructions/chrisryugj/schoolinfo-mcp/claude-md"><img src="https://agentmods.dev/badge/instructions/chrisryugj/schoolinfo-mcp/claude-md.svg" alt="Measured on agentmods" 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.00822 | $0.00822 |
| Opus 5 | $0.00411 | $0.00411 |
| Sonnet 5 | $0.00164 | $0.00164 |
| Haiku 4.5 | $0.00082 | $0.00082 |
Grade A, and why
schoolinfo-mcp CLAUDE.md scanned grade A with 1 finding 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 8d 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
- **반영 절차**: main 커밋·푸시 후 `cd ~/workspace/schoolinfo-mcp && vercel build --prod && vercel deploy --prebuilt --prod` (클라우드 빌드는 감지 이슈로 불안정 → **로컬 빌드 후 `--prebuilt` 업로드가 정석**) → `curl https://school.gomdori.app/health` 확인 What it actually says
CLAUDE.md
⚠️ 배포 — 두 갈래 (MCP는 fly 통합호스트, 웹앱은 Vercel)
웹앱 — Vercel school.gomdori.app (2026-07-04부터)
공식 웹앱(브라우저용 UI + /api/* + /mcp)은 **Vercel 프로젝트 schoolinfo-mcp**로 서빙. 주소 https://school.gomdori.app.
- 함정: 이 패키지는 npm 라이브러리(
main: ./dist/index.js)를 겸해서, Vercel 기본 감지(framework: node)가 라이브러리 진입점을 서버 함수로 오인 →FUNCTION_INVOCATION_FAILED("Invalid export"). 그래서vercel.json에framework: null+functions."api/index.ts"단일 함수로 고정하고, 전 경로를rewrites로/api/index?__vpath=/$1에 실어 보낸 뒤api/index.ts에서 원경로 복원(고정 destination rewrite는req.url을 덮어씀). - 반영 절차: main 커밋·푸시 후
cd ~/workspace/schoolinfo-mcp && vercel build --prod && vercel deploy --prebuilt --prod(클라우드 빌드는 감지 이슈로 불안정 → 로컬 빌드 후--prebuilt업로드가 정석) →curl https://school.gomdori.app/health확인 - env:
SCHOOLINFO_API_KEY·NEIS_API_KEY가 Vercel 프로젝트(production/preview)에 등록돼 있음 - 파싱 성능 주의: 큰 수행평가 hwpx(1.6MB)가 서버리스에서 13~18초(로컬 1.2초). memory 상향은 무효 확인 → 병목은 학교알리미 다운로드(외부). maxDuration 60(기본 300s)라 타임아웃은 안 남
- 지역코드:
src/regions.json은 2026 개편(전남광주통합특별시·인천 신설구·화성 분구)을 union으로 반영 — 학교알리미 API가 과도기라 구(광주광역시/전라남도)·신(전남광주통합특별시) 명칭을 섞어 주므로 both 유지해야 브릿지가 안 깨짐
MCP — fly 통합 호스트 (2026-07-02부터)
MCP 전용 서빙은 gomdori-mcp 통합 호스트(fly 앱 korean-law-mcp 1대, MCP 5종 동거).
- MCP 주소:
https://mcp.gomdori.app/school(MCP 엔드포인트./school/xyz는 프리픽스만 벗겨 전달) - 구 fly 앱
school-mcp는 중단 상태(fly scale count 0, 주소·앱은 보존) — 복구는fly scale count 1 -a school-mcp - 반영 절차: main에 커밋·푸시한 뒤
cd ~/workspace/gomdori-mcp && fly deploy -c fly.production.toml(Dockerfile이 GitHub main을 clone→tsup 빌드) →curl https://mcp.gomdori.app/healthz확인 - 시크릿
SCHOOLINFO_API_KEY·NEIS_API_KEY는 korean-law-mcp 앱에도 이관돼 있음
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.
- 8d ago First seen · 21 lines · 822 tokens per session scan A aea00c147fcd
schoolinfo-mcp CLAUDE.md is an instructions file published in the GitHub repository chrisryugj/schoolinfo-mcp (42 stars, last pushed 22d ago), licensed MIT. It adds 822 tokens to every session, about $0.0041 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other instructions, from other repositories
next.js AGENTS.md
AGENTS.md instructions for vercel/next.js, covering next.js development guide, codebase structure, monorepo overview, core package: packages/next and other important packages.
codex AGENTS.md
AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.
vscode buildNext.instructions.md
Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).
vscode oss-third-party-notices.instructions.md
Instructions for microsoft/vscode, covering vs code oss third-party-notices pipeline, architecture, pipeline flow in ci, applying the notice (cutover) and fallback chain (never fail the build).
langchain AGENTS.md
AGENTS.md instructions for langchain-ai/langchain, covering global development guidelines for the langchain monorepo, corridor security analysis, project architecture and context, monorepo structure and development tools & commands.
spec-kit AGENTS.md
AGENTS.md instructions for github/spec-kit, covering agents.md, about spec kit and specify, quickstart — add a new integration in 5 steps, integration architecture and integrationmanifest — file tracking.