smartmoving-mcp AGENTS.md

smartmoving-mcp AGENTS.md is an instructions file for Codex, OpenCode from MattyMailers/smartmoving-mcp. It costs 823 tokens per session, scanned A, original, MIT.

An AGENTS.md contribution guide for SmartMoving MCP, a server that exposes a moving-company CRM's API as local MCP tools. It lists required files to read, suitable contribution areas, and safety rules.

In plain words
What is it for?
Use it when adding SmartMoving API endpoints, improving tool descriptions, tightening input schemas, writing mocked tests, or documenting API behavior.
Why use it?
It helps agents understand the repository before editing and keeps API changes aligned with current limitations and plans. It also clarifies where tests and documentation are expected.

Instructions file for CodexOpenCode

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/mattymailers/smartmoving-mcp/agents-md
Clone the repo
git clone --depth 1 https://github.com/MattyMailers/smartmoving-mcp

Made for: Codex, OpenCode.

Wrote 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.

agentmods badge for smartmoving-mcp AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/mattymailers/smartmoving-mcp/agents-md.svg)](https://agentmods.dev/instructions/mattymailers/smartmoving-mcp/agents-md)
Your own site
<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>
Per session 823 This file is loaded in full into every session.
When invoked 823 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.1 $0.00823 $0.00823
Opus 5 $0.00411 $0.00411
Sonnet 5 $0.00165 $0.00165
Haiku 4.5 $0.00082 $0.00082

Measured 5d ago against content hash ffe136cb19a8, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

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.

AGENTS.md · 119 lines

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

  1. Read README.md.
  2. Read CONTRIBUTING.md.
  3. Read mcp-server/README.md for the current tool catalog.
  4. If changing setup docs, read docs/AGENT-INSTALL.md.
  5. If changing SmartMoving behavior, check docs/OPPORTUNITY-V1-V2-LIMITATIONS.md and docs/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_context
  • find_customer_context
  • daily_dispatch_snapshot
  • stale_followup_report
  • jobs_missing_materials
  • revenue_leakage_report
  • supply_reconciliation_summary

Hard safety rules

Never commit:

  • SmartMoving API keys.
  • .env or .env.local with 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.

Read the full file on GitHub · 119 lines

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. 5d ago First seen · 119 lines · 823 tokens per session scan A ffe136cb19a8

Subscribe to this mod's changes

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.

Related

Other instructions, from other repositories