INDIVIDUAL MCP TOOL
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.
LIVE ENDPOINT
https://agents.dexl.io/mcp
Connect to this endpoint to inspect the live schema for dexl_how_to_pay 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 suggests a financial action.
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_catalogue— Everything DexL sells with its price: per-call tools, models and packaged products.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).