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/mattymailers/smartmoving-mcp/agents-mdgit clone --depth 1 https://github.com/MattyMailers/smartmoving-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/mattymailers/smartmoving-mcp/agents-md)<a href="https://agentmods.dev/instructions/mattymailers/smartmoving-mcp/agents-md"><img src="https://agentmods.dev/badge/instructions/mattymailers/smartmoving-mcp/agents-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.00823 | $0.00823 |
| Opus 5 | $0.00411 | $0.00411 |
| Sonnet 5 | $0.00165 | $0.00165 |
| Haiku 4.5 | $0.00082 | $0.00082 |
Grade A, and why
smartmoving-mcp 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 5d 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.
How it starts
The opening of the file, as written. The whole thing — 119 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AI Agent Contribution Guide
This repo welcomes AI-agent-assisted contributions. You can use Claude Code, Codex, Cursor, OpenCode, Hermes Agent, or another coding agent to inspect the repo, draft changes, improve docs, or add missing SmartMoving API coverage.
Agents can help move fast. Humans still own the judgment.
Project purpose
SmartMoving MCP Server exposes the SmartMoving External API v1 as local MCP tools so AI agents can safely work with moving-company CRM data.
The MCP server lives in:
mcp-server/
Before editing
- Read
README.md. - Read
CONTRIBUTING.md. - Read
mcp-server/README.mdfor the current tool catalog. - If changing setup docs, read
docs/AGENT-INSTALL.md. - If changing SmartMoving behavior, check
docs/OPPORTUNITY-V1-V2-LIMITATIONS.mdanddocs/ROADMAP.md.
Safe contribution lanes
Good agent-assisted contributions:
- Add missing SmartMoving endpoints as MCP tools.
- Improve tool descriptions so agents call the right tool at the right time.
- Tighten Zod schemas and parameter descriptions.
- Add mocked tests for endpoint paths, query params, request bodies, and errors.
- Document SmartMoving API quirks found during real use.
- Add workflow examples for sales, dispatch, billing, follow-ups, supply reconciliation, and revenue leakage.
- Improve error handling and make failures easier for agents to recover from.
High-value future tools:
get_quote_contextfind_customer_contextdaily_dispatch_snapshotstale_followup_reportjobs_missing_materialsrevenue_leakage_reportsupply_reconciliation_summary
Hard safety rules
Never commit:
- SmartMoving API keys.
.envor.env.localwith real values.- Real customer names, phone numbers, emails, addresses, quote numbers, or payment data.
- Screenshots containing CRM data.
- Agent logs containing live API responses.
- Production data samples from a real moving company account.
Use placeholders and mocked fixtures only.
If a secret or real customer data is exposed, stop immediately and tell the human maintainer before doing anything else.
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.
- 5d ago First seen · 119 lines · 823 tokens per session scan A ffe136cb19a8
smartmoving-mcp AGENTS.md is an instructions file published in the GitHub repository MattyMailers/smartmoving-mcp (4 stars, last pushed 1mo ago), licensed MIT. It adds 823 tokens to every session, about $0.0041 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
pipedrive-mcp-server CLAUDE.md
Claude Code instructions for ckalima/pipedrive-mcp-server, covering pipedrive mcp server, commands, architecture, api versions and docs: public vs. private.
neon-mcp-server CLAUDE.md
Claude Code instructions for voyagi/neon-mcp-server, covering neon mcp server — upwork portfolio project, purpose, what to build, demo scenario: "techstart crm" and value proposition.
localtry-mcp AGENTS.md
AGENTS.md instructions for philly88r/localtry-mcp, a project described as: Tenant-isolated MCP server for operating and customizing LocalTry CRM from ChatGPT and other AI clients.
livespace-crm-mcp AGENTS.md
AGENTS.md instructions for proAutomator/livespace-crm-mcp, covering livespace-crm-mcp - agent instructions, hard rules, livespace api - facts that will bite you, design canon and milestone workflow.
godcrm AGENTS.md
AGENTS.md instructions for Holetron-lab/godcrm, covering gitnexus — code intelligence, always do, never do, resources and cli.
openrouter-mcp-multimodal AGENTS.md
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).