INDIVIDUAL MCP TOOL
dexl_catalogue
Everything DexL sells with its price: per-call tools, models and packaged products.
LIVE ENDPOINT
https://agents.dexl.io/mcp
Connect to this endpoint to inspect the live schema for dexl_catalogue and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
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.dexl-agents]
url = "https://agents.dexl.io/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"dexl-agents": {
"type": "http",
"url": "https://agents.dexl.io/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: dexl-agents
Remote MCP URL: https://agents.dexl.io/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": {
"dexl-agents": {
"url": "https://agents.dexl.io/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"dexl-agents": {
"type": "http",
"url": "https://agents.dexl.io/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "dexl-agents",
"transport": "streamable-http",
"url": "https://agents.dexl.io/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
dexl_models— Chat models callable through the gateway, including the free one (id: dexl-free).dexl_price— Exact price of one paid tool for a given request body.dexl_free_chat— Chat completion on the free tier (model dexl-free).dexl_how_to_pay— How to pay for a DexL call: the x402 flow, supported chains, and the local client that signs payments for you.