API Tools
disputetracker.xyz
MCP server for managing and accessing paid API capabilities through capability listing, search, and payment offers.
ENDPOINT 1
https://disputetracker.xyz/mcp
MCP server metadata
- Name
- disputetracker-agent-payments
- Version
- 1.0.0
Known tools 4
list_capabilitiesList current DisputeTracker capabilities and both payment options.
Potential side effectssearch_capabilitiesSearch capability title, summary, ID, and tags without initiating payment.
Potential side effectsget_payment_offerReturn advisory discovery metadata for one capability and protocol.
Inferred read-onlycall_paid_capabilityRequest a live 402 challenge or retry with an already locally signed payment credential.
Potential side effectsCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for disputetracker.xyz was fetched 2026-08-15T10:57:02.769Z.
disputetracker.xyz is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.