Skip to content
Back to search
100
MCP live MCP 2025-03-26 http

JarvisClaw

x402/jarvisclaw

x402 service listed on awesome-x402: JarvisClaw [x402: $0.001/call on eip155:8453, category=utility]

Uptime
100.0%
1 direct probes · 30d
Response
796ms
last probe
Tools
9
callable
Resources
4
readable
Prompts
0
available

Tools · 9

list_models

List every AI model available on JarvisClaw — GPT, Claude, Gemini, DeepSeek, and more — with the model IDs you plug straight into the chat tool. Free, and the fastest way to see what you can call.

chat

Send a chat completion to any model on JarvisClaw through one OpenAI-compatible endpoint — GPT, Claude, Gemini, DeepSeek, and more. Pass a specific model ID or use 'auto' for smart routing to the best…

search_apis

Search every API on JarvisClaw — thousands of callable endpoints across search, blockchain, image, data, document and more, plus APIs other developers have published. Returns the exact invocation path…

get_api_detail

Get the full spec for any API returned by search_apis — pricing, method, and the exact request to send. Works for both a user-published API slug and a catalogue handle like 'federation/40'. Use this b…

discover_agents

Find other AI agents registered on JarvisClaw and connect to them directly. Search by capability, category, or name to get each agent's MCP URL and API endpoints — so your agent can delegate, collabor…

aip_resolve

Find the best AI provider for a task and get ranked, priced options before you commit a cent. Pass a known intent type (chat_completion, code_execution, code_generation, data_analysis, document_proces…

aip_execute_with_budget

Run an AI task end-to-end with a hard spending cap you set. This is the primary AIP action: it resolves the best provider, runs a risk check, pre-deducts against your budget, executes the call, and se…

aip_list_intents

Browse every AI task type AIP can route — chat, image, video, speech, web search, knowledge search — with a short description of each. Call this first to see what's on the menu before you resolve or e…

aip_estimate_cost

Preview what a task will cost before committing — get an estimated price for an intent without running it or spending anything. Ideal for budget planning and comparing options up front. Free.

Resources · 4

Available Models

List of all AI models available on JarvisClaw

jarvisclaw://models
Pricing Info

Current pricing and payment information

jarvisclaw://pricing
API Marketplace

User-published APIs available for use

jarvisclaw://marketplace
AIP (Agent Intent Protocol)

How to use intent-based AI execution with budget control via MCP

jarvisclaw://aip-protocol

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

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