← disputetracker.xyz

INDIVIDUAL MCP TOOL

list_capabilities

List current DisputeTracker capabilities and both payment options.

disputetracker.xyznone authenticationAvailability not checked

LIVE ENDPOINT

https://disputetracker.xyz/mcp

No auth detected

Connect to this endpoint to inspect the live schema for list_capabilities 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

disputetracker.xyz

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.disputetracker-agent-payments]
url = "https://disputetracker.xyz/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "disputetracker-agent-payments": {
      "type": "http",
      "url": "https://disputetracker.xyz/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: disputetracker-agent-payments
Remote MCP URL: https://disputetracker.xyz/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": {
    "disputetracker-agent-payments": {
      "url": "https://disputetracker.xyz/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "disputetracker-agent-payments": {
      "type": "http",
      "url": "https://disputetracker.xyz/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "disputetracker-agent-payments",
  "transport": "streamable-http",
  "url": "https://disputetracker.xyz/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_capabilities — Search capability title, summary, ID, and tags without initiating payment.
  • get_payment_offer — Return advisory discovery metadata for one capability and protocol.
  • call_paid_capability — Request a live 402 challenge or retry with an already locally signed payment credential.