mcp-google-map CLAUDE.md

A set of instructions for maintaining the cablate/mcp-google-map project, including its CLAUDE.md file, Git process, and checklist for changing tools.

In plain words
What is it for?
Use it to guide feature-branch and pull-request work and to check every file that needs updating after a tool change.
Why use it?
It helps keep tool definitions, documentation, tests, and configuration aligned when a tool is added, removed, or renamed.

Instructions file

Install

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.

agentmods
npx agentmods add instructions/cablate/mcp-google-map/claude-md
Clone the repo
git clone --depth 1 https://github.com/cablate/mcp-google-map
Per session 372 This file is loaded in full into every session.
When invoked 372 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
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 $0.00372 $0.00372
Opus 5 $0.00186 $0.00186
Sonnet 5 $0.00074 $0.00074
Haiku 4.5 $0.00037 $0.00037

Measured 2d ago against content hash f60d948ab984, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

mcp-google-map CLAUDE.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.

CLAUDE.md · 25 lines

What it actually says

CLAUDE.md

Git Workflow

  • 永遠不要直接推 main。所有變更都要先開 feature branch、推上去、建 PR,等審核通過後才合併。
  • Commit 完成後走 git checkout -b feat/xxxgit push -u origin feat/xxxgh pr create 流程。

Tool 變更 Checklist

每次新增、刪除、或重新命名 tool 時,以下所有檔案都必須同步更新:

# 檔案 更新內容
1 src/tools/maps/*.ts Tool 定義(NAME, DESCRIPTION, SCHEMA, ACTION)
2 src/config.ts 註冊 tool + annotations
3 src/cli.ts EXEC_TOOLS 列表 + switch case
4 tests/smoke.test.ts expectedTools 陣列 + tool count assertions
5 README.md tool 數量(header、vs Grounding Lite 表、Server Info、exec mode)+ Available Tools 表格 + Project Structure
6 skills/google-maps/SKILL.md Tool Map 表格
7 skills/google-maps/references/tools-api.md 參數文件 + chaining patterns
8 server.json description(如有提到 tool 數量)
9 package.json description(如有提到 tool 數量)

漏更任何一個都會造成文件和實際行為不一致。PR 提交前請逐一確認。

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. 2d ago First seen · 25 lines · 372 tokens per session scan A f60d948ab984

Subscribe to this mod's changes

mcp-google-map CLAUDE.md is an instructions file published in the GitHub repository cablate/mcp-google-map (439 stars, last pushed 16d ago), licensed MIT. It adds 372 tokens to every session, about $0.0019 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.