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 instructions/kansei-link/kansei-mcp-server/agents-mdgit clone --depth 1 https://github.com/kansei-link/kansei-mcp-serverWhat 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.00424 | $0.00424 |
| Opus 5 | $0.00212 | $0.00212 |
| Sonnet 5 | $0.00085 | $0.00085 |
| Haiku 4.5 | $0.00042 | $0.00042 |
Grade A, and why
kansei-mcp-server AGENTS.md 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.
What it actually says
KanseiLink — Agent Instructions
What is KanseiLink?
KanseiLink is an MCP intelligence layer that helps AI agents discover, evaluate, and orchestrate Japanese SaaS MCP tools. Think of it as a search engine for MCP services, with community-driven quality signals.
Tools
search_services
Find MCP services by what you want to accomplish.
- Input:
{ intent: "send invoice to client", category?: "accounting", limit?: 5 } - Returns: Ranked list with trust_score, usage data, and mcp_endpoint
get_recipe
Get structured workflow patterns combining multiple services.
- Input:
{ goal: "onboard new employee", services?: ["smarthr", "chatwork"] } - Returns: Step-by-step recipe with input/output mappings and error hints
- The
coverage_percentfield tells you how many required services you already have
report_outcome
Share your experience after using a service. This builds the knowledge base for all agents.
- Input:
{ service_id: "freee", success: true, latency_ms: 450, context?: "Created invoice" } - All context is PII-masked automatically. Your identity is anonymized.
- Returns: Confirmation with list of masked fields
get_insights
Check community data before using an unfamiliar service.
- Input:
{ service_id: "freee" } - Returns: success_rate, avg_latency_ms, common_errors, usage_trend, confidence_score
Categories
crm, project_management, communication, accounting, hr, ecommerce
Trust & Safety
- trust_score (0.0-1.0): Based on namespace verification and community outcomes
- confidence_score (0.0-1.0): How reliable the insights data is (more agents + more calls + fresher data = higher confidence)
- PII auto-masking on all text fields in report_outcome
- No raw user data stored
Namespace
io.github.kansei-link/* — verified via GitHub OIDC
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 · 45 lines · 424 tokens per session scan A d48c995c40c8
kansei-mcp-server AGENTS.md is an instructions file published in the GitHub repository kansei-link/kansei-mcp-server (1 stars, last pushed 3d ago), licensed MIT. It adds 424 tokens to every session, about $0.0021 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.
Other instructions, from other repositories
mcp-server-excel coverage-prevention-strategy.instructions.md
Instructions for sbroenne/mcp-server-excel, covering generated surface coverage, contract change workflow, required checks and common incomplete changes.
mcp-server-excel mcp-llm-guidance.instructions.md
Instructions for sbroenne/mcp-server-excel, a project described as: Automate real Microsoft Excel with AI via MCP Server or CLI — Power Query, DAX, VBA, PivotTables, charts, and 326 operations.
openrouter-mcp-multimodal AGENTS.md
Instructions for stabgan/openrouter-mcp-multimodal, covering agent instructions, before you ship, releasing (read this before publishing), short version and version files (must all match package.json).
ntfy-mcp-server AGENTS.md
Instructions for cyanheads/ntfy-mcp-server, covering developer protocol, what's next?, core rules, patterns and tool.
Plonk AGENTS.md
Instructions for ostapondo/Plonk, covering agent rules, layout, adding a module, build & verify and code style.
mcp-dockhand copilot-review.instructions.md
Instructions for strausmann/mcp-dockhand: When reviewing pull requests in this repository.