# io.github.rezearcher/tech-risk (remote · x402-data-api.sigrunner.workers.dev)

x402 MCP for agents: crypto prices, funding, DeFi yields, Polymarket, Base RPC + MCP security.

- Trust score: 57/100 (low)
- Change this week: +3
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `x402-data-api.sigrunner.workers.dev`: 57/100 (this document), [markdown](https://verifymcp.io/servers/rezearcher-tech-risk/x402-data-api.md), [page](https://verifymcp.io/servers/rezearcher-tech-risk/x402-data-api)

## Channel facts

- Endpoint: `https://x402-data-api.sigrunner.workers.dev/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.2.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 46/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 22 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS not yet verified: we couldn't determine whether a plaintext access path exists.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 49/100
  - AI-judged instruction clarity (fair).
  - Tool/resource definitions use about 1830 tokens (~83/item across 22 items; 22 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 95/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 85% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a current MCP spec version (2026-07-28).

## Install

### Claude

```bash
claude mcp add --transport http rezearcher-tech-risk https://x402-data-api.sigrunner.workers.dev/mcp
```

### Codex

```toml
[mcp_servers.rezearcher-tech-risk]
url = "https://x402-data-api.sigrunner.workers.dev/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "rezearcher-tech-risk": {
      "type": "remote",
      "url": "https://x402-data-api.sigrunner.workers.dev/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add rezearcher-tech-risk --url https://x402-data-api.sigrunner.workers.dev/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  rezearcher-tech-risk:
    url: "https://x402-data-api.sigrunner.workers.dev/mcp"
```

### Other

```json
{
  "mcpServers": {
    "rezearcher-tech-risk": {
      "type": "http",
      "url": "https://x402-data-api.sigrunner.workers.dev/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 57, +1)

No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-01 (score 56, +1)

No change was recorded against any check on this day. Stability & Change Management went from 17 to 20. That category is still filling its 30-day observation window: 5 days of observed history at the previous scan, 6 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 55, −1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 56, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-29 (score 55, +1)

No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-27 (score 54, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 53)

First indexed and scored.

## MCP tools (22)

### `enrich_tech_risk` (~72 tokens)

Security enrichment: tech-stack fingerprint + CVE mapping + EPSS + CISA KEV + verdict (clear/review/block) for a domain. Cost: $0.05 USDC per call (x402 micropayment).

Input parameters:

- `domain` (string)
- `techstack` (array)

### `enrich_domain` (~112 tokens)

Firmographic + tech-stack enrichment: RDAP registrant/registrar, DNS records, full subdomain enumeration + certificate-transparency history, tech-stack fingerprint, verdict (clear/review/block, based on domain age) for a domain. Cost: $0.05 USDC per call via the shared MCP payment gate (the direct HTTP endpoint GET /enrich/domain is $0.01 — MCP tools/call is gated at a flat $0.05 per request today).

Input parameters:

- `domain` (string, required)

### `scan_mcp_server` (~120 tokens)

Security-audit a target MCP server for prompt-injection / tool-poisoning. Fetches the server's advertised tools and statically analyzes each for hidden instructions, data-exfiltration hints, dangerous capabilities, cross-tool shadowing, and invisible-unicode payloads (OWASP LLM01/LLM08). Returns findings + a 0-100 risk score + verdict (clear/review/block). Cost: $0.05 USDC per scan via x402.

Input parameters:

- `url` (string, required): Target MCP server endpoint URL to audit

### `scan_mcp_preview` (~113 tokens)

FREE preview scan of a target MCP server for tool-poisoning / prompt-injection. Returns issue count, severity breakdown, risk score, and verdict (clear/review/block) — but NOT which tools or the evidence. Use this to check any MCP server (including your own) at no cost; if issues are found, call the paid scan_mcp_server for the itemized findings + remediation. No payment required.

Input parameters:

- `url` (string, required): Target MCP server endpoint URL to preview-scan (free)

### `crypto_prices` (~85 tokens)

Live spot token prices (price, change_24h, symbol, confidence, timestamp) for CoinGecko ids, sourced from DefiLlama. Cost: $0.005 USDC per call via x402.

Input parameters:

- `coins` (string): Comma-separated CoinGecko ids, e.g. "bitcoin,ethereum,solana" (default; max 25)

### `crypto_funding` (~152 tokens)

Live cross-venue perpetual-futures funding rates from Hyperliquid+OKX+dYdX (per-venue rate, arb spread in bps, cheapest-long/richest-short venue, premium/basis, annualized_hl, annualized_okx, LONGS_PAY/SHORTS_PAY/NEUTRAL signal, next_funding_ts, mark/oracle price, open interest, day volume), ranked by volume. Venues that are unreachable or don't list a given coin are omitted per-coin — Hyperliquid is always present. Cost: $0.005 USDC per call via x402.

Input parameters:

- `limit` (number): Number of results, default 20, max 100

### `defi_yields` (~211 tokens)

Live DeFi lending/LP yield pools (project, chain, symbol, pool id, APY breakdown incl. 1d/7d/30d trend + apyBase7d/apyMean30d, IL risk incl. il7d, exposure, reward/underlying tokens, outlier flag, mu/sigma, DefiLlama stability forecast, TVL, stablecoin flag) from DefiLlama, ranked by TVL (or risk-adjusted APY = apy/sigma). Cost: $0.005 USDC per call via x402.

Input parameters:

- `chain` (string): Filter by chain name
- `limit` (number): Number of results, default 20, max 100
- `project` (string): Filter by DefiLlama project slug
- `sort` (string): Sort order: 'tvl' (default) or 'risk_adjusted' (apy/sigma)
- `stable` (boolean): Only stablecoin pools

### `pm_markets` (~115 tokens)

Live Polymarket prediction-market data — question, outcomes, outcome prices, bestBid/bestAsk/spread, volume24hr/volume1wk, oneDayPriceChange, clobTokenIds, conditionId, category tags, liquidity, end date — ranked by volume24hr. Cost: $0.005 USDC per call via x402.

Input parameters:

- `limit` (number): Number of results, default 20, max 100
- `query` (string): Case-insensitive keyword filter on the market question

### `crypto_prices_preview` (~23 tokens)

FREE 1-item sample of live token prices. No payment required.

### `crypto_funding_preview` (~27 tokens)

FREE 1-item sample of live cross-venue funding rates. No payment required.

### `defi_yields_preview` (~26 tokens)

FREE 1-item sample of live DeFi yield pools. No payment required.

### `pm_markets_preview` (~33 tokens)

FREE top-1 sample of live Polymarket prediction markets, ranked by volume24hr. No payment required.

### `chain_block_number` (~53 tokens)

Current Base mainnet block number via multi-provider JSON-RPC (automatic failover across 4 providers, never fails on one provider's rate limit). Cost: $0.005 USDC per call via x402.

### `chain_gas_price` (~76 tokens)

Current Base mainnet gas price (wei/gwei), EIP-1559 base_fee_gwei/priority_fee_gwei, and gas_price_usd (ETH price cross-call — no price oracle on ETH-only competitors) via multi-provider JSON-RPC. Cost: $0.005 USDC per call via x402.

### `chain_balance` (~75 tokens)

Native ETH balance of a Base mainnet address, incl. balance_usd (ETH price cross-call — no price oracle on ETH-only competitors), via multi-provider JSON-RPC. Cost: $0.005 USDC per call via x402.

Input parameters:

- `address` (string, required): 0x-prefixed 20-byte Base address

### `chain_token_balance` (~97 tokens)

ERC-20 token balance of a Base mainnet address via multi-provider JSON-RPC, incl. symbol/decimals/balance_formatted (per-token-contract cached in-isolate). Cost: $0.005 USDC per call via x402.

Input parameters:

- `address` (string, required): 0x-prefixed 20-byte holder address
- `token` (string, required): 0x-prefixed 20-byte ERC-20 contract address

### `chain_tx` (~54 tokens)

Transaction details by hash on Base mainnet via multi-provider JSON-RPC. Cost: $0.005 USDC per call via x402.

Input parameters:

- `hash` (string, required): 0x-prefixed 32-byte transaction hash

### `chain_wallet` (~84 tokens)

Wallet bundle: ETH balance + balance_usd (ETH price cross-call) + tx count + contract-code check (EIP-7702 delegated-EOA aware) for a Base mainnet address, in one call. Cost: $0.005 USDC per call via x402.

Input parameters:

- `address` (string, required): 0x-prefixed 20-byte Base address

### `chain_token_security` (~155 tokens)

Token security / honeypot detector for a Base mainnet ERC-20: EIP-1967/1822 proxy + upgradeability detection, bytecode dispatcher scan for mint/pause/blacklist/fee-setter/ownership selectors, owner() renouncement check, and a live eth_call state-override simulation testing whether a synthetic wallet can actually transfer() the token. Returns risk_score (0-100) + verdict (clear/review/block) + human-readable flags. Real compute an agent can't trivially self-serve. Cost: $0.005 USDC per call via x402.

Input parameters:

- `token` (string, required): 0x-prefixed 20-byte ERC-20 contract address on Base mainnet

### `chain_block_number_preview` (~36 tokens)

FREE live sample of the current Base mainnet block number — identical data to the paid chain_block_number tool. No payment required.

### `chain_gas_price_preview` (~38 tokens)

FREE live sample of the current Base mainnet gas price — identical data to the paid chain_gas_price tool. No payment required.

### `chain_token_security_preview` (~73 tokens)

FREE full real analysis of a fixed well-known token (Base WETH) via the token security / honeypot detector — same depth as the paid chain_token_security tool, so you can see the real product before paying. To analyze an arbitrary token, use the paid chain_token_security tool. No payment required.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/rezearcher-tech-risk/x402-data-api#diagnostics

## Score history

- 2026-08-03: 57
- 2026-08-02: 56
- 2026-08-01: 56
- 2026-07-31: 55
- 2026-07-30: 56
- 2026-07-29: 55
- 2026-07-28: 54
- 2026-07-27: 54
- 2026-07-26: 53

## Links

- Remote endpoint: https://x402-data-api.sigrunner.workers.dev/mcp
- Website: https://x402-data-api.sigrunner.workers.dev/
- Changelog RSS feed: https://verifymcp.io/servers/rezearcher-tech-risk/x402-data-api/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/rezearcher-tech-risk/x402-data-api/changelog.json
- HTML version of this page: https://verifymcp.io/servers/rezearcher-tech-risk/x402-data-api
