🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

intendr

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

intendr

MCP connector for intendr — sign in and give any AI agent your own spend-capped wallet to pay for the Orthogonal API catalog (plus commerce).

latest
Source
npmnpm
Version
0.4.0
Version published
Maintainers
1
Created
Source

intendr

The MCP connector for intendr — give any AI agent a spend-capped wallet that can pay for the Orthogonal API catalog (company enrichment, people/lead search, funding, news, email verification, …) plus commerce providers, all under budget guardrails.

On first run it opens a browser to sign in / sign up (Supabase); after that your agent spends against your own wallet. The Orthogonal key stays server-side — you never handle a key. The token is cached at ~/.intendr/auth.json and refreshed silently.

Install

claude mcp add intendr -- npx -y intendr

Or in any MCP client (Cursor, ChatGPT desktop, …), add a stdio server:

{
  "mcpServers": {
    "intendr": { "command": "npx", "args": ["-y", "intendr"] }
  }
}

Then ask your agent to search_services, get_service, and pay_and_run.

Tools

ToolWhat it does
search_servicessearch the Orthogonal catalog (+ commerce) by natural language
get_serviceprice + side-effect + input schema (query/body/path) for a capability
pay_and_runpay for and execute a capability under the wallet's spend controls
get_wallet / get_spend_summarybalance, caps, spend, remaining
approveapprove / raise_cap / skip a gated payment

Config

  • INTENDR_URL — override the hosted endpoint (defaults to the public intendr Worker).

Per-user identity & billing via OAuth is on the roadmap; today all traffic shares one server-side Orthogonal key + wallet.

Keywords

mcp

FAQs

Package last updated on 18 Jul 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts