← disputetracker.xyz

INDIVIDUAL MCP TOOL

get_payment_offer

Return advisory discovery metadata for one capability and protocol.

disputetracker.xyznone authenticationAvailability not checked

LIVE ENDPOINT

https://disputetracker.xyz/mcp

No auth detected

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

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

  • list_capabilities — List current DisputeTracker capabilities and both payment options.
  • search_capabilities — Search capability title, summary, ID, and tags without initiating payment.
  • call_paid_capability — Request a live 402 challenge or retry with an already locally signed payment credential.