← mcpscores.com

INDIVIDUAL MCP TOOL

prediction_market_search

Find a prediction market by question text across two venues at once — Polymarket (USDC, real money) and Manifold (MANA, play money) — returning a single normalised list with the venue, its currency, the question, the YES probability, volume, end date and a direct URL, plus a per-venue status so a venue that failed is visible rather than silently dropped.

mcpscores.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcpfax-markets.bowling-anthony.workers.dev/mcp

No auth detected

Connect to this endpoint to inspect the live schema for prediction_market_search and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

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

  • A tool name or description suggests retrieving external content.

Parent server

mcpscores.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.com-mcpscores-macro-market-data]
url = "https://mcpfax-markets.bowling-anthony.workers.dev/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "com-mcpscores-macro-market-data": {
      "type": "http",
      "url": "https://mcpfax-markets.bowling-anthony.workers.dev/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: com-mcpscores-macro-market-data
Remote MCP URL: https://mcpfax-markets.bowling-anthony.workers.dev/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": {
    "com-mcpscores-macro-market-data": {
      "url": "https://mcpfax-markets.bowling-anthony.workers.dev/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "com-mcpscores-macro-market-data": {
      "type": "http",
      "url": "https://mcpfax-markets.bowling-anthony.workers.dev/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "com-mcpscores-macro-market-data",
  "transport": "streamable-http",
  "url": "https://mcpfax-markets.bowling-anthony.workers.dev/mcp"
}
MCP Inspector

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

Related tools

  • us_macro_indicators — US macroeconomic indicators from the St.
  • us_treasury_yields — US Treasury constant-maturity yields for the 2, 10 and 30 year tenors in percent, the computed 10s2s curve spread with an explicit inverted flag, and the 30-year fixed mortgage rate.
  • fx_reference_rates — European Central Bank reference foreign-exchange rates for a chosen base currency, with the ECB observation date.
  • crypto_spot_prices — Coinbase spot price in USD for up to ten crypto assets.
  • stablecoin_peg_deviation — USDC, USDT and DAI spot price against USD plus each one's peg deviation in basis points.
  • base_gas_price — Current Base mainnet gas price read live from JSON-RPC, in both wei and gwei.
  • defi_protocols — Rank DeFi protocols by total value locked from DefiLlama, filtered by chain, category or name substring, with each protocol's slug, category, chain list, TVL in USD, 1d/7d TVL change and market cap.
  • defi_protocol — Full DefiLlama detail for one protocol by slug: current TVL in USD with its observation time, per-chain TVL breakdown, category, token symbol, chain list, description and links.