← pref.trade

INDIVIDUAL MCP TOOL

preference_regenerate_claim_link

Return a fresh claim URL for the current unclaimed Preference agent when the original claim_url was missed or expired.

pref.tradenone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

Parent endpoint

pref.trade

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

.mcp.json

{
  "mcpServers": {
    "pref-trade": {
      "type": "http",
      "url": "https://pref.trade/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • search_tools — Search the catalog for provider tools by natural-language query, server/tag/domain filters, or inspect one exact current tool_ref.
  • call_tool — Execute one discovered read-only target by exact current tool_ref.
  • report_feedback — Submit structured feedback when Preference MCP did not satisfy a task after a reasonable attempt to find or use relevant tools, including search_tools when appropriate.
  • help — Return compact Preference MCP usage, auth, claim-link handoff, resource, and capability-discovery helper guidance.
  • onboard — Return the Preference MCP start-here workflow, auth and claim-link handoff guidance, starter helper tools, examples, prompts, and resource URIs.
  • list_resources — List Preference resource descriptors and resource templates, including docs overview, onboarding, troubleshooting, market-analysis workflow guidance, capability manual URI templates, and authenticated research read-model templates.
  • read_resource — Return a structured resource envelope for one Preference resource URI, including contents, primary_mimeType, primary_text, and bridge metadata.
  • read_polymarket_event_pack — Return a bounded, provenance-preserving Polymarket event read model for a known event slug or Polymarket /event/{slug} URL.