scope

Scope for agents

Connect Claude Code or the CLI

One command in Claude Code, or run the npm package anywhere with an API key.

Setup

1

Run the Claude Code command below with your restricted Scope API key.

2

Or run the Scope CLI directly in any shell or CI job — it emits JSON only.

3

Skill-based ecosystems (ClawHub, OpenClaw): install the Scope agent skill (SKILL.md).

Claude Code & CLI
# Claude Code
claude mcp add scope --transport http \
  https://scope.online/mcp \
  --header "Authorization: Bearer YOUR_SCOPE_API_KEY"

# Scope CLI, any environment
SCOPE_API_KEY=YOUR_SCOPE_API_KEY npx --yes \
  --package=https://scope.online/scope-mcp-0.1.0.tgz scope whoami

Try it

scope whoami

scope get-visibility-report --business-id BUSINESS_ID

scope check-prompt --text "best family dentist in Austin"

Agent access is included with Growth. See pricing · Full tool reference