← defaultbench.com

INDIVIDUAL MCP TOOL

get_seller_analytics_challenge

Create a one-time EIP-712 challenge for the listing's verified payer or current verified controller.

defaultbench.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://defaultbench.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_seller_analytics_challenge 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 contains a write-action term.

Parent server

defaultbench.com

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.defaultbench]
url = "https://defaultbench.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "defaultbench": {
      "type": "http",
      "url": "https://defaultbench.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "defaultbench": {
      "type": "http",
      "url": "https://defaultbench.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "defaultbench",
  "transport": "streamable-http",
  "url": "https://defaultbench.com/mcp"
}
MCP Inspector

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

Related tools

  • search_agents — Search local inventory.
  • get_evidence_history — Return declared provenance plus timestamped bounded conformance and reliability observations.
  • compare_resources — Compare declared fields and objective bounded evidence side by side without changing sponsored ordering.
  • get_discovery_sources — Return non-secret synchronization freshness, state, and active/stale counts for approved organic sources.
  • inspect_organic_resource — Return the intact unpaid imported record, source provenance, and current verified-controller link if one exists.
  • get_claim_status — Return the current time-limited domain and wallet controller link.
  • validate_organic_resource — Read-only validation of source provenance, canonical endpoint, and current controller state.
  • inspect_keyword — Return the keyword summary and deterministic ranking ordered by cumulative verified payment.