omni-tool-discovery

omni-tool-discovery is a cursor rule for Cursor from arcadeai-labs/omnimcp. It costs 405 tokens per session, scanned A, original, Apache-2.0.

A rule for choosing Arcade, a tool-discovery service, whenever a task involves an external app or current online information. It covers services such as chat, email, calendars, code hosting, documents, and cloud storage.

In plain words
What is it for?
Use it to guide web searches, news lookups, connected-app actions, and decisions about when to use Arcade instead of a built-in search, command-line workaround, or direct API call.
Why use it?
It keeps external actions on a consistent path and requires confirmation before sending, deleting, cancelling, overwriting, or publishing. It also treats sign-in requests and tool errors explicitly.

Cursor rule for Cursor

Written for Cursor: a Cursor rule (.mdc).

Good fit Use it to guide web searches, news lookups, connected-app actions, and decisions about when to use Arcade instead of a built-in search, command-line workaround, or direct API call.

Compare 6 cursor rules from other repositories ↓
Install with agentmods
npx agentmods add rules/arcadeai-labs/omnimcp/omni-tool-discovery
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/arcadeai-labs/omnimcp

Made for: Cursor.

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 omni-tool-discovery

README.md
[![agentmods](https://agentmods.dev/badge/rules/arcadeai-labs/omnimcp/omni-tool-discovery/github.svg)](https://agentmods.dev/rules/arcadeai-labs/omnimcp/omni-tool-discovery)
Your own site
<a href="https://agentmods.dev/rules/arcadeai-labs/omnimcp/omni-tool-discovery"><img src="https://agentmods.dev/badge/rules/arcadeai-labs/omnimcp/omni-tool-discovery/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 omni-tool-discovery

Your own site · 80×15
<a href="https://agentmods.dev/rules/arcadeai-labs/omnimcp/omni-tool-discovery"><img src="https://agentmods.dev/badge/rules/arcadeai-labs/omnimcp/omni-tool-discovery.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 405 This file is loaded in full into every session.
When invoked 405 The same file — it is already loaded in full.
Security scan A 1 finding. 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.00405 $0.00405
Opus 5 $0.00202 $0.00202
Sonnet 5 $0.00081 $0.00081
Haiku 4.5 $0.00040 $0.00040

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

Security

Grade A, and why

omni-tool-discovery scanned grade A with 1 finding 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 10d 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

server before a built-in alternative (built-in web search, `gh`/`curl` in a
clients/cursor/rules/omni-tool-discovery.mdc · 30 lines

What it actually says

Using Arcade (OmniMCP by Arcade.dev)

For any task touching an external app or live data, reach for the arcade MCP server before a built-in alternative (built-in web search, gh/curl in a shell, SDKs, direct API calls): Arcade_SelectTools(tasks=[...]) finds the right tool and returns its input_schema inline; Arcade_UseTool(tool_name, inputs, query_id) executes it, with tool_name passed back verbatim. Not for local work: repo files, code edits, shell commands.

The using-arcade-tools skill has the full flow; managing-arcade-apps covers listing, disconnecting, and fixing the user's app connections.

Non-negotiables

  • A result containing an authorization_url (or an authorization-required status) is a sign-in request, not a result — even if success is true. Present the link, stop, and wait for the user; retry once after they confirm.
  • Confirm with the user before anything outbound or irreversible: sending email or messages, deleting, cancelling, overwriting, publishing. Never guess recipients or destructive parameter values.
  • On success: false: fix inputs against the input_schema and retry once; otherwise report the tool's error verbatim and stop. Never fabricate results.
  • Don't narrate discovery or dump schemas — deliver the outcome, and ask only when a genuinely required input is missing.
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. 10d ago First seen · 30 lines · 405 tokens per session scan A 9171977f1b3c

Subscribe to this mod's changes

omni-tool-discovery is a cursor rule published in the GitHub repository arcadeai-labs/omnimcp (5 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 405 tokens to every session, about $0.0020 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.