← Registry

General Tools

enclave402.com

Provides general-purpose tools through the Model Context Protocol.

x402 supported1 endpoint12 known toolsFirst detected September 18, 2026Last detected September 22, 2026

ENDPOINT 1

https://enclave402.com/mcp

No auth detected

MCP server metadata

Name
enclave402
Version
2.1.0
Capabilities
tools.listChanged

Known tools 12

get_market_signal

Polymarket signal plus fields the free listing does not have: 1h and 6h probability deltas, 24h realized volatility, and whale flow from the trade tape (net YES notional, largest print, whale count, flow label).

Potential side effects
pin_storage

Store a JSON document (object or string, up to 8 KB) on IPFS through a managed pinning service and return its content identifier (CID v1) plus an HTTP gateway URL.

Inferred read-only
attest_agent

EIP-712 signed, timestamped attestation binding an agentId, the keccak256 digest of a declared state, and the paying wallet; attestor key at /transparency, verify offline with ethers.verifyTypedData.

Inferred read-only
vet_seller

Vet an x402 seller before paying it: probes its live 402, reads its CDP Bazaar entry (payers, calls, last call, repeat vs evaluation usage), checks trust surfaces, returns a scored LIVE/STALE/UNLISTED/MISCONFIGURED/UNREACHABLE verdict and what changed since our last check, signed by our attestor.

Inferred read-only
get_market_verdict

Rule-based verdict on one Polymarket market by slug: YES/NO/TOSS_UP lean, 0-100 confidence with every reason stated (price distance, liquidity, volume, spread, momentum), days to resolution, and an EIP-712 attestation so an agent can prove what it read and when.

Inferred read-only
census_verdict

Pre-spend check from the seller census: each Bazaar-indexed resource is re-probed periodically (liveness, 402-envelope compliance, declared output schema, latency, usage) and mapped to pay | caution | avoid with an EIP-712 signature a router checks offline.

Potential side effects
census_export

Whole-Bazaar seller census in one payload: every fresh verdict row (resource, payTo, verdict, score, schema, latency, checkedAt, per-row signature) plus a sha256 manifest and one EIP-712 attestation over it, so a router verifies the full dump offline.

Inferred read-only
compute_hash

Deterministic hashing of arbitrary input: SHA-256, SHA-384, SHA-512, HMAC-SHA256, PBKDF2, scrypt.

Inferred read-only
compute_encode

Encoding and decoding utility: base64 encode/decode, hex encode/decode, URL encode/decode, JWT decode (no verification), JSON stringify/parse.

Inferred read-only
compute_search

Web search returning ranked results with title, URL, description, and source domain.

Inferred read-only
compute_infer

Cheap small-model text completion for agent sub-tasks: classify, extract, summarize, rewrite.

Inferred read-only
get_gateway_info

FREE, no payment required: gateway facts before you pay — network, payee, attestor, live per-tool prices in USDC, readiness, public receipt ledger and transparency URLs.

Potential side effects

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.