quickfile-mcp AGENTS.md

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

An instruction guide for using QuickFile MCP, a tool connection that lets an AI assistant work with QuickFile accounting accounts through its API.

In plain words
What is it for?
Use it when building or operating QuickFile integrations that read or change accounting data, especially when multiple accounts and confirmation before changes are involved.
Why use it?
It explains account selection, authentication, API usage, and safety checks so the assistant does not send requests to the wrong account or expose secrets.

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

README.md
[![agentmods](https://agentmods.dev/badge/instructions/marcusquinn/quickfile-mcp/agents-md.svg)](https://agentmods.dev/instructions/marcusquinn/quickfile-mcp/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/marcusquinn/quickfile-mcp/agents-md"><img src="https://agentmods.dev/badge/instructions/marcusquinn/quickfile-mcp/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 670 This file is loaded in full into every session.
When invoked 670 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.00670 $0.00670
Opus 5 $0.00335 $0.00335
Sonnet 5 $0.00134 $0.00134
Haiku 4.5 $0.00067 $0.00067

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

Security

Grade A, and why

quickfile-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 3d 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 · 82 lines

How it starts

The opening of the file, as written. The whole thing — 82 lines — stays where its author put it; the contents beside it link to each section on GitHub.

QuickFile MCP - AI Assistant Guide

Quick Reference

  • API: QuickFile beta REST API
  • Docs: https://api-beta.quickfile.co.uk/api-docs/
  • Auth: personal bearer token in Authorization: Bearer ...
  • Secrets: QUICKFILE_<ACCOUNT>_API_KEY process environment variables
  • Accounts: every MCP tool requires an explicit account alias
  • Legacy fields: account number, MD5, and Application ID are not used
  • Safety: confirm all create/send/upload/update/delete operations and sanitize returned user-controlled content

Account routing

Never infer an account when more than one alias is configured. Require the user or task context to identify the entity, then pass its normalized alias through the tool's account field.

Example token names:

QUICKFILE_BUSINESS_API_KEY
QUICKFILE_PERSONAL_API_KEY

These produce business and personal account aliases. Secret values must be injected into the MCP process by a secret manager and must never appear in MCP arguments, config files, logs, tests, issues, or chat.

API patterns

  • Base URL: https://api-beta.quickfile.co.uk
  • Account verification: GET /account/me
  • Search/list responses: { count, location, paging?, data: [] }
  • JSON request and response fields use snake case except account details, whose published schema uses names such as AccNumber and BusinessName.
  • Document uploads use multipart form data.
  • 401/403: invalid or insufficient bearer-token authorization.
  • 429: rate limited; pause instead of retrying aggressively.

Tool behavior

Every exported tool receives the account selector in src/tools/index.ts. Handlers must call getApiClient(args.account) and use only documented REST paths and fields.

Read-only operations can proceed when the entity is explicit. Creating, updating, sending, uploading, or deleting data requires confirmation and should return the selected account alias or resource ID in the result where useful.

Read the full file on GitHub · 82 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. 3d ago First seen · 82 lines · 670 tokens per session scan A 928faf516e16

Subscribe to this mod's changes

quickfile-mcp AGENTS.md is an instructions file published in the GitHub repository marcusquinn/quickfile-mcp (4 stars, last pushed 23d ago), licensed MIT. It adds 670 tokens to every session, about $0.0034 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

cryptoexchange-net

Use CryptoExchange.Net abstractions when generating C#/.NET code that needs to work across MULTIPLE cryptocurrency exchanges (Binance + Bybit + OKX + Kraken + Coinbase + ...) — for arbitrage, best-execution routing, multi-exchange portfolio dashboards, exchange-agnostic trading bots, or comparison tools. Triggers on…

JKorf/CryptoExchange.Net · 2,291 tokens

OpenCandle AGENTS.md

Instructions for Kahtaf/OpenCandle, covering opencandle, commands, where to look, code style and conventions.

Kahtaf/OpenCandle · 1,628 tokens

claude-finance-kit CLAUDE.md

Instructions for hongbietcode/claude-finance-kit, covering claude finance kit assistant, scope, operating principles, skill (single entry point) and references (load when needed).

hongbietcode/claude-finance-kit · 2,209 tokens

creditkarma-mcp CLAUDE.md

Claude Code instructions for chrischall/creditkarma-mcp, covering creditkarma-mcp, commands, tool naming, architecture and auth resolution (pattern a template).

chrischall/creditkarma-mcp · 4,135 tokens

bullet-bots AGENTS.md

Instructions for bulletxyz/bullet-bots, covering bullet-bots, build & test, run the faucet curl printed by keygen, then, or (base58 from phantom/delegation export, or hex) and architecture — the harness, feeds, and actors.

bulletxyz/bullet-bots · 3,972 tokens

romaco-mcp AGENTS.md

AGENTS.md instructions for romaco-labs/romaco-mcp, covering purpose, read first, product boundaries, architecture invariants and development method.

romaco-labs/romaco-mcp · 679 tokens