You're viewing a demo portfolio

Join the waitlist
PRSM

arbipulse

Active

Tool of com.theaslangroupllc.pulse/pulsenetwork

declared in 1.1.0

ArbiPulse: The arbitrage layer for every market — 18 endpoints finding the same thing at two prices: prediction-market cross-venue spreads (Polymarket×Kalshi), GPU compute rental gaps, AI inference token pricing, stablecoin parallel-rate premiums, retail resale margins, plus DeFi yields, DEX/CEX differentials, funding rates, sports surebets, ETF/NAV gaps, commodities. Coverage: Global Endpoints: • scanner ($0.10): Unified Arbitrage Scanner • perps ($0.10): Perpetual Futures Funding Rate Carry • flash ($0.75): Flash Loan Strategy Builder • sports ($0.10): Sports Surebet Scanner • crypto ($0.07): CEX Spot Price Arbitrage • dex ($0.10): DEX Price Arbitrage • execute ($0.75): Execution Package Builder • calculator ($0.02): Arbitrage Profit Calculator • commodity ($0.10): Commodity Regional Arbitrage • pairs ($0.15): Statistical Arbitrage (Pairs Trading) • spread-tick ($0.02): Cross-exchange spread tick for one pair • predmarket-arb ($0.05): Prediction market cross-venue arbitrage (Polymarket × Kalshi) • compute-arb ($0.05): GPU compute price arbitrage (marketplace vs hyperscaler) • fx-premium ($0.02): Stablecoin parallel-rate premium (capital-control FX signal) • flip-check ($0.50): Retail resale arbitrage check (comps + fees + verdict) • inference-arb ($0.05): AI inference price arbitrage (same model, every provider)

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "action"
  ],
  "properties": {
    "gpu": {
      "type": "string",
      "description": "H100 (default) | H200 | B200 | A100 | L40S | RTX4090 | RTX5090"
    },
    "days": {
      "type": "string",
      "description": "days"
    },
    "fiat": {
      "type": "string",
      "description": "ARS (default) | VES | BRL | COP | PEN | MXN | CLP | BOB"
    },
    "item": {
      "type": "string",
      "description": "Product, specific (brand + model number)"
    },
    "lang": {
      "type": "string",
      "description": "Response language code (en | es | fr | de | zh | hi | ar | pt | ja | ko | etc.)"
    },
    "pair": {
      "type": "string",
      "description": "pair"
    },
    "scan": {
      "type": "string",
      "description": "Top Polymarket contracts to match (default 8, max 12)"
    },
    "unit": {
      "type": "string",
      "description": "unit"
    },
    "asset": {
      "type": "string",
      "description": "asset"
    },
    "chain": {
      "type": "string",
      "description": "chain"
    },
    "model": {
      "type": "string",
      "description": "OpenRouter slug or fuzzy name (default meta-llama/llama-3.3-70b-instruct)"
    },
    "query": {
      "type": "string",
      "description": "Optional topic filter, e.g. fed | world cup | bitcoin"
    },
    "sport": {
      "type": "string",
      "description": "sport"
    },
    "token": {
      "type": "string",
      "description": "token"
    },
    "action": {
      "enum": [
        "scanner",
        "perps",
        "flash",
        "sports",
        "crypto",
        "dex",
        "execute",
        "calculator",
        "commodity",
        "pairs",
        "spread-tick",
        "predmarket-arb",
        "compute-arb",
        "fx-premium",
        "flip-check",
        "inference-arb"
      ],
      "type": "string",
      "description": "Which endpoint to call. Options: scanner | perps | flash | sports | crypto | dex | execute | calculator | commodity | pairs | spread-tick | predmarket-arb | compute-arb | fx-premium | flip-check | inference-arb"
    },
    "amount": {
      "type": "string",
      "description": "amount"
    },
    "chains": {
      "type": "string",
      "description": "chains"
    },
    "region": {
      "type": "string",
      "description": "region"
    },
    "asset_a": {
      "type": "string",
      "description": "asset_a"
    },
    "asset_b": {
      "type": "string",
      "description": "asset_b"
    },
    "gas_usd": {
      "type": "string",
      "description": "gas_usd"
    },
    "min_apy": {
      "type": "string",
      "description": "min_apy"
    },
    "regions": {
      "type": "string",
      "description": "regions"
    },
    "arb_type": {
      "type": "string",
      "description": "arb_type"
    },
    "category": {
      "type": "string",
      "description": "category"
    },
    "platform": {
      "type": "string",
      "description": "platform"
    },
    "protocol": {
      "type": "string",
      "description": "protocol"
    },
    "receiver": {
      "type": "string",
      "description": "receiver"
    },
    "strategy": {
      "type": "string",
      "description": "strategy"
    },
    "buy_price": {
      "type": "string",
      "description": "Acquisition cost in USD"
    },
    "commodity": {
      "type": "string",
      "description": "commodity"
    },
    "exchanges": {
      "type": "string",
      "description": "exchanges"
    },
    "ship_cost": {
      "type": "string",
      "description": "Outbound shipping estimate in USD (default 8)"
    },
    "amount_usd": {
      "type": "string",
      "description": "amount_usd"
    },
    "exit_price": {
      "type": "string",
      "description": "exit_price"
    },
    "long_venue": {
      "type": "string",
      "description": "long_venue"
    },
    "asset_class": {
      "type": "string",
      "description": "asset_class"
    },
    "entry_price": {
      "type": "string",
      "description": "entry_price"
    },
    "marketplace": {
      "type": "string",
      "description": "ebay (default) | amazon | stockx | poshmark | mercari"
    },
    "short_venue": {
      "type": "string",
      "description": "short_venue"
    },
    "slippage_bps": {
      "type": "string",
      "description": "slippage_bps"
    },
    "flash_fee_bps": {
      "type": "string",
      "description": "flash_fee_bps"
    },
    "lookback_days": {
      "type": "string",
      "description": "lookback_days"
    },
    "taker_fee_bps": {
      "type": "string",
      "description": "taker_fee_bps"
    },
    "bridge_fee_usd": {
      "type": "string",
      "description": "bridge_fee_usd"
    },
    "min_profit_pct": {
      "type": "string",
      "description": "min_profit_pct"
    },
    "min_profit_usd": {
      "type": "string",
      "description": "Minimum net profit per $1,000 stake"
    },
    "trade_size_usd": {
      "type": "string",
      "description": "trade_size_usd"
    },
    "wallet_address": {
      "type": "string",
      "description": "wallet_address"
    },
    "opportunity_type": {
      "type": "string",
      "description": "opportunity_type"
    },
    "withdrawal_fee_usd": {
      "type": "string",
      "description": "withdrawal_fee_usd"
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

com.theaslangroupllc.pulse/pulsenetwork

https://github.com/GTCC777/mcp-pulsenetwork

2/7 registries
View full server →
arbipulse — com.theaslangroupllc.pulse/pulsenetwork — PRSM MCP