find-accounts

find-accounts is a command for Claude Code from vy-labs/canonical-mcp. It costs 46 tokens per session (448 once invoked), scanned A, original, MIT.

A command for finding new companies that match a target customer profile or resemble a seed company. It verifies companies, finds a founder or executive with a LinkedIn profile, and sends results to your own enrichment tools.

In plain words
What is it for?
Use it to create net-new prospect lists, exclude companies you already know, identify decision-makers, and prepare contacts for outreach.
Why use it?
It separates finding suitable companies from enriching their contacts, reducing reliance on a single contact database.

Command for Claude Code

Written for Claude Code: argument-hint in frontmatter.

Part of the canonical plugin — 1 skill, 1 command, 1 MCP server shipped together

Good fit Use it to create net-new prospect lists, exclude companies you already know, identify decision-makers, and prepare contacts for outreach.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/vy-labs/canonical-mcp/find-accounts
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.

Clone the repo
git clone --depth 1 https://github.com/vy-labs/canonical-mcp

Made for: Claude Code.

Or install canonical, the plugin that ships this one along with the rest of its 1 skill, 1 command, 1 MCP server.

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 find-accounts

README.md
[![agentmods](https://agentmods.dev/badge/commands/vy-labs/canonical-mcp/find-accounts/github.svg)](https://agentmods.dev/commands/vy-labs/canonical-mcp/find-accounts)
Your own site
<a href="https://agentmods.dev/commands/vy-labs/canonical-mcp/find-accounts"><img src="https://agentmods.dev/badge/commands/vy-labs/canonical-mcp/find-accounts/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for find-accounts

Your own site · 80×15
<a href="https://agentmods.dev/commands/vy-labs/canonical-mcp/find-accounts"><img src="https://agentmods.dev/badge/commands/vy-labs/canonical-mcp/find-accounts.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 46 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 448 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00046 $0.00448
Opus 5 $0.00023 $0.00224
Sonnet 5 $0.00009 $0.00090
Haiku 4.5 $0.00005 $0.00045

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

Security

Grade A, and why

find-accounts 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 11d 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.

plugins/canonical/commands/find-accounts.md · 24 lines

What it actually says

Run the find-net-new-accounts discovery motion for: $ARGUMENTS

Use the Canonical MCP tools for the discovery leg — name them explicitly, and do not fall back to a co-connected contact database (Apollo/ZoomInfo) for finding companies; Canonical is the long-tail discovery layer, those are for contacts.

  1. Read the input.

    • If $ARGUMENTS is an ICP description → search_companies with a free-text description plus any hard filters you can infer (location, employee range, funding stage/amount/investor, founder background). Surface anything returned in warnings — never pretend it was applied.
    • If $ARGUMENTS is a seed company or domain → lookup_companies to resolve if the name is ambiguous, then find_similar_companies on the domain.
    • If credits are uncertain, call get_account_status first (it's free).
  2. Iterate filters until the list matches the size and precision the user wants. Pass already-known domains to exclude_company_domains so re-runs return only net-new.

  3. Pull the decision-maker for the shortlist with get_company_details (founder/exec + LinkedIn).

  4. Enrich contacts only through the user's own tools (Apollo, Clay, Hunter, …) if one is connected. If none is connected, do not guess or scrape emails — hand off the verified company + domain + decision-maker + LinkedIn and say an enrichment tool (or LinkedIn) is needed for emails.

  5. Deliver a markdown table (CSV-ready) the user can drop into their outreach / sequence / CRM. Never send outreach yourself.

Full motion, guardrails, and ICP recipes live in the find-net-new-accounts skill and its references/.

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. 11d ago First seen · 24 lines · 46 tokens per session scan A f3dc3b4e661b

Subscribe to this mod's changes

find-accounts is a command published in the GitHub repository vy-labs/canonical-mcp (1 stars, last pushed 1mo ago), licensed MIT. It adds 46 tokens to every session and 448 once invoked, about $0.0002 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.