API Tools
jarvisclaw.ai
Provides access to AI models and APIs, including model listing, chat completions, and API discovery.
ENDPOINT 1
https://api.jarvisclaw.ai/mcp
MCP server metadata
- Name
- jarvisclaw-mcp
- Version
- 1.0.0
JarvisClaw is an AI API gateway supporting GPT, Claude, Gemini, DeepSeek, and more. Authentication: pass either 'Authorization: Bearer sk-...' (API key) or 'PAYMENT-SIGNATURE' (x402 USDC payment) in HTTP headers. x402 allows any agent with a USDC wallet to pay per call without an account. Use 'list_models' to see available models. Use 'chat' to call any model (OpenAI-compatible). Use 'search_apis' to find any API on the platform (thousands of catalogue endpoints plus user-published APIs); each result carries its invocation path and price. Use 'aip_resolve' to discover providers for an intent (chat, image, video, tts, search). Use 'aip_execute_with_budget' for budget-controlled AI task execution with automatic risk management. Read the 'jarvisclaw://aip-protocol' resource for full AIP documentation.
Known tools 9
list_modelsList every AI model available on JarvisClaw — GPT, Claude, Gemini, DeepSeek, and more — with the model IDs you plug straight into the chat tool.
Inferred read-onlychatSend a chat completion to any model on JarvisClaw through one OpenAI-compatible endpoint — GPT, Claude, Gemini, DeepSeek, and more.
Potential side effectssearch_apisSearch every API on JarvisClaw — thousands of callable endpoints across search, blockchain, image, data, document and more, plus APIs other developers have published.
Inferred read-onlyget_api_detailGet the full spec for any API returned by search_apis — pricing, method, and the exact request to send.
Potential side effectsdiscover_agentsFind other AI agents registered on JarvisClaw and connect to them directly.
Inferred read-onlyaip_resolveFind the best AI provider for a task and get ranked, priced options before you commit a cent.
Inferred read-onlyaip_execute_with_budgetRun an AI task end-to-end with a hard spending cap you set.
Inferred read-onlyaip_list_intentsBrowse every AI task type AIP can route — chat, image, video, speech, web search, knowledge search — with a short description of each.
Inferred read-onlyaip_estimate_costPreview what a task will cost before committing — get an estimated price for an intent without running it or spending anything.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.jarvisclaw-mcp]
url = "https://api.jarvisclaw.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"jarvisclaw-mcp": {
"type": "http",
"url": "https://api.jarvisclaw.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: jarvisclaw-mcp
Remote MCP URL: https://api.jarvisclaw.ai/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"jarvisclaw-mcp": {
"url": "https://api.jarvisclaw.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"jarvisclaw-mcp": {
"type": "http",
"url": "https://api.jarvisclaw.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "jarvisclaw-mcp",
"transport": "streamable-http",
"url": "https://api.jarvisclaw.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.