INDIVIDUAL MCP TOOL
chat
Send a chat completion to any model on JarvisClaw through one OpenAI-compatible endpoint — GPT, Claude, Gemini, DeepSeek, and more.
LIVE ENDPOINT
https://api.jarvisclaw.ai/mcp
Connect to this endpoint to inspect the live schema for chat and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
- A tool name or description suggests sending messages.
Parent server
CONNECT 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.
Related tools
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.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.get_api_detail— Get the full spec for any API returned by search_apis — pricing, method, and the exact request to send.discover_agents— Find other AI agents registered on JarvisClaw and connect to them directly.aip_resolve— Find the best AI provider for a task and get ranked, priced options before you commit a cent.aip_execute_with_budget— Run an AI task end-to-end with a hard spending cap you set.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.aip_estimate_cost— Preview what a task will cost before committing — get an estimated price for an intent without running it or spending anything.