New:Microsoft Teams Notifications Are Now Available in Socket.Learn more →
Get Started

jarvisclaw-mcp

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jarvisclaw-mcp

JarvisClaw MCP — 320 AI models and 2,720 pay-per-call APIs in one server. 21 AIP intent types route a task to a provider without knowing the URL. Settles in USDC on Base or Solana over x402: no account, no API key.

latest
Source
npmnpm
Version
1.1.0
Version published
Weekly downloads
29
26.09%
Maintainers
1
Weekly downloads
 
Created
Source

JarvisClaw MCP Server

320 AI models and 2,720 pay-per-call APIs through one MCP server. Settles in USDC on Base or Solana over x402 — no account, no API key, no subscription.

Three ways to reach a service:

  • Models — 320 of them (GPT-5, Claude Opus 5, Gemini 3, DeepSeek) behind one OpenAI-compatible chat tool, or auto to let the router pick.
  • API marketplace — 2,720 individually priced endpoints across 18 categories (search, blockchain, code, DNS, image, document, OCR, email, geo, TTS…). Search it, read the price, then call it.
  • AIP intents — 21 intent types. Say what you need (web_search, image_generation, translation…) and AIP resolves it to a provider, so the caller never has to know the URL layout.

Quick start

For Claude Code, Cursor, or any client with Streamable HTTP transport — one less hop than the stdio bridge below.

With x402 USDC (no account; the wallet pays per call):

{
  "mcpServers": {
    "jarvisclaw": {
      "type": "url",
      "url": "https://api.jarvisclaw.ai/mcp"
    }
  }
}

With an API key (pre-paid account):

{
  "mcpServers": {
    "jarvisclaw": {
      "type": "url",
      "url": "https://api.jarvisclaw.ai/mcp",
      "headers": { "Authorization": "Bearer sk-your-api-key" }
    }
  }
}

npm package (stdio bridge)

For clients that only speak stdio. This package is a thin bridge to the same URL, so prefer the direct form above when your client supports it.

npx jarvisclaw-mcp

Tools

ToolWhat it doesBilled
list_modelsEvery model available, with the IDs to pass to chatfree
search_apisSearch the 2,720-endpoint marketplace; each hit carries its path and pricefree
aip_list_intentsBrowse the 21 intent types AIP can routefree
aip_estimate_costPrice an intent before committing to itfree
chatAny model, OpenAI-compatiblepaid
get_api_detailFull spec for a marketplace API: pricing, method, exact requestpaid
discover_agentsFind other agents registered on the gatewaypaid
aip_resolveRank providers for an intent, priced, before you spendpaid
aip_execute_with_budgetRun a task end to end under a spending cap you setpaid

Free tools answer without credentials, so you can list the catalogue before deciding to pay for anything. Protocol methods (initialize, tools/list, resources/list) are free too.

Paying

MethodHeaderWhen
x402 USDCPAYMENT-SIGNATURENo account. Wallet settles on Base or Solana.
API keyAuthorization: Bearer sk-…Pre-paid account.

A paid tool called without either does not fail — it answers with an x402 quote:

tools/call → 402 with payment terms (amount, asset, payTo, network)
          → agent signs a USDC authorization
          → retry with PAYMENT-SIGNATURE → result

Both chains are live, which most x402 sellers cannot say: settle wherever the agent already holds USDC rather than bridging to reach one gateway. Every paid response carries an EIP-712 signed settlement receipt that a third party can verify offline — recompute the hashes, recover the signer, check the tx on-chain — without trusting us.

License

MIT

Keywords

mcp

FAQs

Package last updated on 19 Aug 2026

Related posts